Jump to content
  • 0

Itemdb_read_itemratio


kitty14

Question


  • Group:  Members
  • Topic Count:  103
  • Topics Per Day:  0.03
  • Content Count:  323
  • Reputation:   4
  • Joined:  12/09/13
  • Last Seen:  

Hello! rathena , when I update my revision and start the server I get this error.. I tried to google it but none seems give me specific answer ..

my custom Mobs are in import/mob_db and the items are in re/item_db then I transfer the items in import/item_db still got this error...  how to solve this? thanks!

post-22609-0-65908500-1421307540_thumb.jpg

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

ehh, seems there's typo on that error message. should be 'mob_readdb_itemratio'

well, and then it's because mob.c reads the files with this sequence.

  1. read db/re/mob_db.txt
  2. read db/mob_item_ratio.txt
  3. read db/import/mob_db.txt
  4. read db/import/mob_item_ratio.txt

when u put item in db/mob_item_ratio.txt for custom monsters that written in db/import/mob_db.txt, of course map-server doesn't recognize them.

Try put ur custom mobs & custom mob_item_ratio on import files. :D

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  103
  • Topics Per Day:  0.03
  • Content Count:  323
  • Reputation:   4
  • Joined:  12/09/13
  • Last Seen:  

I see.. that explains everything! thanks CYdh!

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

welcome :D

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  317
  • Reputation:   63
  • Joined:  11/13/11
  • Last Seen:  

I'll be moving this to Database Support. Thank you for marking the correct answer. Users should do that if their problem gets solved.

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