NPC Buffer Warning

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
web835
Posts: 14
Joined: Thu Sep 03, 2009 9:10 pm

NPC Buffer Warning

Post 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
Ninja
Posts: 48
Joined: Fri Jul 10, 2009 6:54 pm

Re: NPC Buffer Warning

Post 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.
web835
Posts: 14
Joined: Thu Sep 03, 2009 9:10 pm

Re: NPC Buffer Warning

Post 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
Ninja
Posts: 48
Joined: Fri Jul 10, 2009 6:54 pm

Re: NPC Buffer Warning

Post 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.
Post Reply