Waygate help

dark typer

New Member
Reaction score
1
i am currently trying to make a teleporter for my map

since that i suck at triggers(not much) i thought of getting help here

if anyone can help me please respond to this thread

thank you in advance

P.S : my friend is asking me how to make the waygate only teleport specific units

(heroes, creeps, etc.)
 

1346610

New Member
Reaction score
6
You can use regions and triggers so something like this :

Events: A unit Enters "YourRegion"
Condition: Entering Unit is Hero or whatever
Action: Move Entering Unit instantly to "YourRegion2"
 

ultimate11

Active Member
Reaction score
25
Teleporter A --)> where A is name of region when you want to place the teleporter,if you dont have it create it with object editor
Teleporter B --)> same as A
Trigger:
  • Move to B
    • Events
      • Unit enter region A
    • Conditions
      • (Triggering unit) is a hero
      • check = true
      • Or what conditions you want
    • Actions
      • Set check = false
      • Set Move_point = (center of B)
      • Unit - Move (triggering unit) instantly to (Move_point)
      • Camera - Pan camer for (owner of (triggering unit)) to (Move_point) over 0 seconds
      • Selection - Select (triggering unit) for (owner of (triggering unit))
      • Custom Script : call RemoveLocation(udg_Move_point)
      • Set check = true

Trigger:
  • Move to A
    • Events
      • Unit enter region B
    • Conditions
      • (Triggering unit) is a hero
      • check = true
      • Or what conditions you want
    • Actions
      • Set check = false
      • Set Move_point = (center of A)
      • Unit - Move (triggering unit) instantly to (Move_point)
      • Camera - Pan camer for (owner of (triggering unit)) to (Move_point) over 0 seconds
      • Selection - Select (triggering unit) for (owner of (triggering unit))
      • Custom Script : call RemoveLocation(udg_Move_point)
      • Set check = true
 

inevit4ble

Well-Known Member
Reaction score
38
@Ultimate: That won't work because the hero will get stuck going back and forth. you need to add in a boolean to check if hero has just arrived or not.

Or you need to move hero with offset so it doesn't actually enter region B/A
 

ultimate11

Active Member
Reaction score
25
damn I forgot about that...my bad and sorry about that.I will edit the post if you dont mind.
 

Smitty

Member
Reaction score
20
Also, it's not MUI. And adding the variable 'check' won't help in the way you have it there, since at the end of the trigger you set it to true. So the unit will still get stuck. You could use a buff given to the unit for 5 seconds, and add a condition to check the unit doesn't have that buff.
 

1346610

New Member
Reaction score
6
He didnt explain at all and maybe he just needs 1 point teleport so that wont be a problem, we waiting for a reply...
 

GFreak45

I didnt slap you, i high 5'd your face.
Reaction score
130
please elaborate... is it a waygate that only works with specific types of units? or is it a teleporter item that summons a waygate? We need more specific question, generalization is not your friend my friend. :p
 

ultimate11

Active Member
Reaction score
25
Also, it's not MUI. And adding the variable 'check' won't help in the way you have it there, since at the end of the trigger you set it to true. So the unit will still get stuck. You could use a buff given to the unit for 5 seconds, and add a condition to check the unit doesn't have that buff.
Smitty it was an example if he want to make it MUI or nor he can use array etc.The rest of work reserve to him.Here we help new user not make their work.This is the way how I learn in the past.Curiosity can lead to knowleadge.
 

Smitty

Member
Reaction score
20
Yeh, but the hero would still be bouncing constantly between the two points. I think the reason he asked for the trigger was to get the whole trigger. I agree it's best to try something first, spend at least a few hours trying to make it work and THEN asking for help, but still, I'm just saying, you still haven't fixed the problem of a hero getting stuck.
 

GFreak45

I didnt slap you, i high 5'd your face.
Reaction score
130
in that case just simply turn off the trigger just before u move him and turn it back on right after
 

ultimate11

Active Member
Reaction score
25
Yeh, but the hero would still be bouncing constantly between the two points. I think the reason he asked for the trigger was to get the whole trigger. I agree it's best to try something first, spend at least a few hours trying to make it work and THEN asking for help, but still, I'm just saying, you still haven't fixed the problem of a hero getting stuck.

