Keiichi Posted January 1, 2012 Share Posted January 1, 2012 I'm using RAthena. Client Version 10-07-28a I cant see where to increase the base level limit ( limit : 127 ) i cant also see where to increase the job level . Help me please. <Correct me if i posted in the wrong section> Quote Link to comment Share on other sites More sharing options...
Judas Posted January 1, 2012 Share Posted January 1, 2012 db/exp.txt, the syntax/directions to change levels is near the top. Quote Link to comment Share on other sites More sharing options...
Keiichi Posted January 1, 2012 Author Share Posted January 1, 2012 (edited) //Experience tables format: //Max Level,Class list,Type (0 - Base Exp; 1 - Job Exp),Exp for Lv 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98 i dont understand Help me with this , warnings Edited January 1, 2012 by Keiichi Quote Link to comment Share on other sites More sharing options...
Judas Posted January 1, 2012 Share Posted January 1, 2012 src/map/map.h #define MAX_LEVEL 1000 then recompile with visual studio Quote Link to comment Share on other sites More sharing options...
Keiichi Posted January 1, 2012 Author Share Posted January 1, 2012 after editing and recompiling i still get this warning about the max level Quote Link to comment Share on other sites More sharing options...
Emistry Posted January 1, 2012 Share Posted January 1, 2012 For Max Level Check this Edit_Max_Level For your new warning.. All these value cant exceed 10000.... /conf/battle/drops.conf // Item drop rates (Note 2) // The rate the common items are dropped (Items that are in the ETC tab, besides card) item_rate_common: 100 item_rate_common_boss: 100 item_drop_common_min: 1 item_drop_common_max: 10000 // The rate healing items are dropped (items that restore HP or SP) item_rate_heal: 100 item_rate_heal_boss: 100 item_drop_heal_min: 1 item_drop_heal_max: 10000 // The rate at which usable items (in the item tab) other then healing items are dropped. item_rate_use: 100 item_rate_use_boss: 100 item_drop_use_min: 1 item_drop_use_max: 10000 // The rate at which equipment is dropped. item_rate_equip: 100 item_rate_equip_boss: 100 item_drop_equip_min: 1 item_drop_equip_max: 10000 // The rate at which cards are dropped item_rate_card: 100 item_rate_card_boss: 100 item_drop_card_min: 1 item_drop_card_max: 10000 // The rate adjustment for the MVP items that the MVP gets directly in their inventory item_rate_mvp: 100 item_drop_mvp_min: 1 item_drop_mvp_max: 10000 // The rate adjustment for card-granted item drops. item_rate_adddrop: 100 item_drop_add_min: 1 item_drop_add_max: 10000 // Rate adjustment for Treasure Box drops (these override all other modifiers) item_rate_treasure: 100 item_drop_treasure_min: 1 item_drop_treasure_max: 10000 Quote Link to comment Share on other sites More sharing options...
Keiichi Posted January 1, 2012 Author Share Posted January 1, 2012 Thanks sir [ ALL SOLVED ] Quote Link to comment Share on other sites More sharing options...
I'm using RAthena.
Client Version 10-07-28a
I cant see where to increase the base level limit ( limit : 127 )
i cant also see where to increase the job level .
Help me please.
<Correct me if i posted in the wrong section>
Link to comment
Share on other sites