Could someone please explain how to set up the arguments?
I can drop an item, but the icon still appears in the inventory.
A user can select the icon, however the item does not change.
What I have so far is...
messageClient(%client,'MsgItemDrop','',%slot,...);
%slot is user-defined in an event.
What comes after %slot, though?
EDIT:
Currently I'm using this to go around it...
messageClient(%client,'MsgItemPickup','',%slot,0);