OpenKore do not support Ignore List. 2.0.7 r7202

This place is for Closed bug reports only. NOT for asking help!

Moderators: Moderators, Developers

User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

OpenKore do not support Ignore List. 2.0.7 r7202

#1 Post by kLabMouse »

the sendIgnoreListGet function present in Network::Send
But the parsing of response is not in Network::Receive or anywhere around

Code: Select all

// packet 0xd3
struct PACKET_CZ_REQ_WHISPER_LIST {
  /* this+0x0 */ short PacketType
}

// packet 0xd4
struct PACKET_ZC_WHISPER_LIST {
  /* this+0x0 */ short PacketType
  /* this+0x2 */ short PacketLength
  /* this+0x4 */ struct WHISPER_ITEM wisperList[...] {
    /* this+0x0 */ char name[24];
  }
} 
User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: OpenKore do not support Ignore List. 2.0.7 r7202

#2 Post by kLabMouse »

Fixed in r7221 by EternalHarvest