patr3k Posted July 4, 2012 Group: Members Topic Count: 104 Topics Per Day: 0.02 Content Count: 257 Reputation: 7 Joined: 03/12/12 Last Seen: May 31, 2014 Share 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 Link to comment Share on other sites More sharing options...
EvilPuncker Posted July 4, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 713 Reputation: 71 Joined: 11/08/11 Last Seen: December 25, 2024 Share Posted July 4, 2012 1 - edit your mmo.h then recompile Quote Link to comment Share on other sites More sharing options...
JoWei Posted July 4, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 117 Reputation: 18 Joined: 01/06/12 Last Seen: April 1, 2021 Share 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 Link to comment Share on other sites More sharing options...
patr3k Posted July 4, 2012 Group: Members Topic Count: 104 Topics Per Day: 0.02 Content Count: 257 Reputation: 7 Joined: 03/12/12 Last Seen: May 31, 2014 Author Share Posted July 4, 2012 Thank you guys! Quote Link to comment Share on other sites More sharing options...
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 patr3kLink to comment
Share on other sites
3 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.