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!
You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
Triggers
Shockwave.w3x
Variables
Initialization
Melee Initialization
Untitled Trigger 003
Untitled Trigger 001
Untitled Trigger 002
Untitled Trigger 002 Copy
Untitled Trigger 004
Enter map-specific custom script code below. This text will be included in the map script after variables are declared and before any trigger code.
Name
Type
is_array
initial_value
a
integer
No
d
integer
No
s
integer
No
Default melee game initialization for all players
Melee Initialization
Events
Player - Player 1 (Red) skips a cinematic sequence
Conditions
Actions
For each (Integer A) from 1 to s , do (Actions)
Loop - Actions
Unit - Create 1 Priest for Player 1 (Red) at ((Position of Tauren Chieftain 0000 <gen>) offset by (Real(d)) towards ((360.00 / (Real(s))) x (Real((Integer A)))) degrees.) facing (Position of Tauren Chieftain 0000 <gen>)
Unit - Hide (Last created unit)
Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
Unit - Add Shockwave to (Last created unit)
Unit - Order (Last created unit) to Orc Tauren Chieftain - Shockwave . ((Position of (Last created unit)) offset by 300.00 towards ((Facing of (Last created unit)) + (Real(a))) degrees.)
Untitled Trigger 003
Events
Map initialization
Conditions
Actions
Game - Display to (All players) the text: type -a <number> Angletype -d <number> Distancetype -s <number> Shocwavepress ESC to fire
Quest - Create a Optional quest titled Commands with the description type -a <number> Angletype -d <number> Distancetype -s <number> Shocwavepress ESC to fire , using icon path ReplaceableTextures\CommandButtons\BTNShockWave.blp
Visibility - Disable fog of war
Visibility - Disable black mask
Untitled Trigger 001
Events
Player - Player 1 (Red) types a chat message containing -s (Unexpected type: 'stringnoformat') as A substring
Conditions
(Integer((Substring((Entered chat string), 4, 6)))) Greater than or equal to 1
Actions
Set Variable Set s = (Integer((Substring((Entered chat string), 4, 6))))
Untitled Trigger 002
Events
Player - Player 1 (Red) types a chat message containing -d (Unexpected type: 'stringnoformat') as A substring
Conditions
Actions
Set Variable Set d = (Integer((Substring((Entered chat string), 4, 9))))
Untitled Trigger 002 Copy
Events
Player - Player 1 (Red) types a chat message containing -a (Unexpected type: 'stringnoformat') as A substring
Conditions
Actions
Set Variable Set a = (Integer((Substring((Entered chat string), 4, 6))))
Untitled Trigger 004
Events
Unit - A unit Begins casting an ability
Conditions
(Ability being cast) Equal to War Stomp
((Triggering unit) is A Hero) Equal to True
Actions
Unit - Create 1 . Witch Doctor for Player 1 (Red) at (Position of Tauren Chieftain 0000 <gen>) facing (Facing of Tauren Chieftain 0000 <gen>) degrees
Unit - Add War Stomp to (Last created unit)
Unit - Order (Last created unit) to Orc Tauren Chieftain - War Stomp .
Animation - Change (Last created unit) 's vertex coloring to ( 100 %, 100 %, 100 %) with 50.00 % transparency
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.