• Check out the results of the Techtree Contest #19!
  • Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

[Spell] Portal Spell

Status
Not open for further replies.
Level 5
Joined
Oct 16, 2015
Messages
132
I'm trying to make a spell in which a caster creates a portal at the targeted location. A portal can link itself with other portals and units that step into the portal can go back and forth from the other linked portal. A single caster can only put 4 portals per map.

Can someone help me on how can I do this spell?
 
Fiddle with the results from search, if you still cannot manage to reach your desired result come back and let us know your findings.
Search Results for Query: portal spell | HIVE


>fortnite
100.gif
 
Just make the spell summon (or create with trigger) a custom waygate.

A waygate can only have a single teleportation destination, so you'd have to spawn extra invisible (dummy) portals on the same spot for each waygate connection after the first link.
 
there's a neutral buildings category with the waygate triggers

first you enable/disable the waygate and then you set the destination, which would be the position of one of those other waygates.
 
You would need to create a complicated trigger that creates 2 waygates that have portal models, each of which should be triggered to transport the player to the others location, I don't have much experience with this so I don't know what else to tell you. Lastly don't forget to give these units either a cooldown or have them removed by trigger when a certain amount of time elapses.
 
there's a neutral buildings category with the waygate triggers

first you enable/disable the waygate and then you set the destination, which would be the position of one of those other waygates.
I see. I feel stupid for not seeing that trigger action after using WE for years. I would check it out when I get home.

You would need to create a complicated trigger that creates 2 waygates that have portal models, each of which should be triggered to transport the player to the others location, I don't have much experience with this so I don't know what else to tell you. Lastly don't forget to give these units either a cooldown or have them removed by trigger when a certain amount of time elapses.

This way seems possible I would start my progress later.
 
Status
Not open for further replies.
Back
Top