Jump to content
  • 0

How To Fix This Wierd Error


Checkmate

Question


  • Group:  Members
  • Topic Count:  96
  • Topics Per Day:  0.02
  • Content Count:  554
  • Reputation:   14
  • Joined:  09/24/12
  • Last Seen:  

Hello all rAthena Community...
I want to ask anyone here on how to fis this 3 kind of error...

1) The Error in da RED

jn27dp6mvw.png

 

 

2) In a cyan colour...

w32mcm3dsv.png

 

 

 

3) And the last one in boxes????

cj83mpx592.png

 

 

Anyone... ? ? ? ?

 

 

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  93
  • Reputation:   14
  • Joined:  12/12/11
  • Last Seen:  

Did you place your humonculus.txt in the correct area? ( db/re or db/pre-re ).

 

Also, you've exceeded the maximum limit for number of mercenaries.

To increase the maximum value...

 

src/common/mmo.h#L159

#define MAX_MERCENARY_CLASS 61

 

Edited by Evelynn
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  93
  • Reputation:   14
  • Joined:  12/12/11
  • Last Seen:  

1. You are missing the homunculus.txt file inside your db folder.

2. Your mercenary_db is not up to date. You are missing Mercenary IDs

I suggest you replace your current mercenary_db.txt with a newer one.

 

3. You have too many quests inside your quest_db. You can define the maximum amount of quests available inside the code

Let me search for the area.

 

 

-----------------------------

 

src/common/mmo.h#L103

#define MAX_QUEST_DB 2700 //Max quests that the server will load
Edited by Evelynn
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  96
  • Topics Per Day:  0.02
  • Content Count:  554
  • Reputation:   14
  • Joined:  09/24/12
  • Last Seen:  

We meet again Miss Evelynn ^ ^

 

You are missing the homunculus.txt file inside your db folder.

 Where can i find a new homunculus.txt??

 

 

Your mercenary_db is not up to date. You are missing Mercenary IDs

I suggest you replace your current mercenary_db.txt with a newer one.

 


Where i can get it Miss?..? Cuz i already follow in this site https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/mercenary_skill_db.txt
and still nothing happen...


You have too many quests inside your quest_db. You can define the maximum amount of quests available inside the code
Too many quest?..?
It is in npc/custom/quest/quest_shop.txt??


 
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  93
  • Reputation:   14
  • Joined:  12/12/11
  • Last Seen:  

You are looking at the mercenary_skill_db and not mercenary_db

This is what you need mercenary_db.txt

 

homunculus_db.txt ( Renewal )

homunculus_db.txt ( Pre Renewal )

 

Your quest database is located at

 

db/quest_db.txt

 

You exceeded the maximum limit of quests you are able to have inside your  quest database.

To increase the maximum amount, you have to change it in the source.

 

src/common/mmo.h#L103

#define MAX_QUEST_DB 2700 //Max quests that the server will load
Edited by Evelynn
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  96
  • Topics Per Day:  0.02
  • Content Count:  554
  • Reputation:   14
  • Joined:  09/24/12
  • Last Seen:  

Hahahahha... Sry my mistake ..
Did not see it.. Still dizzy about last error.. ^ ^ 
 

You are looking at the mercenary_skill_db and not mercenary_db

This is what you need mercenary_db

 

Thanks For It Miss ^ ^


**Edit**

It still showing the same error like this :
jn27dp6mvw.png

hummm....
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  96
  • Topics Per Day:  0.02
  • Content Count:  554
  • Reputation:   14
  • Joined:  09/24/12
  • Last Seen:  

Yay... Sorry for late reply... Im tutn to sleep ^ ^ 
Already fix all those error.. i make it recompile again all error was gone...

Thanks to evelynn ^ ^ 

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