Cydh Posted July 8, 2013 Author Posted July 8, 2013 I need to check on my offline first, many conflicts after updating from 1738x.. xDD Quote
Mad Walker Posted July 9, 2013 Posted July 9, 2013 (edited) well the patch is working for the latest ones. I tried it, no errors Edited July 9, 2013 by Qube Eks Quote
LatSo Posted July 9, 2013 Posted July 9, 2013 well the patch is working for the latest ones. I tried it, no errors You sure? Cuz theres a major edit in battle.c , i doubt that it is still compatible? Although I havnt tried it. Quote
Cydh Posted July 10, 2013 Author Posted July 10, 2013 thank you guys for your appreciate to this mod, updated .patch file for r17410 on the main post. Quote
croaki Posted July 10, 2013 Posted July 10, 2013 hey i am become a error when i am patching patching file npc/scripts_mapflags.conf Hunk #1 FAILED at 25. 1 out of 1 hunk FAILED -- saving rejects to file npc/scripts_mapflags.conf.rej (Stripping trailing CRs from patch.) patching file src/map/atcommand.c Hunk #1 FAILED at 3965. 1 out of 1 hunk FAILED -- saving rejects to file src/map/atcommand.c.rej (Stripping trailing CRs from patch.) Quote
LatSo Posted July 10, 2013 Posted July 10, 2013 hey i am become a error when i am patching patching file npc/scripts_mapflags.conf Hunk #1 FAILED at 25. 1 out of 1 hunk FAILED -- saving rejects to file npc/scripts_mapflags.conf.rej (Stripping trailing CRs from patch.) patching file src/map/atcommand.c Hunk #1 FAILED at 3965. 1 out of 1 hunk FAILED -- saving rejects to file src/map/atcommand.c.rej (Stripping trailing CRs from patch.) you using the latest? Quote
Mpsmith Posted July 10, 2013 Posted July 10, 2013 (edited) yes I've That Problem Same You When Use Patch @ Revision 17413 But I Try To Diff It Manually it's Work Fine For Me Thx For Excellent Src Script Sir Cydh Edited July 10, 2013 by Mpsmith Quote
LatSo Posted August 6, 2013 Posted August 6, 2013 I'm having battle.c warnings after manual patch. Quote
LatSo Posted August 7, 2013 Posted August 7, 2013 I see, I hope sir Cydh make a fix for this one! looking forward to it! Quote
Cydh Posted August 7, 2013 Author Posted August 7, 2013 Sorry everyone, I didn't update for some newest revs, and now, finally I update it. The file is on first post 1 Quote
LatSo Posted August 7, 2013 Posted August 7, 2013 thanks for this! you're welcome I know this is too much but can you please take a look at this? http://rathena.org/board/topic/62238-manage-skill-damage-21/?p=215025 he said that's the error and he don't know what to do with it. Sorry for out topic reply! Quote
rosfus Posted August 7, 2013 Posted August 7, 2013 Sorry everyone, I didn't update for some newest revs, and now, finally I update it. The file is on first post thx a lot [info]: SVN Revision: '17442' [info]: Server supports up to '4096' concurrent connections. [Warning]: Not all IP addresses in map_athena.conf configured, autodetecting... [info]: Defaulting to 192.168.1.7 as our IP address [info]: Map Server IP Address : '192.168.1.7' -> '192.168.1.7'. [info]: Char Server IP Address : '192.168.1.7' -> '192.168.1.7'. [Warning]: Unknown setting 'atk_adjustment_map' in file conf/battle/misc.conf [Warning]: Unknown setting 'atk_short_attack_damage_rate' in file conf/battle/misc.conf [Warning]: Unknown setting 'atk_long_attack_damage_rate' in file conf/battle/misc.conf [Warning]: Unknown setting 'atk_weapon_attack_damage_rate' in file conf/battle/misc.conf [Warning]: Unknown setting 'atk_magic_attack_damage_rate' in file conf/battle/misc.conf [status]: Using SQL dbs: no [info]: Logging item transactions to table 'picklog'. Why Warning? Quote
Cydh Posted August 8, 2013 Author Posted August 8, 2013 @LatSo, I'll take a look @rosfus, did u patch it properly? manual or not? did u recompile ur server? those warnings because your battle.h & battle.c didn't read those conf vars. Quote
LatSo Posted August 8, 2013 Posted August 8, 2013 @LatSo, I'll take a look @rosfus, did u patch it properly? manual or not? did u recompile ur server? those warnings because your battle.h & battle.c didn't read those conf vars. thank you for this Cydh and with the problem of rosfus, I did not encounter that. maybe he did not recompile. Quote
rosfus Posted August 8, 2013 Posted August 8, 2013 @LatSo, I'll take a look @rosfus, did u patch it properly? manual or not? did u recompile ur server? those warnings because your battle.h & battle.c didn't read those conf vars. I think some thing wrong with this. How can I fix it? Quote
rosfus Posted August 8, 2013 Posted August 8, 2013 I use clean SVN:17442 , tried more and more times, it still warning. [Warning]: Unknown setting 'atk_adjustment_map' in file conf/battle/misc.conf[Warning]: Unknown setting 'atk_short_attack_damage_rate' in file conf/battle/misc.conf[Warning]: Unknown setting 'atk_long_attack_damage_rate' in file conf/battle/misc.conf[Warning]: Unknown setting 'atk_weapon_attack_damage_rate' in file conf/battle/misc.conf[Warning]: Unknown setting 'atk_magic_attack_damage_rate' in file conf/battle/misc.conf I use your other 2 source mf_noequip-bygrouplv-rA and minspeeds_com_mf_noconsume-rA , they are works very very well. Dizziness~ do u have some other ways~ Quote
LatSo Posted August 8, 2013 Posted August 8, 2013 (edited) you manual patch? @Cydh Sir you miss in battle.c the following + { "atk_adjustment_map", &battle_config.atk_adjustment_map, 1, 4095, 4095, }, + { "atk_short_attack_damage_rate", &battle_config.atk_short_damage_rate, 100, 1, INT_MAX, }, + { "atk_long_attack_damage_rate", &battle_config.atk_long_damage_rate, 100, 1, INT_MAX, }, + { "atk_weapon_attack_damage_rate", &battle_config.atk_weapon_damage_rate, 100, 1, INT_MAX, }, + { "atk_magic_attack_damage_rate", &battle_config.atk_magic_damage_rate, 100, 1, INT_MAX, }, + { "atk_misc_attack_damage_rate", &battle_config.atk_misc_damage_rate, 100, 1, INT_MAX, }, Manage to solve the warning issue, now my concern is the damage is not increasing. Why is that? Edited August 8, 2013 by LatSo Quote
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.