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
WC3Plugins[12].w3m
Variables
Calculator
MSG Calc
Quest Calc
add
sub
mul
div
Camera Set
Quest Cam
MSG Cam
Set Cam
End Game [Red Only]
Quest end
MSG end
End
Pause [Red Only]
Quest pause
MSG pause
Pause All
UnPause All
Weather [Red Only]
Quest weather
MSG weather
Rain
Snow
Sun
Wind
off
Lottery
Quest Lottery
MSG Lottery
Lotto 1
Lotto 5
Lotto 10
Lotto 25
Lotto 50
Lotto 100
Lotto 200
Lotto 500
Repeat Message [Red Only]
Quest MSG
MSG repeater
Set Message
Display MSG
Animation Player
Quest animation
MSG animation
CMD String
Open and Close Doors
Quest door
MSG door
Open
Close
Unit Color
Quest color
MSG color
Color CMD
Unit Size
Quest size
MSG size
Size CMD
Clear Messages [Red Only]
Quest clear
MSG clear
Clear CMD
Name
Type
is_array
initial_value
camvalue
integer
No
final
integer
No
Msg
string
No
number1
integer
No
number1_Copy
integer
No
MSG Calc
Events
Time - Elapsed game time is 0.01 seconds
Conditions
Actions
Game - Display to (All players) the text: This game is running theHunt_errr's |c000000ccCalculator|r Plugin.
Quest - Flash the quest dialog button
Quest Calc
Events
Time - Elapsed game time is 0.01 seconds
Conditions
Actions
Quest - Create a Required quest titled theHunt_errr Calc with the description To Use it simply type "-add ## ##" To Add"-sub ## ##" To Substract"-mul ## ##" To Multiply"-div ## ##" To DivideEX. "-add 00001 00001" , using icon path ReplaceableTextures\WorldEditUI\Doodad-Prop.blp
add
Events
Player - Player 1 (Red) types a chat message containing -add (Unexpected type: 'stringnoformat') as A substring
Player - Player 2 (Blue) types a chat message containing -add (Unexpected type: 'stringnoformat') as A substring
Player - Player 3 (Teal) types a chat message containing -add (Unexpected type: 'stringnoformat') as A substring
Player - Player 4 (Purple) types a chat message containing -add (Unexpected type: 'stringnoformat') as A substring
Player - Player 5 (Yellow) types a chat message containing -add (Unexpected type: 'stringnoformat') as A substring
Player - Player 6 (Orange) types a chat message containing -add (Unexpected type: 'stringnoformat') as A substring
Player - Player 7 (Green) types a chat message containing -add (Unexpected type: 'stringnoformat') as A substring
Player - Player 8 (Pink) types a chat message containing -add (Unexpected type: 'stringnoformat') as A substring
Player - Player 9 (Gray) types a chat message containing -add (Unexpected type: 'stringnoformat') as A substring
Player - Player 10 (Light Blue) types a chat message containing -add (Unexpected type: 'stringnoformat') as A substring
Player - Player 11 (Dark Green) types a chat message containing -add (Unexpected type: 'stringnoformat') as A substring
Player - Player 12 (Brown) types a chat message containing -add (Unexpected type: 'stringnoformat') as A substring
Conditions
Actions
Set Variable Set number1 = (Integer((Substring((Entered chat string), 6, 10))))
Set Variable Set number1_Copy = (Integer((Substring((Entered chat string), 12, 16))))
Set Variable Set final = (number1 + number1_Copy)
Game - Display to (All players) the text: (String(final))
sub
Events
Player - Player 1 (Red) types a chat message containing -sub (Unexpected type: 'stringnoformat') as A substring
Player - Player 2 (Blue) types a chat message containing -sub (Unexpected type: 'stringnoformat') as A substring
Player - Player 3 (Teal) types a chat message containing -sub (Unexpected type: 'stringnoformat') as A substring
Player - Player 4 (Purple) types a chat message containing -sub (Unexpected type: 'stringnoformat') as A substring
Player - Player 5 (Yellow) types a chat message containing -sub (Unexpected type: 'stringnoformat') as A substring
Player - Player 6 (Orange) types a chat message containing -sub (Unexpected type: 'stringnoformat') as A substring
Player - Player 7 (Green) types a chat message containing -sub (Unexpected type: 'stringnoformat') as A substring
Player - Player 8 (Pink) types a chat message containing -sub (Unexpected type: 'stringnoformat') as A substring
Player - Player 9 (Gray) types a chat message containing -sub (Unexpected type: 'stringnoformat') as A substring
Player - Player 10 (Light Blue) types a chat message containing -sub (Unexpected type: 'stringnoformat') as A substring
Player - Player 11 (Dark Green) types a chat message containing -sub (Unexpected type: 'stringnoformat') as A substring
Player - Player 12 (Brown) types a chat message containing -sub (Unexpected type: 'stringnoformat') as A substring
Conditions
Actions
Set Variable Set number1 = (Integer((Substring((Entered chat string), 6, 10))))
Set Variable Set number1_Copy = (Integer((Substring((Entered chat string), 12, 16))))
Set Variable Set final = (number1 - number1_Copy)
Game - Display to (All players) the text: (String(final))
mul
Events
Player - Player 1 (Red) types a chat message containing -mul (Unexpected type: 'stringnoformat') as A substring
Player - Player 2 (Blue) types a chat message containing -mul (Unexpected type: 'stringnoformat') as A substring
Player - Player 3 (Teal) types a chat message containing -mul (Unexpected type: 'stringnoformat') as A substring
Player - Player 4 (Purple) types a chat message containing -mul (Unexpected type: 'stringnoformat') as A substring
Player - Player 5 (Yellow) types a chat message containing -mul (Unexpected type: 'stringnoformat') as A substring
Player - Player 6 (Orange) types a chat message containing -mul (Unexpected type: 'stringnoformat') as A substring
Player - Player 7 (Green) types a chat message containing -mul (Unexpected type: 'stringnoformat') as A substring
Player - Player 8 (Pink) types a chat message containing -mul (Unexpected type: 'stringnoformat') as A substring
Player - Player 9 (Gray) types a chat message containing -mul (Unexpected type: 'stringnoformat') as A substring
Player - Player 10 (Light Blue) types a chat message containing -mul (Unexpected type: 'stringnoformat') as A substring
Player - Player 11 (Dark Green) types a chat message containing -mul (Unexpected type: 'stringnoformat') as A substring
Player - Player 12 (Brown) types a chat message containing -mul (Unexpected type: 'stringnoformat') as A substring
Conditions
Actions
Set Variable Set number1 = (Integer((Substring((Entered chat string), 6, 10))))
Set Variable Set number1_Copy = (Integer((Substring((Entered chat string), 12, 16))))
Set Variable Set final = (number1 x number1_Copy)
Game - Display to (All players) the text: (String(final))
div
Events
Player - Player 1 (Red) types a chat message containing -div (Unexpected type: 'stringnoformat') as A substring
Player - Player 2 (Blue) types a chat message containing -div (Unexpected type: 'stringnoformat') as A substring
Player - Player 3 (Teal) types a chat message containing -div (Unexpected type: 'stringnoformat') as A substring
Player - Player 4 (Purple) types a chat message containing -div (Unexpected type: 'stringnoformat') as A substring
Player - Player 5 (Yellow) types a chat message containing -div (Unexpected type: 'stringnoformat') as A substring
Player - Player 6 (Orange) types a chat message containing -div (Unexpected type: 'stringnoformat') as A substring
Player - Player 7 (Green) types a chat message containing -div (Unexpected type: 'stringnoformat') as A substring
Player - Player 8 (Pink) types a chat message containing -div (Unexpected type: 'stringnoformat') as A substring
Player - Player 9 (Gray) types a chat message containing -div (Unexpected type: 'stringnoformat') as A substring
Player - Player 10 (Light Blue) types a chat message containing -div (Unexpected type: 'stringnoformat') as A substring
Player - Player 11 (Dark Green) types a chat message containing -div (Unexpected type: 'stringnoformat') as A substring
Player - Player 12 (Brown) types a chat message containing -div (Unexpected type: 'stringnoformat') as A substring
Conditions
Actions
Set Variable Set number1 = (Integer((Substring((Entered chat string), 6, 10))))
Set Variable Set number1_Copy = (Integer((Substring((Entered chat string), 12, 16))))
Set Variable Set final = (number1 / number1_Copy)
Game - Display to (All players) the text: (String(final))
Quest Cam
Events
Time - Elapsed game time is 0.01 seconds
Conditions
Actions
Quest - Create a Required quest titled Camera Set with the description Use "-cam ####" to set up your camera, replace #### with digits.EX. "-cam 0001" , using icon path ReplaceableTextures\WorldEditUI\Doodad-Prop.blp
MSG Cam
Events
Time - Elapsed game time is 0.01 seconds
Conditions
Actions
Game - Display to (All players) the text: This game is running theHunt_errr's |c000000ccCamera Set|r Plugin.
Quest - Flash the quest dialog button
Set Cam
Events
Player - Player 1 (Red) types a chat message containing -cam (Unexpected type: 'stringnoformat') as A substring
Player - Player 2 (Blue) types a chat message containing -cam (Unexpected type: 'stringnoformat') as A substring
Player - Player 3 (Teal) types a chat message containing -cam (Unexpected type: 'stringnoformat') as A substring
Player - Player 4 (Purple) types a chat message containing -cam (Unexpected type: 'stringnoformat') as A substring
Player - Player 5 (Yellow) types a chat message containing -cam (Unexpected type: 'stringnoformat') as A substring
Player - Player 6 (Orange) types a chat message containing -cam (Unexpected type: 'stringnoformat') as A substring
Player - Player 7 (Green) types a chat message containing -cam (Unexpected type: 'stringnoformat') as A substring
Player - Player 8 (Pink) types a chat message containing -cam (Unexpected type: 'stringnoformat') as A substring
Player - Player 9 (Gray) types a chat message containing -cam (Unexpected type: 'stringnoformat') as A substring
Player - Player 10 (Light Blue) types a chat message containing -cam (Unexpected type: 'stringnoformat') as A substring
Player - Player 11 (Dark Green) types a chat message containing -cam (Unexpected type: 'stringnoformat') as A substring
Player - Player 12 (Brown) types a chat message containing -cam (Unexpected type: 'stringnoformat') as A substring
Conditions
(Substring((Entered chat string), 1, 5)) Equal to -cam
Actions
Set Variable Set camvalue = (Integer((Substring((Entered chat string), 6, 9))))
Camera - Set (Triggering player) 's camera Distance to target to (Real(camvalue)) over 0 seconds
Game - Display to (All players) the text: Camera Set
Quest end
Events
Time - Elapsed game time is 0.01 seconds
Conditions
Actions
Quest - Create a Required quest titled End Game with the description [RED ONLY]type "-end game" to end the current game. , using icon path ReplaceableTextures\WorldEditUI\Doodad-Prop.blp
MSG end
Events
Time - Elapsed game time is 0.01 seconds
Conditions
Actions
Game - Display to (All players) the text: This game is running theHunt_errr's |c000000ccEnd Game|r Plugin.
Quest - Flash the quest dialog button
End
Events
Player - Player 1 (Red) types a chat message containing -End Game (Unexpected type: 'stringnoformat') as An exact match
Conditions
Actions
Player Group - Pick every player in (All players) and do (Defeat (Picked player) with the message: Game End [Plugin]-theHunt_errr Maps)
Quest pause
Events
Time - Elapsed game time is 0.01 seconds
Conditions
Actions
Quest - Create a Required quest titled Pause/UnPause All with the description [RED ONLY]type "-Pause" to pause every unit in the game.type "-unpause" to unpause every unit in the game. , using icon path ReplaceableTextures\WorldEditUI\Doodad-Prop.blp
MSG pause
Events
Time - Elapsed game time is 0.01 seconds
Conditions
Actions
Game - Display to (All players) the text: This game is running theHunt_errr's |c000000ccPause/ UnPause|r Plugin.
Quest - Flash the quest dialog button
Pause All
Events
Player - Player 1 (Red) types a chat message containing -Pause (Unexpected type: 'stringnoformat') as An exact match
Conditions
Actions
Unit - Pause all units
Game - Display to (All players) the text: Game Paused [|c000000ccPlugin|r]
UnPause All
Events
Player - Player 1 (Red) types a chat message containing -UnPause (Unexpected type: 'stringnoformat') as An exact match
Conditions
Actions
Unit - Unpause all units
Game - Display to (All players) the text: Game UnPaused [|c000000ccPlugin|r]
Quest weather
Events
Time - Elapsed game time is 0.01 seconds
Conditions
Actions
Quest - Create a Required quest titled Weather Effects with the description [RED ONLY]type "-w rain" to make a heavy rain falltype "-w snow" to make a freezing cold wind stormtype "-w sun" to make rays of sun shine down on the maptype "-w wind" to make a vicious wind stormtype "-w off" to make weather effects stop , using icon path ReplaceableTextures\WorldEditUI\Doodad-Prop.blp
MSG weather
Events
Time - Elapsed game time is 0.01 seconds
Conditions
Actions
Game - Display to (All players) the text: This game is running theHunt_errr's |c000000ccWeather Changing|r Plugin.
Quest - Flash the quest dialog button
Rain
Events
Player - Player 1 (Red) types a chat message containing -w rain (Unexpected type: 'stringnoformat') as An exact match
Conditions
Actions
Environment - Turn (Last created weather effect) Off
Environment - Create at (Entire map) the weather effect Ashenvale Rain (Heavy)
Environment - Turn (Last created weather effect) On
Snow
Events
Player - Player 1 (Red) types a chat message containing -w snow (Unexpected type: 'stringnoformat') as An exact match
Conditions
Actions
Environment - Turn (Last created weather effect) Off
Environment - Create at (Entire map) the weather effect Northrend Blizzard
Environment - Turn (Last created weather effect) On
Sun
Events
Player - Player 1 (Red) types a chat message containing -w sun (Unexpected type: 'stringnoformat') as An exact match
Conditions
Actions
Environment - Turn (Last created weather effect) Off
Environment - Create at (Entire map) the weather effect Rays Of Light
Environment - Turn (Last created weather effect) On
Wind
Events
Player - Player 1 (Red) types a chat message containing -w wind (Unexpected type: 'stringnoformat') as An exact match
Conditions
Actions
Environment - Turn (Last created weather effect) Off
Environment - Create at (Entire map) the weather effect Wind (Heavy)
Environment - Turn (Last created weather effect) On
off
Events
Player - Player 1 (Red) types a chat message containing -w off (Unexpected type: 'stringnoformat') as An exact match
Conditions
Actions
Environment - Turn (Last created weather effect) Off
Quest Lottery
Events
Time - Elapsed game time is 0.01 seconds
Conditions
Actions
Quest - Create a Optional quest titled Lottery [Gambling] with the description You have a |c0099000020%|r chance to win.Type "-lotto [Gold Amnt.]"Current [Gold Amnt.]'s : 1, 5, 10, 25, 50, 100, 200, 500 , using icon path ReplaceableTextures\WorldEditUI\Doodad-Prop.blp
MSG Lottery
Events
Time - Elapsed game time is 0.01 seconds
Conditions
Actions
Game - Display to (All players) the text: This game is running theHunt_errr's |c000000ccLottery|r Plugin.
Quest - Flash the quest dialog button
Lotto 1
Events
Player - Player 1 (Red) types a chat message containing -lotto 1 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 2 (Blue) types a chat message containing -lotto 1 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 3 (Teal) types a chat message containing -lotto 1 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 4 (Purple) types a chat message containing -lotto 1 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 5 (Yellow) types a chat message containing -lotto 1 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 6 (Orange) types a chat message containing -lotto 1 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 7 (Green) types a chat message containing -lotto 1 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 8 (Pink) types a chat message containing -lotto 1 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 9 (Gray) types a chat message containing -lotto 1 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 10 (Light Blue) types a chat message containing -lotto 1 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 11 (Dark Green) types a chat message containing -lotto 1 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 12 (Brown) types a chat message containing -lotto 1 (Unexpected type: 'stringnoformat') as An exact match
Conditions
((Triggering player) Current gold) Greater than or equal to 1
Actions
If ((Random integer number between 1 and 10) Greater than or equal to 9) then do (Add 2 to (Triggering player).Current gold) else do (Add -1 to (Triggering player).Current gold)
Lotto 5
Events
Player - Player 1 (Red) types a chat message containing -lotto 5 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 2 (Blue) types a chat message containing -lotto 5 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 3 (Teal) types a chat message containing -lotto 5 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 4 (Purple) types a chat message containing -lotto 5 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 5 (Yellow) types a chat message containing -lotto 5 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 6 (Orange) types a chat message containing -lotto 5 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 7 (Green) types a chat message containing -lotto 5 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 8 (Pink) types a chat message containing -lotto 5 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 9 (Gray) types a chat message containing -lotto 5 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 10 (Light Blue) types a chat message containing -lotto 5 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 11 (Dark Green) types a chat message containing -lotto 5 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 12 (Brown) types a chat message containing -lotto 5 (Unexpected type: 'stringnoformat') as An exact match
Conditions
((Triggering player) Current gold) Greater than or equal to 5
Actions
If ((Random integer number between 1 and 10) Greater than or equal to 9) then do (Add 10 to (Triggering player).Current gold) else do (Add -5 to (Triggering player).Current gold)
Lotto 10
Events
Player - Player 1 (Red) types a chat message containing -lotto 10 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 2 (Blue) types a chat message containing -lotto 10 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 3 (Teal) types a chat message containing -lotto 10 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 4 (Purple) types a chat message containing -lotto 10 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 5 (Yellow) types a chat message containing -lotto 10 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 6 (Orange) types a chat message containing -lotto 10 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 7 (Green) types a chat message containing -lotto 10 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 8 (Pink) types a chat message containing -lotto 10 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 9 (Gray) types a chat message containing -lotto 10 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 10 (Light Blue) types a chat message containing -lotto 10 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 11 (Dark Green) types a chat message containing -lotto 10 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 12 (Brown) types a chat message containing -lotto 10 (Unexpected type: 'stringnoformat') as An exact match
Conditions
((Triggering player) Current gold) Greater than or equal to 10
Actions
If ((Random integer number between 1 and 10) Greater than or equal to 9) then do (Add 20 to (Triggering player).Current gold) else do (Add -10 to (Triggering player).Current gold)
Lotto 25
Events
Player - Player 1 (Red) types a chat message containing -lotto 25 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 2 (Blue) types a chat message containing -lotto 25 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 3 (Teal) types a chat message containing -lotto 25 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 4 (Purple) types a chat message containing -lotto 25 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 5 (Yellow) types a chat message containing -lotto 25 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 6 (Orange) types a chat message containing -lotto 25 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 7 (Green) types a chat message containing -lotto 25 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 8 (Pink) types a chat message containing -lotto 25 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 9 (Gray) types a chat message containing -lotto 25 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 10 (Light Blue) types a chat message containing -lotto 25 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 11 (Dark Green) types a chat message containing -lotto 25 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 12 (Brown) types a chat message containing -lotto 25 (Unexpected type: 'stringnoformat') as An exact match
Conditions
((Triggering player) Current gold) Greater than or equal to 25
Actions
If ((Random integer number between 1 and 10) Greater than or equal to 9) then do (Add 50 to (Triggering player).Current gold) else do (Add -25 to (Triggering player).Current gold)
Lotto 50
Events
Player - Player 1 (Red) types a chat message containing -lotto 50 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 2 (Blue) types a chat message containing -lotto 50 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 3 (Teal) types a chat message containing -lotto 50 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 4 (Purple) types a chat message containing -lotto 50 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 5 (Yellow) types a chat message containing -lotto 50 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 6 (Orange) types a chat message containing -lotto 50 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 7 (Green) types a chat message containing -lotto 50 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 8 (Pink) types a chat message containing -lotto 50 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 9 (Gray) types a chat message containing -lotto 50 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 10 (Light Blue) types a chat message containing -lotto 50 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 11 (Dark Green) types a chat message containing -lotto 50 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 12 (Brown) types a chat message containing -lotto 50 (Unexpected type: 'stringnoformat') as An exact match
Conditions
((Triggering player) Current gold) Greater than or equal to 50
Actions
If ((Random integer number between 1 and 10) Greater than or equal to 9) then do (Add 100 to (Triggering player).Current gold) else do (Add -50 to (Triggering player).Current gold)
Lotto 100
Events
Player - Player 1 (Red) types a chat message containing -lotto 100 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 2 (Blue) types a chat message containing -lotto 100 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 3 (Teal) types a chat message containing -lotto 100 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 4 (Purple) types a chat message containing -lotto 100 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 5 (Yellow) types a chat message containing -lotto 100 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 6 (Orange) types a chat message containing -lotto 100 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 7 (Green) types a chat message containing -lotto 100 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 8 (Pink) types a chat message containing -lotto 100 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 9 (Gray) types a chat message containing -lotto 100 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 10 (Light Blue) types a chat message containing -lotto 100 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 11 (Dark Green) types a chat message containing -lotto 100 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 12 (Brown) types a chat message containing -lotto 100 (Unexpected type: 'stringnoformat') as An exact match
Conditions
((Triggering player) Current gold) Greater than or equal to 100
Actions
If ((Random integer number between 1 and 10) Greater than or equal to 9) then do (Add 200 to (Triggering player).Current gold) else do (Add -100 to (Triggering player).Current gold)
Lotto 200
Events
Player - Player 1 (Red) types a chat message containing -lotto 200 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 2 (Blue) types a chat message containing -lotto 200 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 3 (Teal) types a chat message containing -lotto 200 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 4 (Purple) types a chat message containing -lotto 200 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 5 (Yellow) types a chat message containing -lotto 200 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 6 (Orange) types a chat message containing -lotto 200 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 7 (Green) types a chat message containing -lotto 200 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 8 (Pink) types a chat message containing -lotto 200 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 9 (Gray) types a chat message containing -lotto 200 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 10 (Light Blue) types a chat message containing -lotto 200 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 11 (Dark Green) types a chat message containing -lotto 200 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 12 (Brown) types a chat message containing -lotto 200 (Unexpected type: 'stringnoformat') as An exact match
Conditions
((Triggering player) Current gold) Greater than or equal to 200
Actions
If ((Random integer number between 1 and 10) Greater than or equal to 9) then do (Add 400 to (Triggering player).Current gold) else do (Add -200 to (Triggering player).Current gold)
Lotto 500
Events
Player - Player 1 (Red) types a chat message containing -lotto 500 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 2 (Blue) types a chat message containing -lotto 500 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 3 (Teal) types a chat message containing -lotto 500 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 4 (Purple) types a chat message containing -lotto 500 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 5 (Yellow) types a chat message containing -lotto 500 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 6 (Orange) types a chat message containing -lotto 500 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 7 (Green) types a chat message containing -lotto 500 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 8 (Pink) types a chat message containing -lotto 500 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 9 (Gray) types a chat message containing -lotto 500 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 10 (Light Blue) types a chat message containing -lotto 500 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 11 (Dark Green) types a chat message containing -lotto 500 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 12 (Brown) types a chat message containing -lotto 500 (Unexpected type: 'stringnoformat') as An exact match
Conditions
((Triggering player) Current gold) Greater than or equal to 500
Actions
If ((Random integer number between 1 and 10) Greater than or equal to 9) then do (Add 1000 to (Triggering player).Current gold) else do (Add -500 to (Triggering player).Current gold)
Quest MSG
Events
Time - Elapsed game time is 0.01 seconds
Conditions
Actions
Quest - Create a Optional quest titled Repeating Message with the description [RED ONLY]Type "-msg [MESSAGE]"in the [MESSAGE] area type a message (max 294 charecters)[It will repeat every 75 seconds] , using icon path ReplaceableTextures\WorldEditUI\Doodad-Prop.blp
MSG repeater
Events
Time - Elapsed game time is 0.01 seconds
Conditions
Actions
Game - Display to (All players) the text: This game is running theHunt_errr's |c000000ccRepeating Message|r Plugin.
Quest - Flash the quest dialog button
Set Message
Events
Player - Player 1 (Red) types a chat message containing -msg (Unexpected type: 'stringnoformat') as A substring
Conditions
(Substring((Entered chat string), 1, 5)) Equal to -msg
Actions
Set Variable Set Msg = (Substring((Entered chat string), 6, 300))
Display MSG
Events
Time - Every 75.00 seconds of game time
Conditions
Actions
Game - Display to (All players) the text: Msg
Quest animation
Events
Time - Elapsed game time is 0.01 seconds
Conditions
Actions
Quest - Create a Optional quest titled Unit Animations with the description Type "-an [Animation Name]" to make your selected unit(s) play the animation you have typed.Some Animations may be: Stand 1, walk, attack, spell, death , using icon path ReplaceableTextures\WorldEditUI\Doodad-Prop.blp
MSG animation
Events
Time - Elapsed game time is 0.01 seconds
Conditions
Actions
Game - Display to (All players) the text: This game is running theHunt_errr's |c000000ccUnit Animation Player|r Plugin.
Quest - Flash the quest dialog button
CMD String
Events
Player - Player 1 (Red) types a chat message containing -an (Unexpected type: 'stringnoformat') as A substring
Player - Player 2 (Blue) types a chat message containing -an (Unexpected type: 'stringnoformat') as A substring
Player - Player 3 (Teal) types a chat message containing -an (Unexpected type: 'stringnoformat') as A substring
Player - Player 4 (Purple) types a chat message containing -an (Unexpected type: 'stringnoformat') as A substring
Player - Player 5 (Yellow) types a chat message containing -an (Unexpected type: 'stringnoformat') as A substring
Player - Player 6 (Orange) types a chat message containing -an (Unexpected type: 'stringnoformat') as A substring
Player - Player 7 (Green) types a chat message containing -an (Unexpected type: 'stringnoformat') as A substring
Player - Player 8 (Pink) types a chat message containing -an (Unexpected type: 'stringnoformat') as A substring
Player - Player 9 (Gray) types a chat message containing -an (Unexpected type: 'stringnoformat') as A substring
Player - Player 10 (Light Blue) types a chat message containing -an (Unexpected type: 'stringnoformat') as A substring
Player - Player 11 (Dark Green) types a chat message containing -an (Unexpected type: 'stringnoformat') as A substring
Player - Player 12 (Brown) types a chat message containing -an (Unexpected type: 'stringnoformat') as A substring
Conditions
(Substring((Entered chat string), 1, 4)) Equal to -an
Actions
Unit Group - Pick every unit in (Units currently selected by (Triggering player)) and do (Play (Picked unit)'s (Substring((Entered chat string), 5, 50)) animation)
Quest door
Events
Time - Elapsed game time is 0.01 seconds
Conditions
Actions
Quest - Create a Optional quest titled Door Operations with the description Type "open door" to open every door within a range of 600 around your selected unit(s).Type "close door" to close every door within a range of 600 around your selected unit(s) , using icon path ReplaceableTextures\WorldEditUI\Doodad-Prop.blp
MSG door
Events
Time - Elapsed game time is 0.01 seconds
Conditions
Actions
Game - Display to (All players) the text: This game is running theHunt_errr's |c000000ccDoor Operations|r Plugin.
Quest - Flash the quest dialog button
Open
Events
Player - Player 1 (Red) types a chat message containing open door (Unexpected type: 'stringnoformat') as An exact match
Player - Player 2 (Blue) types a chat message containing open door (Unexpected type: 'stringnoformat') as An exact match
Player - Player 3 (Teal) types a chat message containing open door (Unexpected type: 'stringnoformat') as An exact match
Player - Player 4 (Purple) types a chat message containing open door (Unexpected type: 'stringnoformat') as An exact match
Player - Player 5 (Yellow) types a chat message containing open door (Unexpected type: 'stringnoformat') as An exact match
Player - Player 6 (Orange) types a chat message containing open door (Unexpected type: 'stringnoformat') as An exact match
Player - Player 7 (Green) types a chat message containing open door (Unexpected type: 'stringnoformat') as An exact match
Player - Player 8 (Pink) types a chat message containing open door (Unexpected type: 'stringnoformat') as An exact match
Player - Player 9 (Gray) types a chat message containing open door (Unexpected type: 'stringnoformat') as An exact match
Player - Player 10 (Light Blue) types a chat message containing open door (Unexpected type: 'stringnoformat') as An exact match
Player - Player 11 (Dark Green) types a chat message containing open door (Unexpected type: 'stringnoformat') as An exact match
Player - Player 12 (Brown) types a chat message containing open door (Unexpected type: 'stringnoformat') as An exact match
Conditions
Actions
Unit Group - Pick every unit in (Units currently selected by (Triggering player)) and do (Pick every destructible within 600.00 of (Position of (Picked unit)) and do (If ((Destructible-type of (Picked destructible)) Not equal to LTlt (Unexpected type: 'destructablecode')) then do (Open (Picked destructible)) else do (Do nothing)))
Close
Events
Player - Player 1 (Red) types a chat message containing close door (Unexpected type: 'stringnoformat') as An exact match
Player - Player 2 (Blue) types a chat message containing close door (Unexpected type: 'stringnoformat') as An exact match
Player - Player 3 (Teal) types a chat message containing close door (Unexpected type: 'stringnoformat') as An exact match
Player - Player 4 (Purple) types a chat message containing close door (Unexpected type: 'stringnoformat') as An exact match
Player - Player 5 (Yellow) types a chat message containing close door (Unexpected type: 'stringnoformat') as An exact match
Player - Player 6 (Orange) types a chat message containing close door (Unexpected type: 'stringnoformat') as An exact match
Player - Player 7 (Green) types a chat message containing close door (Unexpected type: 'stringnoformat') as An exact match
Player - Player 8 (Pink) types a chat message containing close door (Unexpected type: 'stringnoformat') as An exact match
Player - Player 9 (Gray) types a chat message containing close door (Unexpected type: 'stringnoformat') as An exact match
Player - Player 10 (Light Blue) types a chat message containing close door (Unexpected type: 'stringnoformat') as An exact match
Player - Player 11 (Dark Green) types a chat message containing close door (Unexpected type: 'stringnoformat') as An exact match
Player - Player 12 (Brown) types a chat message containing close door (Unexpected type: 'stringnoformat') as An exact match
Conditions
Actions
Unit Group - Pick every unit in (Units currently selected by (Triggering player)) and do (Pick every destructible within 600.00 of (Position of (Picked unit)) and do (If ((Destructible-type of (Picked destructible)) Not equal to LTlt (Unexpected type: 'destructablecode')) then do (Open (Picked destructible)) else do (Do nothing)))
Quest color
Events
Time - Elapsed game time is 0.01 seconds
Conditions
Actions
Quest - Create a Optional quest titled Unit Coloring with the description Type "-cRRRBBBGGG"Replace |c00cc0000RRR|r|c000000ccBBB|r|c0000cc00GGG|r with 3 seperate intigers of 100 OR lessEX. "-c050050050" , using icon path ReplaceableTextures\WorldEditUI\Doodad-Prop.blp
MSG color
Events
Time - Elapsed game time is 0.01 seconds
Conditions
Actions
Game - Display to (All players) the text: This game is running theHunt_errr's |c000000ccUnit Coloring|r Plugin.
Quest - Flash the quest dialog button
Color CMD
Events
Player - Player 1 (Red) types a chat message containing -c (Unexpected type: 'stringnoformat') as A substring
Player - Player 2 (Blue) types a chat message containing -c (Unexpected type: 'stringnoformat') as A substring
Player - Player 3 (Teal) types a chat message containing -c (Unexpected type: 'stringnoformat') as A substring
Player - Player 4 (Purple) types a chat message containing -c (Unexpected type: 'stringnoformat') as A substring
Player - Player 5 (Yellow) types a chat message containing -c (Unexpected type: 'stringnoformat') as A substring
Player - Player 6 (Orange) types a chat message containing -c (Unexpected type: 'stringnoformat') as A substring
Player - Player 7 (Green) types a chat message containing -c (Unexpected type: 'stringnoformat') as A substring
Player - Player 8 (Pink) types a chat message containing -c (Unexpected type: 'stringnoformat') as A substring
Player - Player 9 (Gray) types a chat message containing -c (Unexpected type: 'stringnoformat') as A substring
Player - Player 10 (Light Blue) types a chat message containing -c (Unexpected type: 'stringnoformat') as A substring
Player - Player 11 (Dark Green) types a chat message containing -c (Unexpected type: 'stringnoformat') as A substring
Player - Player 12 (Brown) types a chat message containing -c (Unexpected type: 'stringnoformat') as A substring
Conditions
(Substring((Entered chat string), 1, 2)) Equal to -c
Actions
Unit Group - Pick every unit in (Units currently selected by (Triggering player)) and do (If ((Owner of (Picked unit)) Equal to (Triggering player)) then do (Change (Picked unit)'s vertex coloring to ((Real((Substring((Entered chat string), 3, 5))))%, (Real((Substring((Entered chat string), 6, 8))))%, (Real((Substring((Entered chat string), 9, 11))))%) with 0% transparency) else do (Do nothing))
Quest size
Events
Time - Elapsed game time is 0.01 seconds
Conditions
Actions
Quest - Create a Optional quest titled Unit Sizing with the description Type "-sLLLWWWHHH"Replace LLL with an intiger of 3 digitsReplace WWW with an intiger of 3 digitsReplace HHH with an intiger of 3 digitsEX. "-s001001001" , using icon path ReplaceableTextures\WorldEditUI\Doodad-Prop.blp
MSG size
Events
Time - Elapsed game time is 0.01 seconds
Conditions
Actions
Game - Display to (All players) the text: This game is running theHunt_errr's |c000000ccUnit Sizing|r Plugin.
Quest - Flash the quest dialog button
Size CMD
Events
Player - Player 1 (Red) types a chat message containing -s (Unexpected type: 'stringnoformat') as A substring
Player - Player 2 (Blue) types a chat message containing -s (Unexpected type: 'stringnoformat') as A substring
Player - Player 3 (Teal) types a chat message containing -s (Unexpected type: 'stringnoformat') as A substring
Player - Player 4 (Purple) types a chat message containing -s (Unexpected type: 'stringnoformat') as A substring
Player - Player 5 (Yellow) types a chat message containing -s (Unexpected type: 'stringnoformat') as A substring
Player - Player 6 (Orange) types a chat message containing -s (Unexpected type: 'stringnoformat') as A substring
Player - Player 7 (Green) types a chat message containing -s (Unexpected type: 'stringnoformat') as A substring
Player - Player 8 (Pink) types a chat message containing -s (Unexpected type: 'stringnoformat') as A substring
Player - Player 9 (Gray) types a chat message containing -s (Unexpected type: 'stringnoformat') as A substring
Player - Player 10 (Light Blue) types a chat message containing -s (Unexpected type: 'stringnoformat') as A substring
Player - Player 11 (Dark Green) types a chat message containing -s (Unexpected type: 'stringnoformat') as A substring
Player - Player 12 (Brown) types a chat message containing -s (Unexpected type: 'stringnoformat') as A substring
Conditions
(Substring((Entered chat string), 1, 2)) Equal to -s
Actions
Unit Group - Pick every unit in (Units currently selected by (Triggering player)) and do (If ((Owner of (Picked unit)) Equal to (Triggering player)) then do (Change (Picked unit)'s size to ((Real((Substring((Entered chat string), 3, 5))))%, (Real((Substring((Entered chat string), 6, 8))))%, (Real((Substring((Entered chat string), 9, 11))))%) of its original size) else do (Do nothing))
Quest clear
Events
Time - Elapsed game time is 0.01 seconds
Conditions
Actions
Quest - Create a Optional quest titled Clear Text with the description [Red Only]Type "-clear" to clear everyone screen of messages, effective if a noob is massing a message. , using icon path ReplaceableTextures\WorldEditUI\Doodad-Prop.blp
MSG clear
Events
Time - Elapsed game time is 0.01 seconds
Conditions
Actions
Game - Display to (All players) the text: This game is running theHunt_errr's |c000000ccClear Text|r Plugin.
Quest - Flash the quest dialog button
Clear CMD
Events
Player - Player 1 (Red) types a chat message containing -Clear (Unexpected type: 'stringnoformat') as An exact match
Conditions
Actions
Cinematic - Clear the screen of text messages for (All players) .
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.