Hero Siege [set hero back to where he came from]

Mitsarugi

New Member
Reaction score
0
hi everyone! i'm new here and i would like to ask you, how could i make a trigger that takes my heroes from where they stand and after an event it sets them back to the location that they where taken?
i would really appriciate your help please.
 

KaerfNomekop

Swim, fishies. Swim through the veil of steel.
Reaction score
613
Trigger:
  • Dummy Trigger
    • Events
      • Your Events
    • Conditions
      • Your Conditions
    • Actions
      • Unit - Move (Your Hero) instantly to (Where you want them to go))
      • Set Temp_Point = (Position of Your Hero)

Trigger:
  • Dummy Trigger
    • Events
      • Other Events
    • Conditions
      • Other Conditions
    • Actions
      • Unit - Move (Your Hero) instantly to (Temp_Point)
      • Custom script: call RemoveLocation (udg_Temp_Point)


Do you mean something like this?
 

Mitsarugi

New Member
Reaction score
0
Trigger:
  • Dummy Trigger
    • Events
      • Your Events
    • Conditions
      • Your Conditions
    • Actions
      • Unit - Move (Your Hero) instantly to (Where you want them to go))
      • Set Temp_Point = (Position of Your Hero)

Trigger:
  • Dummy Trigger
    • Events
      • Other Events
    • Conditions
      • Other Conditions
    • Actions
      • Unit - Move (Your Hero) instantly to (Temp_Point)
      • Custom script: call RemoveLocation (udg_Temp_Point)


Do you mean something like this?

yes i think thats it i'll try it out once i get home (at school right now) Thank you very much :p
+rep'ed you allready :)
 

KaerfNomekop

Swim, fishies. Swim through the veil of steel.
Reaction score
613
Oops - found something wrong. Reverse the two actions in the first trigger. When unchanged it actually sets the Point variable after you move the Hero.
Trigger:
  • Dummy Trigger
    • Events
      • Your Events
    • Conditions
      • Your Conditions
    • Actions
      • Set Temp_Point = (Position of Your Hero)
      • Unit - Move (Your Hero) instantly to (Where you want them to go))

Trigger:
  • Dummy Trigger
    • Events
      • Other Events
    • Conditions
      • Other Conditions
    • Actions
      • Unit - Move (Your Hero) instantly to (Temp_Point)
      • Custom script: call RemoveLocation (udg_Temp_Point)
 

Mitsarugi

New Member
Reaction score
0
But could you give an exemple please? (empty cases filled)
and what does the second trigger do?
explain the fonctions please
like what kind of variable is used, what does the script call do?
 

FhelZone

Have a drink of a nice cold mellowberry juice!
Reaction score
103
You need only one trigger :-\

Event

Condition

Set Temp_Point
Move Unit to Temp_Point
call RemoveLocation (udg Temp_Point)
 

KaerfNomekop

Swim, fishies. Swim through the veil of steel.
Reaction score
613
after an event it sets them back to the location that they where taken?

This is what the second trigger is for. You may want to change Temp_Point to another global variable instead if you want to use Temp_Point for other leak clearing.

The first trigger simply saves the Hero's current location and then moves it away. The second is the one that brings the Hero back after whatever event you wish to configure.
 

Mitsarugi

New Member
Reaction score
0
How can I set the variable to the hero location?
And what kind of variable should I use? A integer?
 

KaerfNomekop

Swim, fishies. Swim through the veil of steel.
Reaction score
613
The variable for Hero location should be a Point. You might want to save the place where you bring the Hero to into a Point variable as well.
 

HydraRancher

Truth begins in lies
Reaction score
197
You'll need to make the variable first. Click the yellow X icon in the trigger editor, and make a point variable.

Then you can use the Set Variable command to set it.
 

Mitsarugi

New Member
Reaction score
0
i did this but it doesn't seem to put my hero back at all T.T

Trigger:
  • Player Position
    • Events
      • Timer Special Event expires
    • Conditions
    • Actions
      • Pick every unit owned by player 1 (Red)
      • Set Player_Position = (Position of picked unit)
      • Unit - Move (picked unit) instantly to (Special Event Arena <gen>))

Trigger:
  • Player Position Back
    • Events
      • Timer For Special Events expires
    • Conditions
    • Actions
      • Pick every unit owned by player 1 (Red)
      • Unit - Move (Picked unit) instantly to (Player_Position)


and this code gives an error "Custom script: call RemoveLocation (udg_Player_Position)"


could you tell me whats wrong and how it should be done ( i feel very stupid right now :()
 

Inflicted

Currently inactive
Reaction score
63
Um everything is well but did anyone notice this isnt MUI or even MPI?

Use an array if you are limited to only one hero, and there are multiple players.

and this code gives an error "Custom script: call RemoveLocation (udg_Player_Position)"

As for that error, only possible reasons I can think it would create an error, is possibly you spelt that function wrong or you dont have the correct variable. (either the name is wrong or the type)
 

Mitsarugi

New Member
Reaction score
0
Okay, thank you all for your help , but i'm confused now :(
so could anyone please make a complete working trigger that saves the hero(e)s position
and sends it to a Region , than at the end of a timer it takes him/them back to the saved position?
please show me the type of variable used and stuff , clear and detailed :)
Thanks
 

KaerfNomekop

Swim, fishies. Swim through the veil of steel.
Reaction score
613
Here's a demo map for your sake. Hopefully you'll be able to understand it after studying the triggers.
 

Attachments

  • Hero Movement Trigger.w3x
    18.7 KB · Views: 194

Mitsarugi

New Member
Reaction score
0
Would you know how to create the same system for multiple heroes?
(heroes are random and in random numbers)
your system worked like a charm by the way :D
 

KaerfNomekop

Swim, fishies. Swim through the veil of steel.
Reaction score
613
Heroes are in random and in random numbers? What does that mean?
You can use Player Number arrays if you don't want it to be too complicated, but if it needs more than just MPI, then I would suggest using hashtables.

EDIT: I can't find a way to start Timer[Key(Triggering Unit)]. Looks like more expertise is required. (I learned to use hashtables 6 days ago)

EDIT 2: Duh. Dummy expiring units. Dunno why I never thought of it before. Will start right away, get back ASAP.
 
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
    +2
  • 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