Jump to content
  • 0

[HELP] how to delete custom buffer from sql ??!


omega87

Question

hello! im trying to delete a custom npc from SQL with navicat

but i cant find the custom buffer!

 

i looked in NPC and Custom_npc!

 

basicly i want to update the buffer, and it wont let me it gives me error

 

[Err] 1062 - Duplicate entry '40000' for key 'PRIMARY'
[Err] INSERT INTO `npc` (`id`, `idTemplate`, `name`, `serverSideName`, `title`, `serverSideTitle`, `class`, `collision_radius`, `collision_height`, `level`, `sex`, `type`, `attackrange`, `hp`, `mp`, `hpreg`, `mpreg`, `str`, `con`, `dex`, `int`, `wit`, `men`, `exp`, `sp`, `patk`, `pdef`, `matk`, `mdef`, `atkspd`, `aggro`, `matkspd`, `rhand`, `lhand`, `armor`, `walkspd`, `runspd`, `faction_id`, `faction_range`, `isUndead`, `absorb_level`) values('40000','31581','Buff Master','1','NPC Buffer','1','NPC.a_clergyman_FDarkElf','8.00','24.50','70','female','L2Npc','40','3862','1493','13.43','3.09','40','43','30','21','35','10','0','0','1314','470','780','382','278','0','253','0','0','0','80','120','','0','0','0');
[Msg] Finished - Unsuccessfully

 

im new with making servers and im trying to learn.

 

thank you for your understanding.

 

 

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

Read error omg :S

[Err] 1062 - Duplicate entry '40000' for key 'PRIMARY'
[Err] INSERT INTO `npc` (`id`, `idTemplate`, `name`, `serverSideName`, `title`, `serverSideTitle`, `class`, `collision_radius`, `collision_height`, `level`, `sex`, `type`, `attackrange`, `hp`, `mp`, `hpreg`, `mpreg`, `str`, `con`, `dex`, `int`, `wit`, `men`, `exp`, `sp`, `patk`, `pdef`, `matk`, `mdef`, `atkspd`, `aggro`, `matkspd`, `rhand`, `lhand`, `armor`, `walkspd`, `runspd`, `faction_id`, `faction_range`, `isUndead`, `absorb_level`) values('40000','31581','Buff Master','1','NPC Buffer','1','NPC.a_clergyman_FDarkElf','8.00','24.50','70','female','L2Npc','40','3862','1493','13.43','3.09','40','43','30','21','35','10','0','0','1314','470','780','382','278','0','253','0','0','0','80','120','','0','0','0');
[Msg] Finished - Unsuccessfully

 

you try to Duplicate your buffer, navicat doesnt allow it... So what to do?

 

Select your NPC, (inside custom_npc) and delete it... Save d Close it...

Go to your DB (l2jdb etc.) and Execute SQL files... Select your updated SQL archive and add it...

The other way it to edit it inside custom_npc

Link to comment
Share on other sites

  • 0

CoŏŁΐŠ you wrong say. Omega87 if you want fix this problem change npc id for your number example 563743 when change and install go your buffer html and change html on 563743.htm :)

Link to comment
Share on other sites

  • 0

thanks ALOT onix! i had my grandfathers revolder hanging on the wall "psst, its fully functional" and i almost killed my self.!!!

 

Because ididnt find the npc id in NPC tablet.

 

once again thank you! onix would u mind if i added u on msn?

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...