Jump to content
  • 0

@gstorage problem


Question

Posted (edited)

hi rAthena ? !

I have a small problem with the @gstorage, does not allow me to use it, even when the guild is maximum level, has all the skills enabled and using a gm level 99 account.

The guild does not have a guild storage.
@gstorage failed.

Im using the last rAthena, I have configured it for pre-renewal and I am using the most updated luafiles of the zackdreaver project.

the only thing that has changed about them is the problem with the skill tree -> reference 

Any recommendations on how I could fix that problem with @gstorage? ?

thanks in advance.

Edited by Mael

16 answers to this question

Recommended Posts

  • 2
Posted (edited)
On 4/23/2019 at 12:43 PM, sader1992 said:

storage skill / storage permission ?

storage skill i think ?

Investigating in the discord of rAthena ❤️  I found the answer.

FIXED. 

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 */

thanks to @Secrets

another solution is... "for pre-re"

db/pre-re/guild_skill_tree.yml

  - Id: GD_GUILD_STORAGE
    MaxLevel: 5

db/pre-re/skill_db.yml

  - Id: 10016
    Name: GD_GUILD_STORAGE
    Description: Guild Storage Expansion
    MaxLevel: 5
    Flags:
      IsGuild: true

thanks to Aglao for the complementary information.

Edited by Mael
More info
  • Upvote 2
  • Love 1
  • MVP 1
  • 0
Posted
On 4/24/2019 at 2:55 AM, Mael said:

storage skill i think ?

Investigating in the discord of rAthena ❤️  I found the answer.

FIXED. 


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 */

thanks @Secrets

another solution is... "for pre-re"

db/pre-re/guild_skill_tree.yml


  - Id: GD_GUILD_STORAGE
    MaxLevel: 5

 

How did you solved it? I just notice i have the same problem. I already edited the db/pre-re/guild_skill_tree.yml. Where to go next? Which scr file i should meddle with? Thanks!

  • 0
Posted
On 12/2/2019 at 6:34 AM, gidzdlcrz said:

How did you solved it? I just notice i have the same problem. I already edited the db/pre-re/guild_skill_tree.yml. Where to go next? Which scr file i should meddle with? Thanks!

Did it work? is it still required to diff the src?

  • 0
Posted
On 1/11/2020 at 11:26 PM, Dublin said:

Did it work? is it still required to diff the src?

I guess it works. As i didnt cameback to this thread. Will backtrack how did i do it.

  • 0
Posted
On 4/24/2019 at 2:55 AM, Mael said:

storage skill i think ?

Investigating in the discord of rAthena ❤️  I found the answer.

FIXED. 

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 */

thanks @Secrets

another solution is... "for pre-re"

db/pre-re/guild_skill_tree.yml

  - Id: GD_GUILD_STORAGE
    MaxLevel: 5

 

what exactly you put sir on your 

defines_post.hpp
  • 0
Posted
On 2/27/2022 at 6:07 AM, GM Winter said:

what exactly you put sir on your 

defines_post.hpp

src/custom/defines_post.hpp

  • 0
Posted

I followed this guide for guild storage, but I'm getting 600 slots for a level 1 guild storage.
Any ideas on what I might be missing?

bump !

#ifdef OFFICIAL_GUILD_STORAGE
		|| (gstor->max_amount != guild_checkskill(sd->guild->guild, GD_GUILD_STORAGE) * 100)
#endif

 

  • 0
Posted

This is working properly, Is it possible to add this to the guild skill menu as well? As I have tried the command works fine but when you check the guild skill it doesn't have guild storage skill

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