Jump to content
  • 0

12 slots instead of 9 slots


patr3k

Question


  • Group:  Members
  • Topic Count:  104
  • Topics Per Day:  0.02
  • Content Count:  257
  • Reputation:   7
  • Joined:  03/12/12
  • Last Seen:  

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 patr3k
Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  713
  • Reputation:   70
  • Joined:  11/08/11
  • Last Seen:  

1 - edit your mmo.h then recompile

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  117
  • Reputation:   18
  • Joined:  01/06/12
  • Last Seen:  

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 by JoWei
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  104
  • Topics Per Day:  0.02
  • Content Count:  257
  • Reputation:   7
  • Joined:  03/12/12
  • Last Seen:  

Thank you guys!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...