Dancing Shadows

hopy

Active Member
Reaction score
64
Never mind, already fixed it - See post 4 for a different question please!


I had a spell which was supposed to create 8 Orbs around the caster, they start to move in a circle around the caster and blow up when they hit a target.

The Dark Knight releases his shadow energie to create 8 Shadow Orbs that circle around him. The orbs will explode when they touch an enemie unit dealing high shadow damage to that unit.

That ^.

Trigger:
  • Dancing Shadows
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to Dancing Shadows [Dark Knight]
    • Actions
      • Set DS_Hero = (Triggering unit)
      • Set Point = (Position of (Triggering unit))
      • Set DS_angle = 0.00
      • For each (Integer A) from 1 to 8, do (Actions)
        • Loop - Actions
          • Set Point2 = (Point offset by 400.00 towards (45.00 x (Real((Integer A)))) degrees)
          • Unit - Create 1 Dummy Unit [Dancing SHadows] for (Owner of (Triggering unit)) at Point2 facing Default building facing degrees
          • Unit - Add a (12.00 + (4.00 x (Real((Level of Dancing Shadows [Dark Knight] for (Triggering unit)))))) second Generic expiration timer to (Last created unit)
          • Set DS_Orbs[(Integer A)] = (Last created unit)
          • Custom script: call RemoveLocation (udg_Point2)
      • Trigger - Turn on Dancing Shadows Periodic <gen>
      • Custom script: call RemoveLocation (udg_Point)

Trigger:
  • Dancing Shadows Periodic
    • Events
      • Time - Every 0.05 seconds of game time
    • Conditions
    • Actions
      • Set DS_angle = (DS_angle + 1.00)
      • Set Point = (Position of DS_Hero)
      • For each (Integer A) from 1 to 8, do (Actions)
        • Loop - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • (DS_Orbs[(Integer A)] is alive) Equal to True
            • Then - Actions
              • Set Point2 = (Point offset by 400.00 towards ((45.00 x (Real((Integer A)))) + (4.00 x DS_angle)) degrees)
              • Unit - Move DS_Orbs[(Integer A)] instantly to Point2
              • Set Unit_Group = (Units within 45.00 of Point2 matching ((((Matching unit) belongs to an enemy of (Owner of DS_Hero)) Equal to True) and ((((Matching unit) is A structure) Equal to False) and (((Matching unit) is Magic Immune) Equal to False))))
              • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                • If - Conditions
                  • (Number of units in Unit_Group) Not equal to 0
                • Then - Actions
                  • Set Unit_Group2 = (Random 1 units from Unit_Group)
                  • Unit Group - Pick every unit in Unit_Group2 and do (Actions)
                    • Loop - Actions
                      • Unit - Cause DS_Hero to damage (Picked unit), dealing (60.00 + (40.00 x (Real((Level of Dancing Shadows [Dark Knight] for DS_Hero))))) damage of attack type Hero and damage type Death
                  • Unit - Remove DS_Orbs[(Integer A)] from the game
                • Else - Actions
              • Custom script: call DestroyGroup (udg_Unit_Group)
            • Else - Actions
      • Set Unit_Group = (Units owned by (Owner of (Triggering unit)) of type Dummy Unit [Dancing SHadows])
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Number of units in Unit_Group) Equal to 0
        • Then - Actions
          • Trigger - Turn off (This trigger)
        • Else - Actions
      • Custom script: call DestroyGroup (udg_Unit_Group)

Variables:
- DS_Hero is a unit variable (The caster).
- Point is a point variable used for: Placing the orbs and the Position on DS_Hero.
- Point is a point2 variable used for: Moving the Orbs.
- DS_angle is a real variable that's used for: Changing the angle the Orbs move to every time.
- DS_Orbs[] is a unit array that saves all the orbs.
- Unit_Group is a unit group that's used for looking at units that hit the orb and need to get damaged.

What happens:
The orbs get created but don't move and don't damage/die when hit.
Either the trigger doesn't get activated, or gets deactivated instantly... but I can't figure out why.
It's most likely a small mestake that I don't notice for some reason and someone says: ' Hey look, you failed there!' and than I'm like: 'Omfg, how lame' :banghead:.

+rep for any helpfull help.

========EDIT=========
OMFG!!!! I've been looking for the fail in this trigger for 2 days... and the second I pressed Post I spotted it...
Never mind... fixed it... Ignore me, -rep me... stuff like that. <,<
========/EDIT=========
 

SH4D0WS1N

New Member
Reaction score
2
Trigger:
  • If - Conditions
    • (Number of units in Unit_Group) Equal to 0
    • Then - Actions
      • Trigger - Turn off (This trigger)
    • Else - Actions

Variables:
- Unit_Group is a unit group that's used for looking at units that hit the orb and need to get damaged.
I did not read through the entire trigger, but basing this my response on that, the orbs are created, see no enemy targets, then shut off the trigger.

EDIT: Just read the line above it:
Trigger:
  • Set Unit_Group = (Units owned by (Owner of (Triggering unit)) of type Dummy Unit [Dancing SHadows])

