Jump to content
  • 0

@gstorage problem


Mael

Question


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

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

16 answers to this question

Recommended Posts

  • 2

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

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

  • 0

  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1676
  • Reputation:   702
  • Joined:  12/21/14
  • Last Seen:  

storage skill / storage permission ?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

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!

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  37
  • Reputation:   0
  • Joined:  09/26/19
  • Last Seen:  

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?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  37
  • Reputation:   0
  • Joined:  09/26/19
  • Last Seen:  

16 hours ago, gidzdlcrz said:

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

Already tested and it worked ?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

23 hours ago, Dublin said:

Already tested and it worked ?

Great! ♥

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  31
  • Reputation:   0
  • Joined:  08/18/12
  • Last Seen:  

you have to restart or is there a command to reload

Edited by Mael
Use English
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:  

On 1/31/2021 at 1:00 AM, somer14 said:

hay que reiniciar o hay algun comand para reload 

@reloadskilldb

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  31
  • Reputation:   0
  • Joined:  08/18/12
  • Last Seen:  

debo modificar el src? porque agregue en guild agregue pero no funciona 

  
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  176
  • Topics Per Day:  0.15
  • Content Count:  666
  • Reputation:   9
  • Joined:  12/04/20
  • Last Seen:  

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

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  20
  • Reputation:   1
  • Joined:  06/11/23
  • Last Seen:  

how can I fix this?

image.png.84ba7d3b5c75efc02636f2f5f1c3a20c.png

thx for advance

 

 

SOLVED !!!

mmo.h

#define MAX_GUILDSKILL    20 ///Max Guild skills

 

Edited by Akbare-2nd
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.08
  • Content Count:  56
  • Reputation:   3
  • Joined:  06/21/23
  • Last Seen:  

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

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.03
  • Content Count:  35
  • Reputation:   0
  • Joined:  08/19/23
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.03
  • Content Count:  35
  • Reputation:   0
  • Joined:  08/19/23
  • Last Seen:  

34 minutes ago, Questune said:

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

NVM I figure it out on this thread.

https://rathena.org/board/topic/129815-adding-guild-storage-on-pre-renewal/

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