Jump to content

Recommended Posts

  • 2 months later...
  • 1 month later...
  • 2 weeks later...
Posted

seems all previous patch are failure. I updated it with latest rAthena's revision. Give any feedback please. :D

 

@Erba, I'm sure it can be used for ur rev, but u need add them manually, since the lines are too much different.

  • 1 month later...
Posted

updated for latest commit, new file on the first post.

 

mod for specified rev/emu can be done by your request here or send me a PM

  • 5 months later...
  • 8 months later...
Posted

I applied this diff to the latest ra git.. and got this error:

[Warning]: Value for setting 'atk_adjustment_map': 16 is invalid (min:4095 max:4095)! Defaulting to 1...

any thoughts? thanks!

  • 4 weeks later...
  • 3 months later...
  • 1 month later...
  • 3 months later...
Posted

hey there im using this src modification on my server and its working as intended. but now theres a new problem regarding damage reflect.  the damage reflected is more than the damage dealt to the player doing the damage.  Im using this mod to modify overall damage output in pvp.  so for instance 2 sinx are dueling both using valk manteau, the sinx hits for 500dmg but receives 2 times as much damage as reflect.  its as if the game is calculating what would have been the actual damage without your global damage mod. now, my question is, is there a way to make it calculate the damage after the global damage mod   is calculated and not before?

  • 6 months later...
Posted (edited)

First of all, I downloaded: Global-damage-adjustment-rA-20150914-d1f94700.diff

 

After applying everything manually im getting this when compiling.

 

alp7pf.jpg

 

Im using rAthena with eAmods.

 

Also I had to change MF_NOPVPMODE = 70 to MF_NOPVPMODE for being able to use MF_ATK_RATE = 70 because I was getting an error there too.

 

(I dont know if thats a right thing to do, since eAmod uses MF_NOPVPMODE = 70 for something)

 

Any ideas?

Edited by Myth_
Posted (edited)

First of all, I downloaded: Global-damage-adjustment-rA-20150914-d1f94700.diff

 

After applying everything manually im getting this when compiling.

 

alp7pf.jpg

 

Im using rAthena with eAmods.

 

Also I had to change MF_NOPVPMODE = 70 to MF_NOPVPMODE for being able to use MF_ATK_RATE = 70 because I was getting an error there too.

 

(I dont know if thats a right thing to do, since eAmod uses MF_NOPVPMODE = 70 for something)

 

Any ideas?

 

 i guess your missing in battle.h you need to declare

did you put:

atk_damage_attacker;

 

in battle.h?

 

rAmod is different from default rAthena. so expected there are lots of error occurs. better ask Zephyrus via Skype if you have contact.

Edited by Keysito
  • Upvote 1
Posted

I guess your missing in battle.h you need to declare

 

did you put:

 

atk_damage_attacker;

in battle.h?

 

rAmod is different from default rAthena. so expected there are lots of error occurs. better ask Zephyrus via Skype if you have contact.

 

You were right, I forgot to apply manual changes in battle.h

Now I was able to compile and the adjustments seems to be working properly, the only concern I have left is the change I did where I had to modify:

MF_NOPVPMODE = 70 to MF_NOPVPMODE on script.c for being able to use MF_ATK_RATE = 70

 

If Zephyrus had it like that was for something and I dont want to do a mess with eAmod code.

 

Any suggestion?

  • 2 weeks later...
Posted

Now I was able to compile and the adjustments seems to be working properly, the only concern I have left is the change I did where I had to modify:

MF_NOPVPMODE = 70 to MF_NOPVPMODE on script.c for being able to use MF_ATK_RATE = 70

Basically u just need to add MF_ATK_RATE in that script.c, u can just replace the number behind it, maybe 75,76,77,80,100... as long as the mf_atk_rate in const.txt has same value with this MF_ATK_RATE

  • Upvote 1

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