Jump to content

[rAthena] & [eAthena] cell_noskill.patch


Jaburak

Recommended Posts


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1125
  • Reputation:   236
  • Joined:  07/30/12
  • Last Seen:  

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

  • Upvote 4
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  197
  • Reputation:   13
  • Joined:  05/14/12
  • Last Seen:  

Thanks for the release ^_^

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1125
  • Reputation:   236
  • Joined:  07/30/12
  • Last Seen:  

Welcome :P

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  01/08/12
  • Last Seen:  

Is it possible to disable passive skill?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1125
  • Reputation:   236
  • Joined:  07/30/12
  • Last Seen:  

Is it possible to disable passive skill?

 

Yes.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  87
  • Reputation:   4
  • Joined:  08/09/12
  • Last Seen:  

can you also do a cell no vend patch? Thanks

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1125
  • Reputation:   236
  • Joined:  07/30/12
  • Last Seen:  

can you also do a cell no vend patch? Thanks

 

We already have cell_novending.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  01/08/12
  • Last Seen:  

Passive skill is triggered

 

I would like to prevent passive skill

 

 

MO_TRIPLEATTACK

 

TF_DOUBLE

 

please T_T

Edited by unsiren
Link to comment
Share on other sites

  • 8 months later...

  • Group:  Members
  • Topic Count:  151
  • Topics Per Day:  0.04
  • Content Count:  393
  • Reputation:   3
  • Joined:  09/16/13
  • Last Seen:  

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

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  4
  • Reputation:   0
  • Joined:  12/15/11
  • Last Seen:  

+ if(sc && sc->data[SC_MALEVOLENCE])
+ damage += damage * 30 / 100;

?????

Edited by Dallas
Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  151
  • Topics Per Day:  0.04
  • Content Count:  393
  • Reputation:   3
  • Joined:  09/16/13
  • Last Seen:  

i dont know 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...