View Single Post
  #29  
Old 02-24-2013, 07:02 PM
c0ncrete's Avatar
c0ncrete
Dragon
 
Join Date: Dec 2009
Posts: 719
Default

http://www.eqemulator.net/wiki/wikka...a=QuestObjects

these are all of the available parameters

Code:
$client->DeleteItemInInventory($slotID, $quantity, $updateClient)
quantity is set to 0 by default, which deletes the entire stack. update client is set to false by default, which probably causes the behavior you are seeing now.

you probably want to change client_update to true (1).

Code:
$client->GetItemAt(slotid)->GetCharges()
will show you the stack size
__________________
I muck about @ The Forge.
say(rand 99>49?'try '.('0x'.join '',map{unpack 'H*',chr rand 256}1..2):'incoherent nonsense')while our $Noport=1;
Reply With Quote