Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How to fix bug duppe itens (BUG PET)

Newbie Spellweaver
Joined
Dec 8, 2023
Messages
7
Reaction score
1
How to fix bug duppe itens (BUG PET):
I'll confess to you that I don't really know how they do this, but I just know that many talisman were destroyed because of this, and no one deserves to go through that. So I'm going to give you a step-by-step guide on how to prevent them from making the bug. In reality, I won't say how it's done, because I don't want this to spread and end up with more unsuspecting servers.

  1. Open item.csv;
  2. Select all IDs pets one by one;
  3. Select column m_bSingle (column 36);
    this column accept only 1 or 0
    for 1 = true
    for 0 = false
  4. trade all 0 or null to 1;
  5. save;
  6. close gs and test.
Now This way, players will only be able to have one of that item and no more, avoiding the bug.
 
Newbie Spellweaver
Joined
Dec 21, 2023
Messages
6
Reaction score
0
If the player has more than 62 pets in their backpack, the data will be too large and the save will fail

However, the game_server I recompiled has solved this problem perfectly
 
Newbie Spellweaver
Joined
Dec 8, 2023
Messages
7
Reaction score
1
If the player has more than 62 pets in their backpack, the data will be too large and the save will fail

However, the game_server I recompiled has solved this problem perfectly
resolved with m_bSingle?
 
Back
Top