There is no triggering unit in a periodical trigger.
 

hopy

Active Member
Reaction score
64
I did not read through the entire trigger, but basing this my response on that, the orbs are created, see no enemy targets, then shut off the trigger.

Well it was suppsed to check if there all the orbs were dead...
The problem was that the orbs it checked were "(Owner of (Triggering Unit))" and not (Owner of (DS_Hero))
A stupid mestake and I fail for not spotting it.
 

SH4D0WS1N

New Member
Reaction score
2
Well it was suppsed to check if there all the orbs were dead...
The problem was that the orbs it checked were "(Owner of (Triggering Unit))" and not (Owner of (DS_Hero))
A stupid mestake and I fail for not spotting it.

Yeah, I read through the trigger after posting, and pointed that out in an edit.
 

hopy

Active Member
Reaction score
64
Well, to make this thread not 100% useless, I'll add an extra question:
Is it any use to enable / disable triggers containing:
Trigger:
  • Unit - A unit Starts the effect of an ability

Trigger:
  • Unit - A unit Is attacked

Trigger:
  • Unit - A unit Dies

Would disabling those when they ain't used save any lag and stuff?

For example: Put them on Initialy off and turn them on when the hero that uses those triggers is picked?
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Ghan Ghan:
    Howdy
  • Ghan Ghan:
    Still lurking
    +3
  • The Helper The Helper:
    I am great and it is fantastic to see you my friend!
    +1
  • The Helper The Helper:
    If you are new to the site please check out the Recipe and Food Forum https://www.thehelper.net/forums/recipes-and-food.220/
  • Monovertex Monovertex:
    How come you're so into recipes lately? Never saw this much interest in this topic in the old days of TH.net
  • Monovertex Monovertex:
    Hmm, how do I change my signature?
  • tom_mai78101 tom_mai78101:
    Signatures can be edit in your account profile. As for the old stuffs, I'm thinking it's because Blizzard is now under Microsoft, and because of Microsoft Xbox going the way it is, it's dreadful.
  • The Helper The Helper:
    I am not big on the recipes I am just promoting them - I use the site as a practice place promoting stuff
    +2
  • Monovertex Monovertex:
    @tom_mai78101 I must be blind. If I go on my profile I don't see any area to edit the signature; If I go to account details (settings) I don't see any signature area either.
  • The Helper The Helper:
    You can get there if you click the bell icon (alerts) and choose preferences from the bottom, signature will be in the menu on the left there https://www.thehelper.net/account/preferences
  • The Helper The Helper:
    I think I need to split the Sci/Tech news forum into 2 one for Science and one for Tech but I am hating all the moving of posts I would have to do
  • The Helper The Helper:
    What is up Old Mountain Shadow?
  • The Helper The Helper:
    Happy Thursday!
    +1
  • Varine Varine:
    Crazy how much 3d printing has come in the last few years. Sad that it's not as easily modifiable though
  • Varine Varine:
    I bought an Ender 3 during the pandemic and tinkered with it all the time. Just bought a Sovol, not as easy. I'm trying to make it use a different nozzle because I have a fuck ton of Volcanos, and they use what is basically a modified volcano that is just a smidge longer, and almost every part on this thing needs to be redone to make it work
  • Varine Varine:
    Luckily I have a 3d printer for that, I guess. But it's ridiculous. The regular volcanos are 21mm, these Sovol versions are about 23.5mm
  • Varine Varine:
    So, 2.5mm longer. But the thing that measures the bed is about 1.5mm above the nozzle, so if I swap it with a volcano then I'm 1mm behind it. So cool, new bracket to swap that, but THEN the fan shroud to direct air at the part is ALSO going to be .5mm to low, and so I need to redo that, but by doing that it is a little bit off where it should be blowing and it's throwing it at the heating block instead of the part, and fuck man
  • Varine Varine:
    I didn't realize they designed this entire thing to NOT be modded. I would have just got a fucking Bambu if I knew that, the whole point was I could fuck with this. And no one else makes shit for Sovol so I have to go through them, and they have... interesting pricing models. So I have a new extruder altogether that I'm taking apart and going to just design a whole new one to use my nozzles. Dumb design.
  • Varine Varine:
    Can't just buy a new heatblock, you need to get a whole hotend - so block, heater cartridge, thermistor, heatbreak, and nozzle. And they put this fucking paste in there so I can't take the thermistor or cartridge out with any ease, that's 30 dollars. Or you can get the whole extrudor with the direct driver AND that heatblock for like 50, but you still can't get any of it to come apart
  • Varine Varine:
    Partsbuilt has individual parts I found but they're expensive. I think I can get bits swapped around and make this work with generic shit though
  • Ghan Ghan:
    Heard Houston got hit pretty bad by storms last night. Hope all is well with TH.
  • The Helper The Helper:
    Power back on finally - all is good here no damage
    +1
  • V-SNES V-SNES:
    Happy Friday!
    +1

      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