iurygoncalves
New Member
- Joined
- Aug 14, 2008
- Messages
- 10
- Reaction score
- 0
Hello, I need a creaturescript onThink that when the player put an item in the bag, change the item in slotRing on another item. Can anyone help me? It would be in real time, so I'm having great difficulty.
function onThink()
if isPlayer(cid) then
if getPlayerItemCount(cid, 2159) >= 1 then
doTransformItem(2154, 2153)
end
end
end
Last edited: