• 🏆 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!

tayren's casting shokwaves

Status
Not open for further replies.
Level 9
Joined
Aug 15, 2007
Messages
261
how can I make tayren's casting shokwaves the folowing way
  • tayren
    • Events
      • Unit - Enters reg 1
    • Conditions
    • Actions
      • Unit - Crate 1 tauren in center of reg 2 for player 11 facing degreace
      • Unit - Order last crated unit cast Shokwave (to reg?)
      • Wait 0.01 seconds
      • Unit - Crate 1 tauren in center of reg 3 for player 11 facing degreace
      • Unit - Order last crated unit cast Shokwave (to reg?)
how can I make the tauren's cast the ability facing region or in some picked position ?
and how can I make them do it over 2 seconds ?
:infl_thumbs_up:

Fix your 11 spelling mistakes and I may help you.

I am bulgarien I cant
well I hope some one will help
 
Last edited by a moderator:
Level 2
Joined
Oct 7, 2007
Messages
19
Its not easy to teach these kind of things, it is much easier to learn through experience.... but I will try. This might not work correct, and it may be worded wrong, but it should point you in the right direction. I think using variables like a point varible and a timer variable would make this easier. If you don't know about variables you should probably open someone elses map and have a look at their triggers. Variables can be created in the trigger module.

Create Variables :

[set this variable at map initialization or at 1 second into game]
Name: Shockpoint (the point you want the shockwave to go to) - eg. 600, 400 - Point Variable

Name :Tauren Timer - Timer Variable

First Trigger:

Event
- Unit enters region 1

Conditions
- Triggering Unit is equal to hero
- Owner of triggering unit is equal to playing

Actions
-create 1 tauren in centre of region 2 for player 11
-order last created unit to cast ability shockwave at ShockPoint
- start Timer1 as a one shot timer that will expire in 2 seconds

Second Trigger:

Event
-Timer1 expires

Conditions
-

Actions
-create 1 tauren in centre of region 3 for player 11
-order last created unit to cast ability shockwave at ShockPoint


.... ok so like I said, it may be wrong but it might help. Just ignore people who try to flame you for your spelling... it's just someone trying to act superior when you are having a hard time. Good luck with the map, post another comment if you don't understand what I said or it isn't working for you and if I come on again I will try help.

ps. Make sure your tauren has the ability shockwave when it spawns, and not so it needs to level to get it (set it in the object editor as a normal ability) and make sure it has enough casting range to reach the point you want it to.
 
Level 9
Joined
Aug 15, 2007
Messages
261
KID-X that's non of what I meen
create 1 tauren
then make the tauren cast an abilyty
minwhile create another tayren's
that cast's abilityes
and my question is how can i make the trigger repeating it self widowt creating another tauren's
and how can I control the time of the casting
tauren 1 cast's it over 2 sec
tauren 5 over 7 sec
that's what I need
 
Level 24
Joined
Jun 26, 2006
Messages
3,406
The trigger will repeat itself on its own, every time a unit enters that region, but only when a unit enters that region.
 
Level 9
Joined
Aug 15, 2007
Messages
261
I can't select the unit]
  • summon
  • Events
  • Unit - a unit enters reg1
  • Conditions
  • Units of tape my hero
  • Actions
  • Unit - create 1 tauren foe player 11 at reg 2 facing degrece
  • Unit - Order las't created unit to cast
  • Unit - create 1 tauren foe player 11 at reg 3 facing degrece
  • Unit - Order las't created unit to cast
so do you understand now?
 
Level 9
Joined
Aug 15, 2007
Messages
261
I can't select the unit]
  • summon
  • Events
  • Unit - a unit enters reg1
  • Conditions
  • Units of tape my hero
  • Actions
  • Unit - create 1 tauren foe player 11 at reg 2 facing degrece
  • Unit - Order las't created unit to cast
  • Unit - create 1 tauren foe player 11 at reg 3 facing degrece
  • Unit - Order las't created unit to cast
so do you understand now?
it's on lvl 3 of my map and if thay are created the lag is too big
so will you help?
:witch_doc_sad:
 
Status
Not open for further replies.
Top