Gladius Posted November 9, 2019 Posted November 9, 2019 (edited) Hi guys! I'm trying to install a coma immunity bonus diff unfortunately the version I found available are out of date - https://github.com/carloshenrq/brAScript/blob/master/brAthena/src/brA_bComaImunity_20180802.diff Can anyone update these scripts? Or have a different one that works? @edit i'am using the diff https://pastebin.com/H6MBB9dN and solved this problem if this dif /root/emulador/src/map/script_constants.hpp line 740 ~ 743 + export_constant2("bNoComa", SP_NO_COMA); Edited November 9, 2019 by Gladius Quote
0 Lord Turtle Posted December 14, 2019 Posted December 14, 2019 (edited) Edit these files and add the lines with ++ (ofc erase the ++) status.cpp case SC_NORECOVER_STATE: tick_def2 = status->luk * 100; break; ++ case SC_COMA: ++ break; default: // Effect that cannot be reduced? Likely a buff. if (!(rnd()%10000 < rate)) script_constants.cpp export_constant2("Eff_Fear",SC_FEAR); export_constant2("Eff_Burning",SC_BURNING); export_constant2("Eff_Crystalize",SC_CRYSTALIZE); ++ export_constant2("Eff_Coma",SC_COMA); export_constant2("SC_ALL",SC_NONE); on item script just add bonus2 bResEff,Eff_Coma,10000; Edited December 14, 2019 by tribal0306 Quote
0 kalabasa Posted July 8, 2022 Posted July 8, 2022 On 11/9/2019 at 10:24 AM, Gladius said: @edit i'am using the diff https://pastebin.com/H6MBB9dN and solved this problem any updated code on this part? im getting unknown bonus also case SC_COMA: + if(sd && sd->special_state.no_coma) + return 0; + break; Quote
Question
Gladius
Hi guys!
I'm trying to install a coma immunity bonus diff
unfortunately the version I found available are out of date
- https://github.com/carloshenrq/brAScript/blob/master/brAthena/src/brA_bComaImunity_20180802.diff
Can anyone update these scripts?
Or have a different one that works?
@edit
i'am using the diff https://pastebin.com/H6MBB9dN and solved this problem

if this dif
/root/emulador/src/map/script_constants.hpp line 740 ~ 743 + export_constant2("bNoComa", SP_NO_COMA);
2 answers to this question
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.