Gladius Posted November 9, 2019 Group: Members Topic Count: 12 Topics Per Day: 0.01 Content Count: 235 Reputation: 64 Joined: 04/29/19 Last Seen: 22 hours ago Share 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 Link to comment Share on other sites More sharing options...
0 Lord Turtle Posted December 14, 2019 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 51 Reputation: 7 Joined: 04/13/12 Last Seen: Yesterday at 01:18 PM Share 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 Link to comment Share on other sites More sharing options...
0 kalabasa Posted July 8, 2022 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Share 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 Link to comment Share on other sites More sharing options...
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);
Link to comment
Share on other sites
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.