Jaburak Posted May 29, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: 19 hours ago Share 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 Link to comment Share on other sites More sharing options...
pr3p Posted May 29, 2013 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 197 Reputation: 13 Joined: 05/14/12 Last Seen: October 29, 2024 Share Posted May 29, 2013 Thanks for the release Quote Link to comment Share on other sites More sharing options...
Jaburak Posted May 29, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: 19 hours ago Author Share Posted May 29, 2013 Welcome Quote Link to comment Share on other sites More sharing options...
unsiren Posted May 30, 2013 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 21 Reputation: 0 Joined: 01/08/12 Last Seen: July 24, 2019 Share Posted May 30, 2013 Is it possible to disable passive skill? Quote Link to comment Share on other sites More sharing options...
Jaburak Posted June 1, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: 19 hours ago Author Share Posted June 1, 2013 Is it possible to disable passive skill? Yes. Quote Link to comment Share on other sites More sharing options...
retroflav Posted June 5, 2013 Group: Members Topic Count: 23 Topics Per Day: 0.00 Content Count: 87 Reputation: 4 Joined: 08/09/12 Last Seen: November 7, 2018 Share Posted June 5, 2013 can you also do a cell no vend patch? Thanks Quote Link to comment Share on other sites More sharing options...
Jaburak Posted June 10, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: 19 hours ago Author Share Posted June 10, 2013 can you also do a cell no vend patch? Thanks We already have cell_novending. Quote Link to comment Share on other sites More sharing options...
unsiren Posted June 12, 2013 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 21 Reputation: 0 Joined: 01/08/12 Last Seen: July 24, 2019 Share 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 Link to comment Share on other sites More sharing options...
Blue Jem Posted March 12, 2014 Group: Members Topic Count: 151 Topics Per Day: 0.04 Content Count: 393 Reputation: 3 Joined: 09/16/13 Last Seen: June 4, 2014 Share 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 Link to comment Share on other sites More sharing options...
Phantom Of Rogue-Gon Posted March 20, 2014 Group: Members Topic Count: 65 Topics Per Day: 0.02 Content Count: 181 Reputation: 0 Joined: 08/07/13 Last Seen: September 15, 2014 Share Posted March 20, 2014 same my svn is error Quote Link to comment Share on other sites More sharing options...
Dallas Posted March 27, 2014 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 4 Reputation: 0 Joined: 12/15/11 Last Seen: June 9, 2020 Share Posted March 27, 2014 (edited) + if(sc && sc->data[SC_MALEVOLENCE]) + damage += damage * 30 / 100; ????? Edited March 29, 2014 by Dallas Quote Link to comment Share on other sites More sharing options...
Blue Jem Posted April 16, 2014 Group: Members Topic Count: 151 Topics Per Day: 0.04 Content Count: 393 Reputation: 3 Joined: 09/16/13 Last Seen: June 4, 2014 Share Posted April 16, 2014 i dont know Quote Link to comment Share on other sites More sharing options...
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.