Jump to content
  • 0

Adding Guild Storage On Pre-Renewal


Question

Posted

So, yeah title says it all. I've done it before on old rAthena versions but now that I want to apply it again, This error shows up. Is there any way to enable @gstorage again on Pre-Renewal?

My Entry:

  - Id: GD_GUILD_STORAGE
    MaxLevel: 5
    Required:
    - Id: GD_EMERGENCYCALL
      Level: 1
    - Id: GD_EXTENSION
      Level: 10
    - Id: GD_SOULCOLD
      Level: 1
    - Id: GD_HAWKEYES
      Level: 1

Error:

image.png.79e4de40f86c8aed8c86fd03b10f1d7b.png

5 answers to this question

Recommended Posts

  • 0
Posted (edited)

Hey,
for sure you are missing the source edit for pre-renewal in mmo.hpp.

Search for 

#define MAX_GUILDSKILL	15 ///Max Guild skills

and increase it like for renewal
#define MAX_GUILDSKILL    20 ///Max Guild skills

#define MAX_GUILDSKILL	20 ///Max Guild skills

or edit the whole part like:

#ifdef RENEWAL
#define MAX_GUILDSKILL	20 ///Max Guild skills
#else
#define MAX_GUILDSKILL	15 ///Max Guild skills
#endif

to

#define MAX_GUILDSKILL	20 ///Max Guild skills



recompile and it will work

Edited by WhiteEagle

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...