topaz-next / topaz

💎 A server emulator for Final Fantasy XI.
GNU General Public License v3.0
56 stars 81 forks source link

[canary] NPC "Memorandoll" not showing up #2501

Closed eyes-and-brain closed 3 years ago

eyes-and-brain commented 3 years ago

Additional Information (Steps to reproduce/Expected behavior) :

Talk to NPC "Isakoth" to start the "Records of Eminence". During the event, the NPC "Memorandoll" is not showing up.

The log of topaz_game.exe shows the following warning [Warning] Server needs NPC <17739954>.

cocosolos commented 3 years ago

Looks like NPC not captured. npc_list.sql

-- NC: INSERT INTO `npc_list` VALUES (17739954,'NOT_CAPTURED','???',0,0.000,0.000,0.000,0,50,50,0,0,0,0,0,0x0000320000000000000000000000000000000000,0,NULL,0);

I'm guessing this is the NPC in the other zones

INSERT INTO `npc_list` VALUES (17764604,'qm3','???',0,0.000,0.000,0.000,0,40,40,0,0,0,6,27,0x0000CA0300000000000000000000000000000000,32,NULL,1);
INSERT INTO `npc_list` VALUES (17719639,'qm9','???',0,0.000,0.000,0.000,0,50,50,0,0,0,6,27,0x0000CA0300000000000000000000000000000000,32,NULL,0);

So could be added without a proper capture. Not sure why the speed and widescan is different with the other 2, I'm guessing one of them is wrong but I don't think it matters for this NPC.

zach2good commented 3 years ago

Anyone who wants to capture this, the area is { Bastok Markets }

eyes-and-brain commented 3 years ago

Thank you for your comment. I was able to understand.

wrenffxi commented 3 years ago

closed via #2620 merging into release