NeoSteel Posted December 4, 2016 Posted December 4, 2016 Time for what is probably a really stupid question: How do I install this on my server? I'm not really following what everyone is saying here.... Quote
danielps Posted May 31, 2017 Posted May 31, 2017 Like!! But 2 questions: 1- Does it work for a especific job? is not are you planning to implemment that? 2- can i set negative values? thanks good job! Quote
Cydh Posted June 1, 2017 Author Posted June 1, 2017 21 hours ago, danielps said: Like!! But 2 questions: 1- Does it work for a especific job? is not are you planning to implemment that? 2- can i set negative values? thanks good job! 1. No 2. The values are in percentage, if you want to reduce it just put number less than 100 Quote
mhielo12 Posted July 5, 2017 Posted July 5, 2017 can be this updated to latest git? or is this working with the latest git.. Quote
banog Posted August 26, 2017 Posted August 26, 2017 Up on this.. i tried this on the latest git but there are some error.. Quote
Cydh Posted July 25, 2018 Author Posted July 25, 2018 Updated for rAthena Git Hash: 6b3f0717. File attachment in first post 1 Quote
Cydh Posted July 26, 2018 Author Posted July 26, 2018 (edited) and then aleos break it again today as Git Hash: 584fcac4 <<------------ UPDATE FOR THIS CHANGES! Check on first post Updated diff for Git Hash: 0d773983 (20180918) Edited July 26, 2018 by Cydh 1 Quote
Sarampo Posted April 25, 2019 Posted April 25, 2019 Hi friend, is this still working? I tested the latest version and it got error Quote
Cydh Posted June 13, 2019 Author Posted June 13, 2019 On 4/26/2019 at 3:39 AM, Sarampo said: Hi friend, is this still working? I tested the latest version and it got error just updated for Git Hash: 34971e57 (20190611) Quote
Mitosky Posted November 18, 2019 Posted November 18, 2019 Como utilizo esto en mi servidor? Algun tutorial más detallado? ya que soy un novato en rathena. Espero puedan ayudarme muchachos. Saludos ! Quote
Humble_Bee Posted January 18, 2020 Posted January 18, 2020 (edited) Looks like magic is being unresponsive for me, but the other stuff appears to be working on. I downloaded rAthena back in October of 2019 looks like. Anyone else having magic damage not responding to the global changes? (I don't know how to find my git hash number.) Outside of that, I'm loving the mod so far. Edited January 18, 2020 by Humble_Bee Quote
Ruhn Posted December 10, 2020 Posted December 10, 2020 sorry for the bump. why its only working on magic damage ? Quote
dantoki Posted May 2, 2022 Posted May 2, 2022 @Cydh i try to add this on latest git and modified some codes i got no errors but the damage still the same, hope u upload the latest version on latest git thanksss Quote
EAJ_BASEMASK Posted September 11, 2022 Posted September 11, 2022 On 5/2/2022 at 12:06 PM, qtdan said: @Cydh i try to add this on latest git and modified some codes i got no errors but the damage still the same, hope u upload the latest version on latest git thanksss The only part that needed to change was in pc.cpp + case MF_ATK_RATE: + nullpo_retr(-1, args); + + switch (args->flag_val) { + case DMGRATE_BL: + case DMGRATE_SHORT: + case DMGRATE_LONG: + case DMGRATE_WEAPON: + case DMGRATE_MAGIC: + case DMGRATE_MISC: + return mapdata->atk_rate.rate[args->flag_val]; + default: + return util::umap_get(mapdata->flag, static_cast<int16>(mapflag), 0); + } to + case MF_ATK_RATE: + nullpo_retr(-1, args); + + switch (args->flag_val) { + case DMGRATE_BL: + case DMGRATE_SHORT: + case DMGRATE_LONG: + case DMGRATE_WEAPON: + case DMGRATE_MAGIC: + case DMGRATE_MISC: + return mapdata->atk_rate.rate[args->flag_val]; + default: + return mapdata->flag[mapflag]; + } The rest of the code is still working. Quote
aspd197 Posted March 11, 2024 Posted March 11, 2024 Hi @Cydh, I wonder if this still work with latest rathena? this link below redirects me to changes on wounded morroc quest On 6/13/2019 at 9:45 AM, Cydh said: just updated for Git Hash: 34971e57 (20190611) 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.