Jump to content
  • 0

duplicating mobs wont display the mobid


Question

Posted

im trying to duplicate MvP monsters but when i type the @mi command it will display the duplicated monster mobid instead of the set monsterid

if i type the @mi command it will show as 1312 original turtle general monsterid instead of 3003 that i set in mob_db.txt

 

import/mob_db.txt

3003,TURTLE_GENERAL_HARD,Turtle General,Turtle General,

 

mob_avail.yml

Header:
  Type: MOB_AVAIL_DB
  Version: 1
  
Body:
  - Mob: TURTLE_GENERAL_HARD
    Sprite: TURTLE_GENERAL

 

but when i did this copying the original data when i type @mi it will show the correct monsterid which 3003

but it wont display the turtle general sprite and displaying as Archer Skeleton in my case instead of default Poring

 

3003,TURTLE_GENERAL,Turtle General,Turtle General,

 

Header:
  Type: MOB_AVAIL_DB
  Version: 1
  
Body:
  - Mob: TURTLE_GENERAL
    Sprite: TURTLE_GENERAL

 

 

5 answers to this question

Recommended Posts

  • 1
Posted
// Limits for the monster database
#define MIN_MOB_DB 1000
#define MAX_MOB_DB 3999
#define MIN_MOB_DB2 20020
#define MAX_MOB_DB2 31999

Also, Don't use the same name.. 
it should be like this

Body:
  - Mob: TURTLE_GENERAL_HARD
    Sprite: TURTLE_GENERAL
20020,TURTLE_GENERAL_HARD,Turtle General,Turtle General,

 

  • Upvote 1
  • 0
Posted (edited)

they are all been taken out it i guess they display as poring

oh nvm, i just upgrade to yml format and now working but still not displaying the correct mob-id

 

Edited by kalabasa

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