rosfus Posted August 9, 2013 Posted August 9, 2013 it's work! but i think u forgot to add src/map/script.c & src/map/npc.c Quote
Digos Posted October 21, 2013 Posted October 21, 2013 (edited) I manually installed this patch on eAthena If someone want the patch file for eAthena i can provide it Edited August 4, 2016 by Digos Quote
bigbosskamote Posted November 24, 2013 Posted November 24, 2013 Is there a guide on how to apply this on my server? i really need this badly :-/ Can i use this patch file in revision 17421? Quote
Erba Posted December 4, 2013 Posted December 4, 2013 can i use the oldest version for my revision 16797? and also in eAmod? Quote
Cydh Posted December 8, 2013 Author Posted December 8, 2013 seems all previous patch are failure. I updated it with latest rAthena's revision. Give any feedback please. @Erba, I'm sure it can be used for ur rev, but u need add them manually, since the lines are too much different. Quote
Erba Posted December 8, 2013 Posted December 8, 2013 thank you sir! btw i admire your work ! Looking forward to your next invention hehe ^^ Quote
simplexjay2 Posted February 4, 2014 Posted February 4, 2014 is there any compatible with latest svn 17701 Quote
Cydh Posted February 4, 2014 Author Posted February 4, 2014 well, I think I'll update this tomorrow. Quote
simplexjay2 Posted February 4, 2014 Posted February 4, 2014 @ Cydh tnx for your reply hahaha i will w8t for it thanks Quote
Cydh Posted February 5, 2014 Author Posted February 5, 2014 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 Quote
vijay30393 Posted July 20, 2014 Posted July 20, 2014 Cydh is this Mod compatible with eAthena 3CeAm? Quote
Lord Ganja Posted March 25, 2015 Posted March 25, 2015 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! Quote
Fenril Posted April 18, 2015 Posted April 18, 2015 Hi, Have an error on Patch : Have any idea ? Thanks °° Quote
Cydh Posted September 14, 2015 Author Posted September 14, 2015 Added diff for rev in 20150914 d1f94700 Quote
teknical Posted January 3, 2016 Posted January 3, 2016 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? Quote
teknical Posted January 5, 2016 Posted January 5, 2016 bump... is there any support here for my problem? Quote
teknical Posted January 12, 2016 Posted January 12, 2016 bump..... is there a way to fix damage reflect with this mod ? anybody ??? Quote
Myth_ Posted July 24, 2016 Posted July 24, 2016 (edited) First of all, I downloaded: Global-damage-adjustment-rA-20150914-d1f94700.diff After applying everything manually im getting this when compiling. 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 July 24, 2016 by Myth_ Quote
REKT Posted July 24, 2016 Posted July 24, 2016 (edited) First of all, I downloaded: Global-damage-adjustment-rA-20150914-d1f94700.diff After applying everything manually im getting this when compiling. 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 July 24, 2016 by Keysito 1 Quote
Myth_ Posted July 24, 2016 Posted July 24, 2016 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? Quote
Cydh Posted August 4, 2016 Author Posted August 4, 2016 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 1 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.