luanfolive Posted May 12, 2021 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
Slammer Posted May 12, 2021 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
luanfolive Posted May 12, 2021 Author 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
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.