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 equip latest pet equipment v83

Newbie Spellweaver
Joined
Apr 4, 2020
Messages
15
Reaction score
0
https://forum.ragezone.com/f701/pet-equips-cant-equip-1047159/

I looked at this thread to find the cause of the issue.

First, when you try to install the latest pet equipment on the latest pet, an error message appears.

It will probably appear when the 5000100 code is exceeded.

The name of the function that generates the message is:
CDraggableItem::WearEquipItem


And here's where the local actually test this code
CItemInfo::IsAbleToEquip


004F2D65 jz loc_4F2E96 => Fill nop

I don't know if there is an error in v83, but the gms old version idb I have right now is only v83 version, so I got it based on v83

And there is an error in that patch. When you do this patch, your pets will be equipped with all pet equipment.

If you are a developer with good skills, I believe you can fix it.
 
Junior Spellweaver
Joined
Sep 20, 2019
Messages
108
Reaction score
8
I don't get it. What shoud i do to expand the limit 5000100 in my localhost?
 
Back
Top