i'm running the Epilogue with nighly pack and want to add some custom npcs like i did on Gracia Final.
I tryed it with the same sql file like i did at Gracia Final but it dont work... I tryed add them to "custom_npc" table that works.. i can see them in the Database but can not spawn them everytime ingame brings the error "Target cannot be found". If i try to add them to normal "npc" table it dont works... i checked the id's if some are double but there are no double id's.. so it should work i guess... but it don't.
Example of my try:
Code: Select all
REPLACE INTO `npc` VALUES (40001, 31126, 'Blacksmith of Mammon', 1, 'L2House', 1, 'NPC.e_smith_master_MDwarf', 08.00, 16.50, 70, 'male', 'L2Merchant', 40, 3862, 1494, 0.00, 0.00, 40, 43, 30, 21, 20, 20, 0, 0, 1303, 471, 607, 382, 253, 0, 333, 0, 0, 0, 30, 132, 'NULL', 0, 0, 0, 'LAST_HIT', 0, 0, 0, 'fighter', 'false');
Can someone help me? Or whrite me an sql how to insert my npcs?
Thank you in advance
sincerely yours
ADONES