• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Change item look

Hindori

New Member
Joined
Jan 24, 2009
Messages
157
Reaction score
2
Hello. I need script which will be changing my items look if they have actionid = xyz.

For example if item have actionid = 1001 then change look for 3567
if item have actionid = 1002 then change look for 3568
etc etc.

And It work only for item with id 2028, 2031, 2025.

Could anyone help?
 
i dont know how to do this without a custom client , best idea imho is just use doTransformItem with a new item u add through the custom client , and then you just edit the sprite to your liking and you can keep the same attributes through items.xml , only item id will change :S
 
Back
Top