Author Topic: MsgItemDrop  (Read 510 times)

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);
« Last Edit: November 03, 2008, 04:06:15 PM by Truce »

MsgDropItem, not MsgItemDrop.

Oh. Whoops. >_>
Once I do that, will there be anything I need to put after the %slot value?