It`s not bouncing look againg,the boolean value it`s settet again to true after hero has moved ..so the event of trigger B wont fire up becouse variable it`s still false when he enter in region.
I tell you that it`s work fine :p you could try if you dont belive me Smitty
 

Smitty

Member
Reaction score
20
I still can't test anything :/ but surely if the unit is in the region and you set check to true, it'll just be ported back?

Aaaaaand
*rereads the trigger*
*sees 'a unit ENTERS a region'*
*facepalms*

Didn't think of that...

My apologies, it should work fine :p
 

GFreak45

I didnt slap you, i high 5'd your face.
Reaction score
130
however it still would be more efficient to turn off the trigger, that way it doesn call any extra functions >.<
 

dark typer

New Member
Reaction score
1
@1346610

I only need a 1-way teleporter you know...1way in, no way back

please elaborate... is it a waygate that only works with specific types of units? or is it a teleporter item that summons a waygate? We need more specific question, generalization is not your friend my friend. :p

@GFreak45

i need a teleporter that works with heroes only
 

GFreak45

I didnt slap you, i high 5'd your face.
Reaction score
130
you still didnt answer the entire question, but the methods shown should work if you tweak them a little bit
 
General chit-chat
Help Users
  • Varine Varine:
    I ordered like five blocks for 15 dollars. They're just little aluminum blocks with holes drilled into them
  • Varine Varine:
    They are pretty much disposable. I have shitty nozzles though, and I don't think these were designed for how hot I've run them
  • Varine Varine:
    I tried to extract it but the thing is pretty stuck. Idk what else I can use this for
  • Varine Varine:
    I'll throw it into my scrap stuff box, I'm sure can be used for something
  • Varine Varine:
    I have spare parts for like, everything BUT that block lol. Oh well, I'll print this shit next week I guess. Hopefully it fits
  • Varine Varine:
    I see that, despite your insistence to the contrary, we are becoming a recipe website
  • Varine Varine:
    Which is unique I guess.
  • The Helper The Helper:
    Actually I was just playing with having some kind of mention of the food forum and recipes on the main page to test and see if it would engage some of those people to post something. It is just weird to get so much traffic and no engagement
  • The Helper The Helper:
    So what it really is me trying to implement some kind of better site navigation not change the whole theme of the site
  • Varine Varine:
    How can you tell the difference between real traffic and indexing or AI generation bots?
  • The Helper The Helper:
    The bots will show up as users online in the forum software but they do not show up in my stats tracking. I am sure there are bots in the stats but the way alot of the bots treat the site do not show up on the stats
  • Varine Varine:
    I want to build a filtration system for my 3d printer, and that shit is so much more complicated than I thought it would be
  • Varine Varine:
    Apparently ABS emits styrene particulates which can be like .2 micrometers, which idk if the VOC detectors I have can even catch that
  • Varine Varine:
    Anyway I need to get some of those sensors and two air pressure sensors installed before an after the filters, which I need to figure out how to calculate the necessary pressure for and I have yet to find anything that tells me how to actually do that, just the cfm ratings
  • Varine Varine:
    And then I have to set up an arduino board to read those sensors, which I also don't know very much about but I have a whole bunch of crash course things for that
  • Varine Varine:
    These sensors are also a lot more than I thought they would be. Like 5 to 10 each, idk why but I assumed they would be like 2 dollars
  • Varine Varine:
    Another issue I'm learning is that a lot of the air quality sensors don't work at very high ambient temperatures. I'm planning on heating this enclosure to like 60C or so, and that's the upper limit of their functionality
  • Varine Varine:
    Although I don't know if I need to actually actively heat it or just let the plate and hotend bring the ambient temp to whatever it will, but even then I need to figure out an exfiltration for hot air. I think I kind of know what to do but it's still fucking confusing
  • The Helper The Helper:
    Maybe you could find some of that information from AC tech - like how they detect freon and such
  • Varine Varine:
    That's mostly what I've been looking at
  • Varine Varine:
    I don't think I'm dealing with quite the same pressures though, at the very least its a significantly smaller system. For the time being I'm just going to put together a quick scrubby box though and hope it works good enough to not make my house toxic
  • Varine Varine:
    I mean I don't use this enough to pose any significant danger I don't think, but I would still rather not be throwing styrene all over the air

      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