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
lakris siegev1.w3x
Variables
select hero
select archmage
select blood mage
sellect dreadlord
select paladin
select arthas
select archimond
unit
spawn
unit point
income
money
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
select archmage
Events
Unit - A unit enters archmage <gen>
Conditions
(Unit-type of (Entering unit)) Equal to Rabbit
Actions
Unit - Kill (Entering unit)
Unit - Create 1 . Archmage for (Owner of (Entering unit)) at (Center of castel <gen>) facing (Random real number between 0 and 360.00) degrees
-------- if you want to add some selected item(s) do next: --------
Hero - Create Tome of Experience and give it to (Last created unit)
select blood mage
Events
Unit - A unit enters blood_mage <gen>
Conditions
(Unit-type of (Entering unit)) Equal to Rabbit
Actions
Unit - Kill (Entering unit)
Unit - Create 1 . Blood Mage for (Owner of (Entering unit)) at (Center of castel <gen>) facing (Random real number between 0 and 360.00) degrees
-------- if you want to add some selected item(s) do next: --------
Hero - Create Tome of Experience and give it to (Last created unit)
sellect dreadlord
Events
Unit - A unit enters balanazar <gen>
Conditions
(Unit-type of (Entering unit)) Equal to Rabbit
Actions
Unit - Kill (Entering unit)
Unit - Create 1 . Dreadlord for (Owner of (Entering unit)) at (Center of castel <gen>) facing (Random real number between 0 and 360.00) degrees
-------- if you want to add some selected item(s) do next: --------
Hero - Create Tome of Experience and give it to (Last created unit)
select paladin
Events
Unit - A unit enters paladin <gen>
Conditions
(Unit-type of (Entering unit)) Equal to Rabbit
Actions
Unit - Kill (Entering unit)
Unit - Create 1 . Paladin for (Owner of (Entering unit)) at (Center of castel <gen>) facing (Random real number between 0 and 360.00) degrees
-------- if you want to add some selected item(s) do next: --------
Hero - Create Tome of Experience and give it to (Last created unit)
select arthas
Events
Unit - A unit enters arthas <gen>
Conditions
(Unit-type of (Entering unit)) Equal to Rabbit
Actions
Unit - Kill (Entering unit)
Unit - Create 1 . Paladin (wielding Frostmourne) for (Owner of (Entering unit)) at (Center of castel <gen>) facing (Random real number between 0 and 360.00) degrees
-------- if you want to add some selected item(s) do next: --------
Hero - Create Tome of Experience and give it to (Last created unit)
select archimond
Events
Unit - A unit enters archimond <gen>
Conditions
(Unit-type of (Entering unit)) Equal to Rabbit
Actions
Unit - Kill (Entering unit)
Unit - Create 1 . Warlock for (Owner of (Entering unit)) at (Center of castel <gen>) facing (Random real number between 0 and 360.00) degrees
-------- if you want to add some selected item(s) do next: --------
Hero - Create Tome of Experience and give it to (Last created unit)
spawn
Events
Time - Every 12.00 seconds of game time
Conditions
Actions
Unit - Create 3 . Footman for Player 12 (Brown) at (Center of spawn <gen>) facing (Facing of (Triggering unit)) degrees
Unit - Create 2 . Rifleman for Player 12 (Brown) at (Center of spawn <gen>) facing Default building facing degrees
Unit - Create 1 . Priest for Player 12 (Brown) at (Center of spawn <gen>) facing Default building facing degrees
Unit - Create 1 . Militia for Player 12 (Brown) at (Center of spawn <gen>) facing (Random real number between 0 and 360.00) degrees
unit point
Events
Unit - A unit enters spawn <gen>
Conditions
Actions
Unit - Order (Triggering unit) to Attack-Move To . (Center of castel <gen>)
Wait 12.00 seconds
money
Events
Time - Every 30.00 seconds of game time
Conditions
Actions
Player - Add 500 to Player 1 (Red) . Current gold
Player - Add 500 to Player 2 (Blue) . Current gold
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.