-
Be a kicker than cheater.
How to change item using code?
I wanted to change player item. Is there a way how?
Change body part or weapon/melee.
-
-
Account Upgraded | Title Enabled!
Re: How to change item using code?
packet to change character part ? O.o o.O
it's disappointing to see eagle gunz developer asking such simple questions :)
-
Apprentice
Re: How to change item using code?
Something like
ZCharacter::ChangeWeapon(enum eWeapon)
ZCharacter::OnChangeParts(enum eParts, int nID)
I can't recall exactly but that's about right.
Edit: ZPostRequestChangeWeapon & ZPostChangePart may also be needed, iirc they're peer-to-peer commands. So the other players can see.