Hindori
New Member
- Joined
- Jan 24, 2009
- Messages
- 157
- Reaction score
- 2
In my script i use something like this :
All is good if i have any item in foot slot but if i havent item create here and if u use it,look at this logout server crash.
item = doCreateItemEx(params.ball)
doItemSetAttribute(item, "nome", params.nome)
doItemSetAttribute(item, "description", params.description)
doItemSetAttribute(item, "aid", pokes.aid)
doItemSetAttribute(item, "pmhp", params.pmhp)
doItemSetAttribute(item, "pthp", params.pthp)
doPlayerAddItemEx(params.cid, item, true)
doTransformItem(item, newid)
All is good if i have any item in foot slot but if i havent item create here and if u use it,look at this logout server crash.
Last edited: