Jaburak Posted May 29, 2013 Posted May 29, 2013 File Name: [rAthena] & [eAthena] cell_noskill.patch File Submitter: Anakid File Submitted: 09 May 2013 File Category: Source Modifications Content Author: Anakid This mod won't allow you to cast any skills on the selected cells. This mod helps alot if you have pvp maps like UFC Arena and other PvP Colosseum. Tested/Compatible with rAthena SVN r17325 and eAthena SVN. Sample Script: - script Function#noskill -1,{OnWhisperGlobal:OnInit: setcell "prontera",147,174,164,162,cell_noskill,1; end;} Click here to download this file 4 Quote
Jaburak Posted June 1, 2013 Author Posted June 1, 2013 Is it possible to disable passive skill? Yes. Quote
Jaburak Posted June 10, 2013 Author Posted June 10, 2013 can you also do a cell no vend patch? Thanks We already have cell_novending. Quote
unsiren Posted June 12, 2013 Posted June 12, 2013 (edited) Passive skill is triggered I would like to prevent passive skill MO_TRIPLEATTACK TF_DOUBLE please T_T Edited June 12, 2013 by unsiren Quote
Blue Jem Posted March 12, 2014 Posted March 12, 2014 this part is error --- src/map/battle.c (revision 2) +++ src/map/battle.c (working copy) @@ -517,6 +517,9 @@ if(is_boss(bl) && ssc && ssc->data[SC_SPIRIT] && ssc->data[SC_SPIRIT]->val2 == SL_STAR) damage += damage; } + + if(sc && sc->data[SC_MALEVOLENCE]) + damage += damage * 30 / 100; return damage; } Index: src/map/map.c 3>..\src\map\battle.c(890): error C2065: 'SC_MALEVOLENCE' : undeclared identifier Quote
Dallas Posted March 27, 2014 Posted March 27, 2014 (edited) + if(sc && sc->data[SC_MALEVOLENCE]) + damage += damage * 30 / 100; ????? Edited March 29, 2014 by Dallas 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.