Jump to content

Recommended Posts

Posted

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
Posted (edited)
Passive skill is triggered

 

I would like to prevent passive skill

 

 

MO_TRIPLEATTACK

 

TF_DOUBLE

 

please T_T

Edited by unsiren
  • 8 months later...
Posted

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

  • 2 weeks later...
  • 3 weeks later...

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...