patr3k Posted July 4, 2012 Posted July 4, 2012 (edited) 1. Im usung client rathena 16314 and how can i make the character slots to 12 instead of 9 slots? 2. How can i disable all the god items? Edited July 4, 2012 by patr3k Quote
JoWei Posted July 4, 2012 Posted July 4, 2012 (edited) Like EvilPuncker said, go in MMO.h and change the following line from #define MAX_CHARS 12 to #define MAX_CHARS 9 and recompile your server As for the god items, go in "/trunk/npc/scripts_athena.conf" then look for following lines npc: npc/quests/seals/brisingamen_seal.txt // Controller file, allow GMs to change variables. //npc: npc/quests/seals/god_global.txt npc: npc/quests/seals/god_weapon_creation.txt npc: npc/quests/seals/megingard_seal.txt npc: npc/quests/seals/mjolnir_seal.txt npc: npc/quests/seals/sleipnir_seal.txt and comment them out like so: //npc: npc/quests/seals/brisingamen_seal.txt // Controller file, allow GMs to change variables. //npc: npc/quests/seals/god_global.txt //npc: npc/quests/seals/god_weapon_creation.txt //npc: npc/quests/seals/megingard_seal.txt //npc: npc/quests/seals/mjolnir_seal.txt //npc: npc/quests/seals/sleipnir_seal.txt lastly you can also go in your item DB and disable the god items from DB by commenting the line but unnecessary as god item quest would be disabled totally from last step. Edited July 4, 2012 by JoWei Quote
Question
patr3k
1. Im usung client rathena 16314 and how can i make the character slots to 12 instead of 9 slots?
2. How can i disable all the god items?
Edited by patr3k3 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.