I was going to post an example..but, I couldn't find one for either put or delete in the scripts...
I don't want to speculate..but, it almost looks like the usage requires something else.
Kingly posted this in chat..
Code:
Perl_croak(aTHX_ "Usage: Client::DeleteItemInInventory(THIS, slot_id, quantity= 0, client_update= false)");
It almost looks like your should use
Code:
quest::DeleteItemInInventory($client, slot_id, quantity, bool);
- or however perl does it.
I just dunno