Jump to content
  • 0

Guild Storage on latest rathena is not working


Question

Posted

Hi ! Ive decided lately to upgrade to latest https://github.com/rathena/rathena. But Guild Storage Skill is not showing after I add it on pre-re/guild-skill-tree.yml which is really weird coz its the same settings with my old one .. Please help ! I try @reloadskilldb and I also reboot my server but nothing happened. the skill still wont show.

 

 

image.png.d34c7fd670b6ad3c408416bc79d695ba.png

6 answers to this question

Recommended Posts

  • 0
Posted
14 hours ago, Eross said:

Hi ! Ive decided lately to upgrade to latest https://github.com/rathena/rathena. But Guild Storage Skill is not showing after I add it on pre-re/guild-skill-tree.yml which is really weird coz its the same settings with my old one .. Please help ! I try @reloadskilldb and I also reboot my server but nothing happened. the skill still wont show.

 

 

image.png.d34c7fd670b6ad3c408416bc79d695ba.png

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.

  • Upvote 1
  • 0
Posted
13 hours ago, Eross said:

Hi ! Ive decided lately to upgrade to latest https://github.com/rathena/rathena. But Guild Storage Skill is not showing after I add it on pre-re/guild-skill-tree.yml which is really weird coz its the same settings with my old one .. Please help ! I try @reloadskilldb and I also reboot my server but nothing happened. the skill still wont show.

 

 

image.png.d34c7fd670b6ad3c408416bc79d695ba.png

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

  • Upvote 1
  • 0
Posted
On 10/14/2021 at 6:39 PM, Kakaroto said:

Check "storage permission" on guild window.

Hi ! Yes it checked .. The problem is theres no GD STORAGE skill on guild skill window

 

On 10/15/2021 at 2:27 AM, Mael said:

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.

Hi ! Im using Pre-re .. is it fine ??

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...