Page 1 of 1

NPC Buffer Warning

Posted: Thu Sep 10, 2009 3:56 pm
by web835

Code: Select all

 NPC Buffer Warning: npcId = 1000003 Location: 83546, 149286, -3405 Player: tweety has tried to use skill group (1078) not assigned to the NPC Buffer!

what should i do

Re: NPC Buffer Warning

Posted: Thu Sep 10, 2009 6:02 pm
by Ninja
I am not so sure but I think this means that a player tried to receive a buff/skill that you might have it in your NPC_BUFFER HTML file but you did not insert the skill/buff into the NPC_BUFFER table in your database.

Re: NPC Buffer Warning

Posted: Fri Sep 11, 2009 8:57 am
by web835
correct but i updated and installed data base from 0 and now he give me this error

this is the buffer that l2j server have from the begining, is not a custom mod add'ed

Code: Select all

ID = 1000003

Re: NPC Buffer Warning

Posted: Fri Sep 11, 2009 10:36 am
by Ninja
web835 wrote:correct but i updated and installed data base from 0 and now he give me this error

this is the buffer that l2j server have from the begining, is not a custom mod add'ed

Code: Select all

ID = 1000003
Yes mate, I am using the same buffer just I added some new buffs and redesigned the NpcBuffer HTM files. Check in your database if the skill_id 1078 exists in you Npc_buffer table near the npc_id 1000003. If it does not exist then you found your problem if it is there then I do not have a clue why you see that error.