Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/15/21 in all areas

  1. View File Ragnarok Emojis v2.0 __________***PLEASE READ***__________ I updated a variety of ragnarok emojis. Example: became > Feel free to do whatever with the graphics. Use parts of it or fully, use them as a base or else - but please follow these rules: ________________________________________ Rules: Do not sell these graphics to anyone. Do not ask me to fix, adjust or change something unless you're willing to pay for it. If you upload them somewhere for others to download, please credit me and/or link back to herc.ws's download section. Contains: Ragnarok Emojis Contact Discord: 방탄#4526 Submitter Daifuku Submitted 02/10/2019 Category Other Video Content Author Daifuku  
    1 point
  2. This is another solution: diff --git a/src/custom/defines_post.hpp b/src/custom/defines_post.hpp index 253b8cdbf..4c10c0623 100644 --- a/src/custom/defines_post.hpp +++ b/src/custom/defines_post.hpp @@ -9,6 +9,8 @@ * For detailed guidance on these check http://rathena.org/wiki/SRC/config/ **/ - +#ifdef OFFICIAL_GUILD_STORAGE +#undef OFFICIAL_GUILD_STORAGE +#endif #endif /* CONFIG_CUSTOM_DEFINES_POST_HPP */ */ and recompile.
    1 point
  3. Try to check below configuration : #define OFFICIAL_GUILD_STORAGE should be enabled in src/config/packets.hpp #ifdef RENEWAL #define MAX_GUILDSKILL 20 ///Max Guild skills #else #define MAX_GUILDSKILL 15 ///Max Guild skills #endif change to 20 also because u need additional skills since that is renewal skills. After that remember add the skill db yml for it. and also 1 more... the client part because pre-re doesnt have that guild extension skill info/description, etc (skillid.lub, skillinfolist.lub,skilltreeview.lub). Maybe can copy from renewal for guild storage skill here : https://github.com/llchrisll/ROenglishRE/tree/master/Renewal/data/luafiles514/lua files/skillinfoz
    1 point
×
×
  • Create New...