Jump to content

Recommended Posts

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

Posted
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

  • Love 1
Posted
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! ❤️

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

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