How you can setup your guild storage in a proper way.
READ AND LEAR WARNING & ERROR and SOLVE IT.
this will be show on your end if you encounter the default setup.
The guild does not have a guild storage. @gstorage failed.
FIND THE SOURCE BELLOW:
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 */
FIND: db/pre-re/guild_skill_tree.yml
comment out the 2 Line Below.
- Id: GD_GUILD_STORAGE MaxLevel: 5
After that DON'T FORGET to recompile because you edit some source on src Folder.