Jump to content
  • 0

Adding Guild Storage On Pre-Renewal


Iceyz

Question


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.01
  • Content Count:  46
  • Reputation:   2
  • Joined:  06/07/19
  • Last Seen:  

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

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.01
  • Content Count:  46
  • Reputation:   2
  • Joined:  06/07/19
  • Last Seen:  

@kalabasa I have tried this and still didnt' work. Do you think you have other suggestion?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  76
  • Topics Per Day:  0.02
  • Content Count:  461
  • Reputation:   61
  • Joined:  08/28/12
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.01
  • Content Count:  46
  • Reputation:   2
  • Joined:  06/07/19
  • Last Seen:  

@WhiteEagle I have tried this as well but still gives me the same error

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  832
  • Reputation:   317
  • Joined:  02/11/19
  • Last Seen:  

On 11/13/2021 at 9:15 AM, kalabasa said:

Just do the first solution ☝

Edited by Mael
Typo error
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...