Iceyz Posted November 13, 2021 Group: Members Topic Count: 15 Topics Per Day: 0.01 Content Count: 46 Reputation: 2 Joined: 06/07/19 Last Seen: September 26, 2022 Share Posted November 13, 2021 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: Quote Link to comment Share on other sites More sharing options...
0 kalabasa Posted November 13, 2021 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Share Posted November 13, 2021 Try one of these. https://rathena.org/board/topic/121651-guild-storage/ Quote Link to comment Share on other sites More sharing options...
0 Iceyz Posted November 13, 2021 Group: Members Topic Count: 15 Topics Per Day: 0.01 Content Count: 46 Reputation: 2 Joined: 06/07/19 Last Seen: September 26, 2022 Author Share Posted November 13, 2021 @kalabasa I have tried this and still didnt' work. Do you think you have other suggestion? Quote Link to comment Share on other sites More sharing options...
0 WhiteEagle Posted November 13, 2021 Group: Members Topic Count: 79 Topics Per Day: 0.02 Content Count: 480 Reputation: 67 Joined: 08/28/12 Last Seen: 1 hour ago Share Posted November 13, 2021 (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 November 13, 2021 by WhiteEagle Quote Link to comment Share on other sites More sharing options...
0 Iceyz Posted November 14, 2021 Group: Members Topic Count: 15 Topics Per Day: 0.01 Content Count: 46 Reputation: 2 Joined: 06/07/19 Last Seen: September 26, 2022 Author Share Posted November 14, 2021 @WhiteEagle I have tried this as well but still gives me the same error Quote Link to comment Share on other sites More sharing options...
0 Mael Posted November 18, 2021 Group: Forum Moderator Topic Count: 25 Topics Per Day: 0.01 Content Count: 837 Reputation: 321 Joined: 02/11/19 Last Seen: 17 hours ago Share Posted November 18, 2021 (edited) On 11/13/2021 at 9:15 AM, kalabasa said: Try one of these. https://rathena.org/board/topic/121651-guild-storage/ Just do the first solution ☝ Edited November 18, 2021 by Mael Typo error Quote Link to comment Share on other sites More sharing options...
Question
Iceyz
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:
Link to comment
Share on other sites
5 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.