0xB06C Lucky Party Event

10/16/2017 20:35 iTsDOnee#1
I need help in packet 0xB06C
now i read charname and party number .....but packet read only old party number don't read new party ...
10/23/2017 08:57 Muhab*#2
byte unk1 (probably current page)
byte pagesCount
byte partiesCount in current page
for (byte x = 0; x <= partiesCount; x++)
uint matchNumber
uint CharObjectID
string charname
byte race
byte membersCount
byte setting
byte type
byte minLevel
byte maxLevel
string title


Good luck ;)