Open Sesame Quest
Posted: Tue Mar 05, 2013 2:25 am
Here's the Open Sesame quest.
NPC SQL addition - position is not retail, I just gave it my best guess.
INSERT INTO `npc_list` VALUES ('17244643', 'Lokpix', '196', '-68.847', '3.595', '215.485', '19', '40', '40', '0', '0', '0', '0', '27', 0x0000550000000000000000000000000000000000, '0', '114');
mmo.h
Change at line 121-122
uint8 keysList[256]; to uint8 keysList[275];
uint8 seenList[256]; uint8 seenList[275];
NPC SQL addition - position is not retail, I just gave it my best guess.
INSERT INTO `npc_list` VALUES ('17244643', 'Lokpix', '196', '-68.847', '3.595', '215.485', '19', '40', '40', '0', '0', '0', '0', '27', 0x0000550000000000000000000000000000000000, '0', '114');
mmo.h
Change at line 121-122
uint8 keysList[256]; to uint8 keysList[275];
uint8 seenList[256]; uint8 seenList[275];