Iceyz Posted November 13, 2021 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
0 kalabasa Posted November 13, 2021 Posted November 13, 2021 Try one of these. https://rathena.org/board/topic/121651-guild-storage/ Quote
0 Iceyz Posted November 13, 2021 Author Posted November 13, 2021 @kalabasa I have tried this and still didnt' work. Do you think you have other suggestion? Quote
0 WhiteEagle Posted November 13, 2021 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
0 Iceyz Posted November 14, 2021 Author Posted November 14, 2021 @WhiteEagle I have tried this as well but still gives me the same error Quote
0 Mael Posted November 18, 2021 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
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:
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.