Checkmate Posted August 2, 2013 Group: Members Topic Count: 96 Topics Per Day: 0.02 Content Count: 554 Reputation: 14 Joined: 09/24/12 Last Seen: November 20, 2024 Share Posted August 2, 2013 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 2) In a cyan colour... 3) And the last one in boxes???? Anyone... ? ? ? ? Quote Link to comment Share on other sites More sharing options...
Evelynn Posted August 2, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 93 Reputation: 14 Joined: 12/12/11 Last Seen: October 25, 2015 Share Posted August 2, 2013 (edited) 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 August 2, 2013 by Evelynn Quote Link to comment Share on other sites More sharing options...
Checkmate Posted August 2, 2013 Group: Members Topic Count: 96 Topics Per Day: 0.02 Content Count: 554 Reputation: 14 Joined: 09/24/12 Last Seen: November 20, 2024 Author Share Posted August 2, 2013 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.txtand still nothing happen...You have too many quests inside your quest_db. You can define the maximum amount of quests available inside the codeToo many quest?..?It is in npc/custom/quest/quest_shop.txt?? Quote Link to comment Share on other sites More sharing options...
Evelynn Posted August 2, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 93 Reputation: 14 Joined: 12/12/11 Last Seen: October 25, 2015 Share Posted August 2, 2013 (edited) 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 August 2, 2013 by Evelynn Quote Link to comment Share on other sites More sharing options...
Checkmate Posted August 2, 2013 Group: Members Topic Count: 96 Topics Per Day: 0.02 Content Count: 554 Reputation: 14 Joined: 09/24/12 Last Seen: November 20, 2024 Author Share Posted August 2, 2013 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 :hummm.... Quote Link to comment Share on other sites More sharing options...
Evelynn Posted August 2, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 93 Reputation: 14 Joined: 12/12/11 Last Seen: October 25, 2015 Share Posted August 2, 2013 (edited) 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 August 2, 2013 by Evelynn 1 Quote Link to comment Share on other sites More sharing options...
Checkmate Posted August 3, 2013 Group: Members Topic Count: 96 Topics Per Day: 0.02 Content Count: 554 Reputation: 14 Joined: 09/24/12 Last Seen: November 20, 2024 Author Share Posted August 3, 2013 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 ^ ^ Quote Link to comment Share on other sites More sharing options...
Question
Checkmate
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
2) In a cyan colour...

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

Anyone... ? ? ? ?
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.