Jump to content
  • 0

Guild Storage on latest rathena is not working


Eross

Question


  • Group:  Members
  • Topic Count:  155
  • Topics Per Day:  0.11
  • Content Count:  349
  • Reputation:   12
  • Joined:  04/05/20
  • Last Seen:  

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

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

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

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

  • 0

  • Group:  Members
  • Topic Count:  99
  • Topics Per Day:  0.02
  • Content Count:  623
  • Reputation:   94
  • Joined:  05/11/12
  • Last Seen:  

Check "storage permission" on guild window.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1507
  • Reputation:   227
  • Joined:  08/03/12
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  155
  • Topics Per Day:  0.11
  • Content Count:  349
  • Reputation:   12
  • Joined:  04/05/20
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

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

1 hour ago, Eross said:

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

Yes.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  155
  • Topics Per Day:  0.11
  • Content Count:  349
  • Reputation:   12
  • Joined:  04/05/20
  • Last Seen:  

1 hour ago, Mael said:

Yes.

Thanks sir .. I thought it isnt 'coz its "define post" thanks

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