Jump to content
  • 0

Duplicate entry mob_skill_db2


Question

Posted (edited)

Hello,

 

I added a Custom Monster for a Dungeon. Now i need to add some skills to this mob. He casts Assumptio Lvl 5 on herself but he should cast Assumptio on friendly targets as well.

I already added a skill to mob_skill_db2 with this Mob ID: 2506. Now i want to Cast Assumption Lvl 5 on friendly monsters. So i need to add another table for this Mob. But when i import or add it, it says:

 

#1062 - Duplicate entry '2506' for key 'MOB_ID'

 

 

This is my SQL command:

 

INSERT INTO `mob_skill_db2` (`MOB_ID`, `INFO`, `STATE`, `SKILL_ID`, `SKILL_LV`, `RATE`, `CASTTIME`, `DELAY`, `CANCELABLE`, `TARGET`, `CONDITION`, `CONDITION_VALUE`, `VAL1`, `VAL2`, `VAL3`, `VAL4`, `VAL5`, `EMOTION`, `CHAT`) VALUES
(2506, 'Pirate Ghost@HP_ASSUMPTIO', 'idle', 361, 5, 2000, 750, 3000, 'yes', 'friend', 'friendhpltmaxrate', '100', NULL, NULL, NULL, NULL, NULL, NULL, NULL);

 

 

So if i check the mob_skill_db there are duplicate entrys too. But why isnt it working on mob_skill_db2?

 

Note:

 

I think i changed the mob_skill_db2 somehow or so because i couldnt edit the skills inside there.But now i can edit the skills in mob_skill_db2. On mob_skill_db i cant edit any skills there ...

 

Anyone has an idea to fix this?

Edited by Lyvondria

3 answers to this question

Recommended Posts

Posted

Hmm just a while a go i got some custom mbos too, and i tryied to manually do the whole mob skill thing, really annoying x_x i wish there could be a program/software to do this more easy.

 

Wjat i did was to take the line of the skill of other mobs and paste it with the id of the custom mob and it worked pretty good, i recommend you for that case, take the mob skill db of the mvp malgaleta sorin of biolab 3

 

give a try, it should work like me o:

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...