• 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!

Solved Closed

Remove this (I think).

Code:
doRemoveItem(item.uid, 0)
doPlayerAddItem(cid, EMPTY_POTION, 0)
pot_count = getPlayerItemCount(cid, EMPTY_POTION)
doPlayerRemoveItem(cid, EMPTY_POTION, pot_count)
doPlayerAddItem(cid, EMPTY_POTION, pot_count)

my bad i did wrong thing :3 i meant to say if anyone can add exhaust cause it use's to fast
 
Back
Top