• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Channeling Summon

Status
Not open for further replies.
Level 2
Joined
Apr 29, 2007
Messages
7
i downloaded the point-to-point portal spell, i it summon a portal but i want to keep channeling if the caster stop channeling, the portal will close in 5 seconds.
 
Level 24
Joined
Jun 26, 2006
Messages
3,406
i think what he means is he wants a portal spell to end five seconds after the caster stops channeling it?
 
Level 4
Joined
Apr 29, 2007
Messages
88
Make the skills based on Tornado (dummy skills here) would make it channel, Here comes trigger:

When you begin cast spell create dummy unit at your position that cast tornado at same point with you cast. Set dummy=lastcreatedunit

Give trigger if caster ordered with unit, with point or without point (This use 3 trigger events, so anything you command to caster 'stop' or 'hold position' it will check if you stop channeling)

Then wait 5 seconds and kill dummy
 
Level 2
Joined
Apr 29, 2007
Messages
7
thanks another question how can you move object quickly from one map to another without export and import

ps it is possible to make a summon spell channel?(make Dark Portal Channel)if is possible how? and it is possible to make other spell channel(not just summon)
 
Level 24
Joined
Jun 26, 2006
Messages
3,406
copy paste is the quickest i can think of. works for triggers and spells, although both will need a little reworking if you CnP them.
 
Level 24
Joined
Jun 26, 2006
Messages
3,406
i didn't mention the summon thing because i don't know how. maybe i should have mentioned that i didn't?
 
Status
Not open for further replies.
Top