Jump to content
  • 0

duplicating mobs wont display the mobid


kalabasa

Question


  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.05
  • Content Count:  478
  • Reputation:   14
  • Joined:  11/30/17
  • Last Seen:  

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

 

 

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  477
  • Reputation:   269
  • Joined:  06/13/17
  • Last Seen:  

// 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
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  211
  • Reputation:   17
  • Joined:  12/23/11
  • Last Seen:  

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.05
  • Content Count:  478
  • Reputation:   14
  • Joined:  11/30/17
  • Last Seen:  

may i know what is the safe to use mobid?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1533
  • Reputation:   235
  • Joined:  08/03/12
  • Last Seen:  

5 hours ago, kalabasa said:

may i know what is the safe to use mobid?

check mob id in mobdb https://raw.githubusercontent.com/rathena/rathena/master/db/re/mob_db.yml

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.05
  • Content Count:  478
  • Reputation:   14
  • Joined:  11/30/17
  • Last Seen:  

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

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