Kaito Kid Posted January 8, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 102 Reputation: 4 Joined: 12/05/11 Last Seen: July 1, 2013 Share Posted January 8, 2012 I got the new problems My (baby) char have a minus def I was already edit battle.c & conf and make it 250 but nothing happend... still got minus def what i should edited next?? thanks Quote Link to comment Share on other sites More sharing options...
Realusion Posted January 8, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 57 Reputation: 15 Joined: 12/25/11 Last Seen: October 1, 2016 Share Posted January 8, 2012 A.) What did you edit? Please post the code snippets. B.) Does your server run in Renewal Mode (#define REMODE 1 or #define REMODE 0)? Quote Link to comment Share on other sites More sharing options...
Kaito Kid Posted January 8, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 102 Reputation: 4 Joined: 12/05/11 Last Seen: July 1, 2013 Author Share Posted January 8, 2012 (edited) A.) What did you edit? Please post the code snippets. B.) Does your server run in Renewal Mode (#define REMODE 1 or #define REMODE 0)? Becouse this conf not working // Max armor def/mdef // NOTE: does not affects skills and status effects like Mental Strength // If weapon_defense_type is non-zero, it won't apply to max def. // If magic_defense_type is non-zero, it won't apply to max mdef. max_def: 250 I did some modify on battle.c { "pc_status_def_rate",;battle_config.pc_sc_def_rate, 100, 0, 250, }, {"max_def", ;battle_config.max_def, 99, 0, 250, }, and: void battle_adjust_conf() { battle_config.monster_max_aspd = 2000 - battle_config.monster_max_aspd*10; battle_config.max_aspd = 2000 - battle_config.max_aspd*10; battle_config.max_walk_speed = 100*DEFAULT_WALK_SPEED/battle_config.max_walk_speed; battle_config.max_cart_weight *= 10; if(battle_config.max_def > 250 && !battle_config.weapon_defense_type) // added by [skotlex] battle_config.max_def = 250 ; Did i do something wrongs?? /$ B.) Does your server run in Renewal Mode (#define REMODE 1 or #define REMODE 0)? What u mean... sorry.. i am newbies at scripting Edited January 8, 2012 by Kaito Kid Quote Link to comment Share on other sites More sharing options...
Arcenciel Posted January 8, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 1315 Reputation: 372 Joined: 12/10/11 Last Seen: August 31, 2013 Share Posted January 8, 2012 // Max armor def/mdef // NOTE: does not affects skills and status effects like Mental Strength // If weapon_defense_type is non-zero, it won't apply to max def. // If magic_defense_type is non-zero, it won't apply to max mdef. max_def: 250 This setting only defines what the MAX DEFENSE is not the starting defense. This means that the player's combination of items/cards/buffs will not add defense past 250. You're using the setting wrong. Quote Link to comment Share on other sites More sharing options...
Kaito Kid Posted January 8, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 102 Reputation: 4 Joined: 12/05/11 Last Seen: July 1, 2013 Author Share Posted January 8, 2012 // Max armor def/mdef // NOTE: does not affects skills and status effects like Mental Strength // If weapon_defense_type is non-zero, it won't apply to max def. // If magic_defense_type is non-zero, it won't apply to max mdef. max_def: 250 This setting only defines what the MAX DEFENSE is not the starting defense. This means that the player's combination of items/cards/buffs will not add defense past 250. You're using the setting wrong. Sorry /$ I really dont know.... since eathena.ws down... i dont get any clue to modify the starting defense... please tell me how Quote Link to comment Share on other sites More sharing options...
Daredevil Posted January 9, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 48 Reputation: 7 Joined: 11/15/11 Last Seen: April 6, 2012 Share Posted January 9, 2012 just use rAthena emulator Quote Link to comment Share on other sites More sharing options...
Kaito Kid Posted January 9, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 102 Reputation: 4 Joined: 12/05/11 Last Seen: July 1, 2013 Author Share Posted January 9, 2012 just use rAthena emulator I already search use keyword rAthena emulator always got broken link.... any clue?? Quote Link to comment Share on other sites More sharing options...
Daredevil Posted January 9, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 48 Reputation: 7 Joined: 11/15/11 Last Seen: April 6, 2012 Share Posted January 9, 2012 use Tortoise SVN to checkout Quote Link to comment Share on other sites More sharing options...
KeiKun Posted January 9, 2012 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 967 Reputation: 53 Joined: 11/13/11 Last Seen: April 18 Share Posted January 9, 2012 just use rAthena emulator I already search use keyword rAthena emulator always got broken link.... any clue?? WTFH your @ rAthena Board checkout this via SVN Client: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/ Quote Link to comment Share on other sites More sharing options...
Emistry Posted January 9, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted January 9, 2012 just use rAthena emulator I already search use keyword rAthena emulator always got broken link.... any clue?? here ??? Quote Link to comment Share on other sites More sharing options...
Kaito Kid Posted January 9, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 102 Reputation: 4 Joined: 12/05/11 Last Seen: July 1, 2013 Author Share Posted January 9, 2012 just use rAthena emulator I already search use keyword rAthena emulator always got broken link.... any clue?? here ??? Thanks emistry..... but i should change it all into that??? cant change it manually?? Quote Link to comment Share on other sites More sharing options...
KeiKun Posted January 9, 2012 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 967 Reputation: 53 Joined: 11/13/11 Last Seen: April 18 Share Posted January 9, 2012 try to download or checkout rathena remove eAthena already and backup your database after doing those checkout rAthena and configure it configures are same like eAthena Packets Packet Version IPs SQL Connection same like eA wiki has a guide for it Quote Link to comment Share on other sites More sharing options...
Kaito Kid Posted October 7, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 102 Reputation: 4 Joined: 12/05/11 Last Seen: July 1, 2013 Author Share Posted October 7, 2012 solved.... Quote Link to comment Share on other sites More sharing options...
Question
Kaito Kid
I got the new problems
My (baby) char have a minus def
I was already edit battle.c & conf and make it 250
but nothing happend... still got minus def
what i should edited next??
thanks
Link to comment
Share on other sites
12 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.