Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Spell Interruption ?
Author Message
Reflex
Journeyman
*

Posts: 130
Likes Given: 0
Likes Received: 2 in 2 posts
Joined: Apr 2012
Reputation: 1



Post: #11
RE: Spell Interruption ?
Yes, added and nothing.
02-02-2016 08:28 AM
Find all posts by this user Like Post Quote this message in a reply
Coruja
Sphere Developer
*****

Posts: 987
Likes Given: 5
Likes Received: 226 in 187 posts
Joined: Jul 2012
Reputation: 7

Dimension Shard

Post: #12
RE: Spell Interruption ?
INTERRUPT only work on skills with FLAGS=skf_magic set and damage types != dam_nodisturb
02-02-2016 01:37 PM
Find all posts by this user Like Post Quote this message in a reply
Reflex
Journeyman
*

Posts: 130
Likes Given: 0
Likes Received: 2 in 2 posts
Joined: Apr 2012
Reputation: 1



Post: #13
RE: Spell Interruption ?
can you give me an example of "damage types != dam_nodisturb" ? i'm not positive what you mean.
02-02-2016 09:42 PM
Find all posts by this user Like Post Quote this message in a reply
ForesteR
Apprentice
*

Posts: 45
Likes Given: 1
Likes Received: 0 in 0 posts
Joined: May 2015
Reputation: 0



Post: #14
RE: Spell Interruption ?
(02-02-2016 09:42 PM)Reflex Wrote:  can you give me an example of "damage types != dam_nodisturb" ? i'm not positive what you mean.

ON=@Effect
LOCAL.DAMAGETYPE=(<DEF.dam_nodisturb>)
02-06-2016 04:10 AM
Find all posts by this user Like Post Quote this message in a reply
evening
Journeyman
*

Posts: 137
Likes Given: 0
Likes Received: 14 in 9 posts
Joined: Apr 2012
Reputation: 1

Finally Land

Post: #15
RE: Spell Interruption ?
[SPELL 30]
DEFNAME=s_lightning
NAME=Lightning
SOUND=snd_spell_lightning
RUNES=POG
CAST_TIME=4.3
RESOURCES=i_reag_mandrake_root,i_reag_sulfur_ash
RUNE_ITEM=i_rune_lightning
SCROLL_ITEM=i_scroll_lightning
FLAGS=spellflag_dir_anim|spellflag_targ_obj|spellflag_fx_targ|spellflag_harm|spe​llflag_damage|spellflag_resist
EFFECT_ID=0
EFFECT=10,20
DURATION=0.0
MANAUSE=11
SKILLREQ=MAGERY 40.0
INTERRUPT=0.0,0.0 //not work?

ON=@Effect
LOCAL.DAMAGETYPE=(<DEF.dam_nodisturb>)

//
[SKILL 25]
DEFNAME=Skill_Magery
KEY=Magery
TITLE=Mage
PROMPT_MSG=
ADV_RATE=5.0,10.0,15.0//5.0,25.0,200.0,400.0,800.0
BONUS_STATS=0
BONUS_STR=0
BONUS_DEX=0
BONUS_INT=0
STAT_STR=0//20
STAT_INT=0//100
STAT_DEX=0//40
VALUES=1,20,80
FLAGS=SKF_MAGIC

ON=@Abort
SRC.SYSMESSAGE You stop casting the spell.
09-18-2016 02:22 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)