http://www.runuo.com/community/threads/runuo-2-2-avelyns-player-government-system.523682/ This is the newest version of my Government System. It has been updated with a current SVN (a few weeks ago). I have verified it can be dropped into a clean server and it works fine. This system allows players to create towns that are recognized by the server and moongates, and also create public buildings such as stables, moongates, banks, markets etc. Changes from 2.21: Bug Fixes Integration with Knives Chat (included) Town Vendor clean up algorithms. Removed the Option of the crafting system to create house deeds. You now just use the included City Manager NPC vendor for your deeds. Set whatever prices you like. Removed the optional addon scripts, they are now mandatory. Updated the GovHelp Dump. Known Issues: Typos.... forever typos on the gumps... I am aware of them, they will get fixed. Install: ALWAYS INSTALL SYSTEMS THIS BIG ON A TEST SHARD FIRST! IF you use Knives Chat already, copy the InternalChatMessage.cs file from the Knives folder in this distro and delete the rest of it. If you don't use it but want to, don't change anything in the distro. If you don't use it and don't want to, delete the entire Knives folder AND edit the CityManagementStone.cs file in the Government System/Items/Stones folder and change the top line that says #define ChatEnabled to //#define ChatEnabled. If you have a clean server, just find each of the files that are in the Distro folder and overwrite yours. You will need to search through your script folders to find them all. If you have edited any of these files you will need to merge the changes from this system into yours correctly. Once the distros are done, copy the Government System folder into a custom script folder. That should be it. I will paste the changelog from the previous thread which includes some commands and instructions here. If you have problems/questions post here and I will try and get them answered. This requires some work to get it working and realize all it can do, its a pretty big system. If you had a previous version of these system running you should get a message on your server console that you need to update once this is installed. Log into the shard on an administrator account and run [upgradecitysystem. Edit PlayerGovernmentSystem.cs and change the values such as city titles, number of members, how often it updates and charges members. Additions to the system ver 2.21: Squashed a lot of existing bugs. The big update is the addition of a new city structure-- The city Market. This is a version of my NPC controlled vendor mall for your player run city. It allows the town to have a central place for commerce. Any member can place a city player vendor here for free. Also, non citizens may rent space and place their vendors in towns that have a lot of traffic so they can sell their stuff. The mayor selects the sales tax for all vendors in the city and will be taken out of all purchases and deposited into the city treasury. The tax rate is noted on the vendor gump. Finally, as an added bonus, the city market will spawn 2 npc town vendors for the members of the town to buy and sell from so they may not need to go into the main towns as much. The vendor types are selected from a list and will change on every update. Addition of an upgrade system which will allow updates without having to change existing cities. When you upgrade the system, it will compare the old and new version numbers and tell you in the Console window if you need to run the update command. If not, it will report that the system is current. Included is the 2.01 version of my vendor mall system which is required for the markets. Of course since the system is included you can use it outside of the cities also! Optimized the way cities delete and the cleanup of all addons, vendors, items and buildings. Additions to the system ver 2.00: It is optional to allow the mayor to place normal house addons in the city as decoration Added a City Player Vendor which is the only player vendor allowed in the town. It will allow the mayor to take sales tax from whatever the vendor sells for the town. (Named income tax) Added the resource box system (Thanks Al_i_en!!) with a special box for towns that all citizens may access to store resources and work together. Added a 3 time per city update limit on corpse retrieval and made it only for citizens Added an Assistant Mayor position that is picked by the current mayor to take over in the event the mayor leaves the town, if none is picked a new mayor is picked at random and an election is forced. Added an NPC vendor that sells all city deeds in case you dont want the crafting items. Added an admin command that will update the city when the command is run and the stone is clicked. Once you get it installed and compiled use the [govhelp command to learn more about how the sytem works. Other Commands: [FindCities -Lists all current active cities [CityUpdate -Target a city stone to force an update [Movevendor - Allows a mayor to move a city vendor or city resource box [upgradecitysystem - An Admin needs to run this when the console tells you to