he says: Target is not ingame.
does your buffer work with the original l2j serverpack?
Tell him what spawn does he need to use?
u dont have the npc in your data base! so create first a npc with id 12898
try to execute this code in ur DB:
Code:INSERT INTO npc VALUES (12898,35467,'NpcBuffer',0,'Buffer',0,'NPC.a_traderC_Fhuman',8,22,5,76,'female','L2Npc',40,4298,1710,3,16,0,91,40,21,30,20,35,10,6922,761,1083,486,898,523,278,0,333,0,0,0,50,0,NULL,0,0,0);
Last edited by fatalitydeath; 21-02-07 at 09:07 PM.
hmmm...
can u explain me how to set the npc in my npc table?
i do it like this:
click on the + at the ground of the table.
then i write in your npc settings and save it.
if i open the table next time its removed again :-(
i saved it as npc2.sql and excecuted it, tried to execute it:
[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'mysql> INSERT INTO npc VALUES (12898,35467,'NpcBuffer',0,'Buffer',0,'NPC.a_trade' at line 1
[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'mysql> INSERT INTO npc VALUES (12898,35467,'NpcBuffer',0,'Buffer',0,'NPC.a_trade' at line 1
[Msg] Finished - Unsuccessfully
try with this syntax =]
PHP Code:INSERT INTO `npc` VALUES ('12898', 'NPCBuffer', 'NPC.a_traderC_Fhuman', '8.00', '22.50', '76', 'male', 'L2Npc', 40, '4298', '1710', '40', '21', '30', '20', '35', '10', '6922', '761', '1770', '584', '962', '434', '278', '0', '333', '0', '0', '0', '50', '0', 'null', '0', 0, '0', 35467, '', 0, 0);
[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'mysql> INSERT INTO `npc` VALUES ('12898', 'NPCBuffer', 'NPC.a_traderC_Fhuman', '' at line 1
[Msg] Finished - Unsuccessfully
I trief to add it as a new querry ( a friend told me to do that):
1136 - Coulmn count doesnt match value count row 1.
damn it i get crazy... i simple want buffers :-(
well can u post some line from ur npc table?
hi, i test this npcbuffer and not work, i can see the first dialog "show me list of buff" but i click in the link and the response is "NO QUEST", iam user of l2jc3server (T_T), i need this buffer :S, sorry my english is bad sorry T_T
please response the post =D!
thk for all :)!