Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Simultaneously Effect Start
Author Message
[Nores]
Apprentice
*

Posts: 8
Likes Given: 1
Likes Received: 3 in 2 posts
Joined: Jun 2014
Reputation: 0



Post: #1
Simultaneously Effect Start
Wherewith simultaneously effect i do start anything on spell magic?
I could not sphere_spell script inside simultaneously one effect started. second effect start fail.

Code:
[Spell 29]
DEFNAME=s_greater_heal
NAME=Greater Heal
SOUND=snd_SPELL_GREATER_HEAL
RUNES=IVM
CAST_TIME=3.0
RESOURCES=i_reag_garlic,i_reag_ginseng,i_reag_mandrake_root,i_reag_spider_silk
RUNE_ITEM=i_rune_GREATER_HEAL
SCROLL_ITEM=i_scroll_GREATER_HEAL
FLAGS=SPELLFLAG_TARG_CHAR | SPELLFLAG_FX_TARG| SPELLFLAG_GOOD
EFFECT_ID=i_fx_HEAL_EFFECT
EFFECT=10,50
//EXAMPLE;
EFFECT=i_xxxx //second. effect FAİL
DURATION=0.0
MANAUSE=11
SKILLREQ=MAGERY 40.0
INTERRUPT=100.0,100.0
(This post was last modified: 06-22-2014 06:38 AM by [Nores].)
06-22-2014 06:35 AM
Find all posts by this user Like Post Quote this message in a reply
XuN
Sphere Developer
*****

Posts: 852
Likes Given: 102
Likes Received: 156 in 119 posts
Joined: Jul 2013
Reputation: 30



Post: #2
RE: Simultaneously Effect Start
I think you mean this.
Code:
ON=@Effect
if !(<tag0.double_healing_spell>)
SpellEffect=s_greater_heal,<argn2>,<src>
tag.double_healing_spell=1
else
tag.double_healing_spell
endif
06-23-2014 04:07 AM
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)