problems in channeling mui ability attempt

kelogsloops

You can change this now in User CP.
Reaction score
45
so i've got a spell that makes a missile and sends it towards a target location and upon destination, it circles the area for the remaining seconds of the cast which is 5 second effect (including moving towards the point). i've got the circling bit right, but then when i was told to make my moving units as missiles triggers MUI by using hashtables, i encountered some problems.

firstly, when the spell is cast, and as the first missile circles the target point, if i cast another one, both missiles circle the SECOND target point. (the first one moves to the second point), and when the first missile dies because of its expiration timer, any remaining missiles and missiles cast after that just magically move towards woopwoopland (i think center of map).

secondly, i wanted to make it that if the hero cancels or stops CHANNELING, any missiles alive would be destroyed.

here are my codes ;/

Trigger:
  • Flare
    • Events
      • Unit - A unit Begins channeling an ability
    • Conditions
      • (Ability being cast) Equal to Flare
    • Actions
      • Set Caster = (Casting unit)
      • Set Target_Loc = (Target point of ability being cast)
      • Set Temp_Point = (Position of Caster)
      • Unit - Create 1 Footman for (Owner of Caster) at Temp_Point facing (Facing of Caster) degrees
      • Unit Group - Add (Last created unit) to UnitGroup
      • Hashtable - Save 5.00 as 1 of (Key (Last created unit)) in hashtable
      • Hashtable - Save Handle OfCaster as 2 of (Key (Last created unit)) in hashtable
      • Hashtable - Save Handle OfTarget_Loc as 3 of (Key (Last created unit)) in hashtable
      • Hashtable - Save (Angle from (Position of Caster) to (Target point of ability being cast)) as 4 of (Key (Last created unit)) in hashtable
      • Hashtable - Save Handle Of(Last created unit) as 5 of (Key (Last created unit)) in hashtable
      • Trigger - Turn on FlareMove <gen>
      • Custom script: call RemoveLocation(udg_Temp_Point)
    • FlareMove
      • Events
        • Time - Every 0.02 seconds of game time
      • Conditions
      • Actions
        • Unit Group - Pick every unit in (Units of type Footman) and do (Actions)
          • Loop - Actions
            • Set RemainingTime = (Load 1 of (Key (Picked unit)) from hashtable)
            • Set Caster = (Load 2 of (Key (Picked unit)) in hashtable)
            • Set TargetPoint = (Load 3 of (Key (Picked unit)) in hashtable)
            • Set Angle = (Load 4 of (Key (Picked unit)) from hashtable)
            • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
              • If - Conditions
                • RemainingTime Greater than 0.00
                • (Caster is alive) Equal to True
              • Then - Actions
                • Unit - Move (Picked unit) instantly to ((Position of (Picked unit)) offset by (400.00 / 30.00) towards (Facing of (Picked unit)) degrees), facing Target_Loc
                • Hashtable - Save (RemainingTime - 0.02) as 1 of (Key (Picked unit)) in hashtable
              • Else - Actions
                • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                  • If - Conditions
                    • RemainingTime Equal to 0.00
                  • Then - Actions
                    • Hashtable - Clear all child hashtables of child (Execution count of (This trigger)) in (Last created hashtable)
                    • Unit - Kill (Picked unit)
                    • Unit Group - Remove (Picked unit) from UnitGroup
                    • Custom script: call RemoveLocation(udg_Target_Loc)
                  • Else - Actions
                    • Do nothing
    • Flare Stop
      • Events
        • Unit - A unit Stops casting an ability
      • Conditions
        • (Ability being cast) Equal to Flare
      • Actions
        • Unit Group - Pick every unit in (Units in (Playable map area) matching ((Unit-type of (Matching unit)) Equal to Footman)) and do (Actions)
          • Loop - Actions
            • Set Caster = (Load 2 of (Key (Picked unit)) in hashtable)
            • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
              • If - Conditions
                • (Triggering unit) Equal to Caster
              • Then - Actions
                • Unit - Create 1 Mortar Team for Player 1 (Red) at (Center of (Playable map area)) facing Default building facing degrees
              • Else - Actions
                • Do nothing
 

skyblader

You're living only because it's illegal killing.
Reaction score
159
From your explanation, and scanning through your triggers, what I can tell is, your point is not MUI. Also, when you clear your hashtables, it should be key(picked unit).

Okay after further looking, I realised you're not utilizing the saved values properly. Why are you saving the angle, and then loading it, but not using it?

Do something like

set temppoint = position of picked unit offset by 40/3 facing loaded angle
Move unit to temppoint
clear temppoint

Also your target loc.... it's set in the first trigger, why aren't you using the loaded value..
 

kelogsloops

You can change this now in User CP.
Reaction score
45
Oh!!!!
Also your target loc.... it's set in the first trigger, why aren't you using the loaded value..

that was the problem heh, my bad again, sorry!
 
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

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top