luanfolive Posted May 12, 2021 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 14 Reputation: 0 Joined: 03/09/21 Last Seen: September 15, 2021 Share Posted May 12, 2021 The guild does not have a guild storage. @gstorage failed. Esse é o erro que estou tendo, já procurei em outros tópicos mas continuo a ter dois erros, na hora de dar diff no SRC que o pessoal indica para atualizar, já tentei adicionar no pre-re/guild_skill_tree o - Id: GD_GUILD_STORAGE MaxLevel: 5, mas não funciona. Aprece um erro no Map.exe dizendo que a habilidade GD_GUILD_STORAGE não existe. Se alguém souber como resolve isso, ficarei grato. Quote Link to comment Share on other sites More sharing options...
Slammer Posted May 12, 2021 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 218 Reputation: 155 Joined: 11/28/11 Last Seen: 20 hours ago Share Posted May 12, 2021 17 minutes ago, luanfolive said: The guild does not have a guild storage. @gstorage failed. Esse é o erro que estou tendo, já procurei em outros tópicos mas continuo a ter dois erros, na hora de dar diff no SRC que o pessoal indica para atualizar, já tentei adicionar no pre-re/guild_skill_tree o - Id: GD_GUILD_STORAGE MaxLevel: 5, mas não funciona. Aprece um erro no Map.exe dizendo que a habilidade GD_GUILD_STORAGE não existe. Se alguém souber como resolve isso, ficarei grato. 1. edit src/common/moo.h #ifdef RENEWAL #define MAX_GUILDSKILL 20 ///Max Guild skills #else #define MAX_GUILDSKILL 20 ///Max Guild skills #endif become : #define MAX_GUILDSKILL 20 ///Max Guild skills 2.edit db/pre-re/skill_db.yml add : - Id: 10016 Name: GD_GUILD_STORAGE Description: Guild Storage Expansion MaxLevel: 5 Flags: IsGuild: true Hopefully it can help you 1 Quote Link to comment Share on other sites More sharing options...
luanfolive Posted May 12, 2021 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 14 Reputation: 0 Joined: 03/09/21 Last Seen: September 15, 2021 Author Share Posted May 12, 2021 7 minutes ago, Slammer said: 1. edit src/common/moo.h #ifdef RENEWAL #define MAX_GUILDSKILL 20 ///Max Guild skills #else #define MAX_GUILDSKILL 20 ///Max Guild skills #endif become : #define MAX_GUILDSKILL 20 ///Max Guild skills 2.edit db/pre-re/skill_db.yml add : - Id: 10016 Name: GD_GUILD_STORAGE Description: Guild Storage Expansion MaxLevel: 5 Flags: IsGuild: true Hopefully it can help you #define MAX_GUILDSKILL 20 ///Max Guild skills, I just don't put this one, but its working now, THANK U SO MUCH BRO! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.