Jump to content

@gstorage não funciona


Recommended Posts


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  14
  • Reputation:   0
  • Joined:  03/09/21
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  218
  • Reputation:   152
  • Joined:  11/28/11
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  14
  • Reputation:   0
  • Joined:  03/09/21
  • Last Seen:  

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! ❤️

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

×
×
  • Create New...