View Single Post
  #3  
Old 01-10-2009, 07:33 PM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

Certain items don't deplete when used in tradeskills as well with this patch, one example is: http://lucy.allakhazam.com/item.html?id=27760 I also got a report that inventories didn't seem to be updating at all anymore.

Also, PEQ was getting this crash which is related to the above code:

Code:
#0  Client::DeleteItemInInventory(short, signed char, bool) (this=0x85915e0,
    slot_id=30, quantity=0 '\0', client_update=false) at Item.h:300
#1  0x080e271c in Client::OPMemorizeSpell(EQApplicationPacket const*) (
    this=0x85915e0, app=0x84a0440) at client_process.cpp:1097
#2  0x0819ab52 in Client::Handle_OP_MemorizeSpell(EQApplicationPacket const*) (
    this=0x0, app=0x0) at client_packet.cpp:3053
#3  0x08192570 in Client::HandlePacket(EQApplicationPacket const*) (
    this=0x85915e0, app=0x44112008) at client_packet.cpp:409
#4  0x080dfefd in Client::Process() (this=0x85915e0) at client_process.cpp:604
#5  0x080c2553 in EntityList::MobProcess() (this=0x82e2a20) at entity.cpp:462
#6  0x080eb9a4 in main (argc=0, argv=0xbfffef74) at net.cpp:494
Reply With Quote