Jump to content

Recommended Posts

Posted

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.

Posted

thank you guys for your appreciate to this mod, updated .patch file for r17410 on the main post. :D

Posted

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

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?

Posted (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 by Mpsmith
  • 4 weeks later...
Posted

Sorry everyone, I didn't update for some newest revs, and now, finally I update it. :D

The file is on first post

  • Upvote 1
Posted

Sorry everyone, I didn't update for some newest revs, and now, finally I update it. :D

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?

Posted

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

Posted

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

Posted

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

 

post-16516-0-12042700-1375938250_thumb.jpg

 

post-16516-0-80343000-1375938269_thumb.jpg

 

I think some thing wrong with this. 

 

How can I fix it?

Posted

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~

 

/oops  do u have some other ways~

Posted (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 by LatSo

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...