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 disable Transformation Ring Skins ?

Newbie Spellweaver
Joined
Apr 14, 2021
Messages
26
Reaction score
2
Hello, i wonder is it possible to disable Panda and Skeleton Transformation Rings. I mean i want the rings to be usefull but i dont want to transform you into a Panda or Skeleton. Is this possible, any king of help will be very useful. Thanks..
 
Joined
Aug 6, 2005
Messages
552
Reaction score
298
If you have the server source, go to user.cpp, function gObjViewportListProtocolCreate, remove all if-branches where the condition is lpObj->m_Change >= 0.
This will prevent that the player is shown transformed in the client. There might be other changes required to make it fully working - to be safe, all usages of m_Change must be checked.
 
Upvote 0
Back
Top