View Single Post
  #5  
Old 08-22-2014, 11:41 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

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
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote