Spell Contest Entry Help

Master-Hauan

New Member
Reaction score
2
i dont get what i am doing wrong here.
when i cast this spell is debuffs correctly
but the nova does not working.
it shows some nova parts the first time it is cast but not any times after that

Trigger:
  • Arcane Flash
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to Arcane Flash
    • Actions
      • Set caster_loc = (Position of (Casting unit))
      • Unit Group - Pick every unit in (Units within (200.00 + (50.00 x (Real((Level of (Ability being cast) for (Casting unit)))))) of caster_loc matching (((Picked unit) belongs to an enemy of (Owner of (Casting unit))) Equal to True)) and do (Actions)
        • Loop - Actions
          • Set target_loc = (Position of (Picked unit))
          • Unit - Create 1 caster for (Owner of (Casting unit)) at caster_loc facing target_loc
          • Custom script: call RemoveLocation (udg_target_loc)
          • Unit - Add a 1.00 second Generic expiration timer to (Last created unit)
          • Unit - Add arcane flash (dummy debuff) (Neutral Hostile) to (Last created unit)
          • Unit - Set level of arcane flash (dummy debuff) (Neutral Hostile) for (Last created unit) to (Level of Arcane Flash for (Casting unit))
          • Unit - Order (Last created unit) to Undead Banshee - Curse (Picked unit)
      • For each (Integer A) from 1 to 36, do (Actions)
        • Loop - Actions
          • Unit - Create 1 caster for (Owner of (Casting unit)) at caster_loc facing ((Real((Integer A))) x 10.00) degrees
          • Unit - Add a 1.00 second Generic expiration timer to (Last created unit)
          • Unit - Add arcane flash (dummy nova) to (Last created unit)
          • Unit - Set level of arcane flash (dummy nova) for (Last created unit) to (Level of Arcane Flash for (Casting unit))
          • Set target_loc = (caster_loc offset by 512.00 towards ((Real((Integer A))) x 10.00) degrees)
          • Unit - Order (Last created unit) to Undead Dreadlord - Carrion Swarm target_loc
          • Custom script: call RemoveLocation (udg_target_loc)
      • Custom script: call RemoveLocation (udg_caster_loc)
 

Attachments

  • Ability Test.w3x
    25.3 KB · Views: 164

Momentai

New Member
Reaction score
2
Unit - Create 1 Dummy for (Owner of (Casting unit)) at TempLoc facing ((Facing of (Casting unit)) + 60.00) degrees


(temploc = position of the casting unit btw)
i did basically the same spell, only using impale 6 times and copy/pasting 6 times :p anyway, i bet (i'm not an expert) if you change yours from facing ((real((integer A))) x 10.00) degrees to ((Facing of (Casting unit)) + ((real((interger A))) x 10.00) degrees, maybe it'll help.
actually, typing it out it doesn't seem like it changes much. but heck, if you've got a free moment, try it. and if it works, don't hesitate to rep :p
 

Master-Hauan

New Member
Reaction score
2
ok i fixed some leaks

my for loop should already create casters that face each direction
im not sure adding an extra factor into the facing angle will help.
 

Momentai

New Member
Reaction score
2
lol yeah i really don't know... looks good to me, but obviously if it isn't working....
only thing i've got to say is you've got
Custom script: call RemoveLocation (udg_caster_loc)
two times at the end of your trigger :p
 

Momentai

New Member
Reaction score
2
Set TempLoc = (Position of (Casting unit))
Unit - Create 1 Dummy for (Owner of (Casting unit)) at TempLoc facing ((Facing of (Casting unit)) + 60.00) degrees
Unit - Add Jutting Barbs (hidden) to (Last created unit)
Unit - Set level of Jutting Barbs (hidden) for (Last created unit) to (Level of (Ability being cast) for (Casting unit))
Unit - Order (Last created unit) to Undead Crypt Lord - Impale ((Position of (Last created unit)) offset by (0.00, 0.00))

idk, its just another wording i guess. but how i order my dummies to cast is a little bit more simple, because they're already facing the caster and the spell always goes so far, i just make em cast like that ^. again, doubt it would do anything, but i have my spell working fine so i'm just pointing out all the differences
 

Master-Hauan

New Member
Reaction score
2
well, i uploaded my map into the first post, maybe if you could fiddle around with it for yourself and see whats wrong, i would greatly appreciate it (+rep for you if you do so)
 

Exide

I am amazingly focused right now!
Reaction score
448
Try giving the dummy a bit longer expiration timer, like 2 or 3 seconds. (So that it has time to cast.)
Also make sure that the dummy has mana to cast the ability, and that the ability can target -whatever it is that you want it to target-.
 

perkeyone

something clever
Reaction score
71
super bump
this is my brother's thread i couldnt figure it out either

even though the contest is over we would like to get it to work

we tried the longer expiration timer didnt help
only one dummy is casting
 
General chit-chat
Help Users

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top