- Joined
- Jun 20, 2012
- Messages
- 35
Hello and greetings if anyone would be able to read this thread. I need help with the spell I am working on. I've been trying to follow some basic in making MUI spells in the tutorial but mine seems not to fire correctly at all. So this spell that I am currently working, holds a target in place for some time and while the unit is paused unable to do anything it is also being damaged every 0.5 second.
So my trigger starts with the effect of an ability, then a dummy cast a spell on it for effect and for holding it in place. After which I set indexes for the target and the caster then set some booleans to true so that the spell can damage the target every 0.5 second and for checking when to turn the trigger off, however, when I tested the map there was no damage at all. I wonder why, wether if I turn the trigger on via If Integer = 1 turn on trigger or set the boolean to true, the other trigger that fires the damage to the tarvet every 0.5 second never work and I'm so bugged at it.
For the damage part I use the action: For each Integer variable from 1 to "index", I damage the target using damage target by recalling the casters index and the targets index using the lnteger variable. None of it worked so I am really asking why is this happening.
So my trigger starts with the effect of an ability, then a dummy cast a spell on it for effect and for holding it in place. After which I set indexes for the target and the caster then set some booleans to true so that the spell can damage the target every 0.5 second and for checking when to turn the trigger off, however, when I tested the map there was no damage at all. I wonder why, wether if I turn the trigger on via If Integer = 1 turn on trigger or set the boolean to true, the other trigger that fires the damage to the tarvet every 0.5 second never work and I'm so bugged at it.
For the damage part I use the action: For each Integer variable from 1 to "index", I damage the target using damage target by recalling the casters index and the targets index using the lnteger variable. None of it worked so I am really asking why is this happening.