![]() |
Spell Interruption ? - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: Spell Interruption ? (/Thread-Spell-Interruption) Pages: 1 2 |
RE: Spell Interruption ? - Reflex - 02-02-2016 08:28 AM Yes, added and nothing. RE: Spell Interruption ? - Coruja - 02-02-2016 01:37 PM INTERRUPT only work on skills with FLAGS=skf_magic set and damage types != dam_nodisturb RE: Spell Interruption ? - Reflex - 02-02-2016 09:42 PM can you give me an example of "damage types != dam_nodisturb" ? i'm not positive what you mean. RE: Spell Interruption ? - ForesteR - 02-06-2016 04:10 AM (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>) RE: Spell Interruption ? - evening - 09-18-2016 02:22 AM [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|spellflag_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. |