conheonit Posted March 19, 2011 Posted March 19, 2011 Sorry my EN, How to disable the function siege and fortress? Help me plz. Quote
0 Trance Posted March 19, 2011 Posted March 19, 2011 Pack? Anyway something like that: GameServer.java ClanHallManager.getInstance(); - FortressOfResistance.getInstance(); - DevastatedCastle.getInstance(); BanditStrongholdSiege.getInstance(); AuctionManager.getInstance(); Quote
0 conheonit Posted March 19, 2011 Author Posted March 19, 2011 Sorry my EN, other way to disable them on the server complete? Quote
0 Tryskell Posted March 19, 2011 Posted March 19, 2011 If you want to desactivate ingame, you have to add configs, which basically do the same than Chr.Trance says. ClanHallManager.getInstance(); if (!Config.DISABLE_SIEGES) { // CH sieges FortressOfResistance.getInstance(); DevastatedCastle.getInstance(); BanditStrongholdSiege.getInstance(); // Siege engine SiegeManager.getInstance().getSieges(); FortSiegeManager.getInstance(); TerritoryWarManager.getInstance(); } AuctionManager.getInstance(); And add code in config aswell, and in the good .properties. I'm not even sure you can do it properly, it will surely bug in many places. All those codes are so imbricated than you will surely have to do big rework... Another solution, more simple, is to delete sieges content in sql... Quote
Question
conheonit
Sorry my EN,
How to disable the function siege and fortress?
Help me plz.
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.