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

[Suggestion] Movements

soulblaster

New Member
Joined
Jun 15, 2007
Messages
52
Reaction score
0
Hiho!

How can we know who moved some object? I suggest to change this:
onAddItem(moveitem, tileitem, pos)
onRemoveItem(moveitem, tileitem, pos)
to this:
onAddItem(cid, moveitem, tileitem, pos)
onRemoveItem(cid, moveitem, tileitem, pos)
 
Back
Top