4237 lines
96 KiB
INI
4237 lines
96 KiB
INI
;------------------------------------------------------------
|
|
;STRIPPER CFG BY NOCTALI http://steamcommunity.com/id/h4sard
|
|
;------------------------------------------------------------
|
|
;FIX HEALTH SYSTEM - SETUP
|
|
;--------------------------
|
|
filter:
|
|
{
|
|
"targetname" "/max_p.*/"
|
|
"classname" "math_counter"
|
|
}
|
|
add:
|
|
{
|
|
"model" "*422"
|
|
"targetname" "stripper_zone_hp"
|
|
"classname" "trigger_multiple"
|
|
"wait" "1"
|
|
"spawnflags" "1"
|
|
"filtername" "humanos"
|
|
"origin" "-8410.5 -6179 -11577.5"
|
|
}
|
|
add:
|
|
{
|
|
"targetname" "stripper_health_backup"
|
|
"classname" "math_counter"
|
|
"origin" "3659 -648 -84"
|
|
"StartDisabled" "0"
|
|
"startvalue" "10"
|
|
"min" "0"
|
|
"max" "10000"
|
|
"OnGetValue" "stripper_health_counter,SetValue,,0,-1"
|
|
}
|
|
add:
|
|
{
|
|
"targetname" "stripper_health_counter"
|
|
"classname" "math_counter"
|
|
"origin" "3659 -648 -84"
|
|
"StartDisabled" "0"
|
|
"startvalue" "10"
|
|
"min" "0"
|
|
"max" "10000"
|
|
"OnHitMin" "stripper_health_iterator,Add,1,0,-1"
|
|
"OnHitMin" "stripper_health_backup,GetValue,,0,-1"
|
|
}
|
|
add:
|
|
{
|
|
"targetname" "stripper_health_iterator"
|
|
"classname" "math_counter"
|
|
"origin" "3659 -648 -84"
|
|
"StartDisabled" "0"
|
|
"startvalue" "0"
|
|
"min" "0"
|
|
"max" "10"
|
|
"OnHitMax" "!self,Kill,,0,1"
|
|
}
|
|
;------------------------------
|
|
;FIX HEALTH SYSTEM - BREAKABLE
|
|
;------------------------------
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "2604 11948 7325.77"
|
|
"targetname" "case4"
|
|
"classname" "logic_case"
|
|
}
|
|
insert:
|
|
{
|
|
"Case01" "right"
|
|
"Case02" "middle"
|
|
"Case03" "left"
|
|
"OnCase01" "!self,Kill,,0,1"
|
|
"OnCase02" "!self,Kill,,0,1"
|
|
"OnCase03" "!self,Kill,,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "lvl1_right_trigger1"
|
|
"classname" "trigger_once"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "stripper_zone_hp,AddOutput,OnStartTouch bkreak_Web_lvl1:AddHealth:40:0:-1,19.98,1"
|
|
"OnTrigger" "player,AddOutput,OnUser1 stripper_zone_hp:StartTouch::0:1,19.98,1"
|
|
"OnTrigger" "player,FireUser1,,19.99,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "bkreak_Web_lvl1"
|
|
"classname" "func_breakable"
|
|
}
|
|
replace:
|
|
{
|
|
"health" "250"
|
|
}
|
|
}
|
|
;---------------------------
|
|
;FIX HEALTH SYSTEM - SPIDER
|
|
;---------------------------
|
|
filter:
|
|
{
|
|
"targetname" "hp_controller_spider"
|
|
}
|
|
filter:
|
|
{
|
|
"targetname" "hp_counter_spider"
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "logic_spider"
|
|
"classname" "logic_relay"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "stripper_health_iterator,AddOutput,OutValue hp_seter_spider:InValue::0:-1,4.97,1"
|
|
"OnTrigger" "stripper_zone_hp,AddOutput,OnStartTouch stripper_health_backup:Add:39:0:-1,4.97,1"
|
|
"OnTrigger" "stripper_zone_hp,AddOutput,OnStartTouch web2_env_mak:FireUser1::0:-1,4.97,1"
|
|
"OnTrigger" "player,AddOutput,OnUser1 stripper_zone_hp:StartTouch::0:1,4.97,1"
|
|
"OnTrigger" "player,FireUser1,,4.98,1"
|
|
"OnTrigger" "stripper_health_backup,GetValue,,4.99,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "boss_break_head"
|
|
"classname" "func_physbox"
|
|
}
|
|
delete:
|
|
{
|
|
"OnDamaged" "hp_controller_spider,Add,8,0,-1"
|
|
"OnBreak" "web2,Break,,0,-1"
|
|
"OnBreak" "web3,Break,,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnDamaged" "stripper_health_counter,Subtract,1,0,-1"
|
|
"OnBreak" "web*,Break,,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "web2_env_mak"
|
|
"classname" "env_entity_maker"
|
|
}
|
|
insert:
|
|
{
|
|
"OnUser1" "!self,AddOutput,OnEntitySpawned web*:AddHealth:70:0:-1,0,-1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "point_web2"
|
|
"classname" "point_template"
|
|
}
|
|
replace:
|
|
{
|
|
"spawnflags" "0"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "web2"
|
|
"classname" "func_physbox"
|
|
}
|
|
replace:
|
|
{
|
|
"health" "250"
|
|
}
|
|
insert:
|
|
{
|
|
"OnBreak" "web3,FireUser1,,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "web3"
|
|
"classname" "func_physbox"
|
|
}
|
|
replace:
|
|
{
|
|
"health" "250"
|
|
}
|
|
insert:
|
|
{
|
|
"OnBreak" "web2,FireUser1,,0,1"
|
|
}
|
|
}
|
|
;---------------------------
|
|
;FIX HEALTH SYSTEM - NAZGUL
|
|
;---------------------------
|
|
filter:
|
|
{
|
|
"targetname" "trigger_she4_humans_nazgul"
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "boat_1_path1"
|
|
"classname" "path_track"
|
|
}
|
|
insert:
|
|
{
|
|
"OnPass" "stripper_health_*,Kill,,0,1"
|
|
"OnPass" "stripper_zone_hp,AddOutput,OnStartTouch box_nazgryl:AddHealth:340:0:-1,0,1"
|
|
"OnPass" "player,AddOutput,OnUser1 stripper_zone_hp:StartTouch::0:1,0,1"
|
|
"OnPass" "player,FireUser1,,0.01,1"
|
|
"OnPass" "box_nazgryl,RemoveHealth,99749,0.02,1"
|
|
}
|
|
}
|
|
;-----------------------------
|
|
;FIX HEALTH SYSTEM - URUK-HAI
|
|
;-----------------------------
|
|
filter:
|
|
{
|
|
"targetname" "hp_controller_yruk"
|
|
}
|
|
filter:
|
|
{
|
|
"targetname" "hp_counter_yruk"
|
|
}
|
|
filter:
|
|
{
|
|
"targetname" "trigger_boss_set_hp"
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "boss1_trigger_start"
|
|
"classname" "logic_relay"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "stripper_health_iterator,AddOutput,OutValue hp_seter_yruk:InValue::0:-1,3.97,1"
|
|
"OnTrigger" "stripper_zone_hp,AddOutput,OnStartTouch stripper_health_backup:Add:31:0:-1,3.97,1"
|
|
"OnTrigger" "player,AddOutput,OnUser1 stripper_zone_hp:StartTouch::0:1,3.97,1"
|
|
"OnTrigger" "player,FireUser1,,3.98,1"
|
|
"OnTrigger" "stripper_health_backup,GetValue,,3.99,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "boss1_break"
|
|
"classname" "func_physbox"
|
|
}
|
|
delete:
|
|
{
|
|
"OnDamaged" "hp_controller_yruk,Add,10,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnDamaged" "stripper_health_counter,Subtract,1,0,-1"
|
|
}
|
|
}
|
|
;----------------------------
|
|
;FIX HEALTH SYSTEM - SUPPORT
|
|
;----------------------------
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "trigger_set_damba_hp"
|
|
"classname" "trigger_multiple"
|
|
}
|
|
delete:
|
|
{
|
|
"OnStartTouch" "max_p50,Add,1,0,-1"
|
|
"OnStartTouch" "max_p32,Add,1,0,-1"
|
|
"OnStartTouch" "max_p16,Add,1,0,-1"
|
|
"OnStartTouch" "max_p8,Add,1,0,-1"
|
|
"OnStartTouch" "max_p4,Add,1,0,-1"
|
|
"OnStartTouch" "max_p1,Add,1,0,-1"
|
|
"OnStartTouch" "max_p2,Add,1,0,-1"
|
|
"OnStartTouch" "max_p3,Add,1,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnStartTouch" "!self,Kill,,0,1"
|
|
"OnStartTouch" "stripper_health_*,Kill,,0,1"
|
|
"OnStartTouch" "stripper_zone_hp,AddOutput,OnStartTouch beam_*:AddHealth:404:0:-1,0,1"
|
|
"OnStartTouch" "player,AddOutput,OnUser1 stripper_zone_hp:StartTouch::0:1,0,1"
|
|
"OnStartTouch" "player,FireUser1,,0.01,1"
|
|
"OnStartTouch" "beam_*,RemoveHealth,999749,0.02,1"
|
|
}
|
|
}
|
|
;--------------------------
|
|
;FIX HEALTH SYSTEM - GRIMA
|
|
;--------------------------
|
|
filter:
|
|
{
|
|
"targetname" "trigger_she4_humans"
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"model" "*589"
|
|
"origin" "9328 1418.5 2112"
|
|
"classname" "trigger_once"
|
|
}
|
|
insert:
|
|
{
|
|
"targetname" "stripper_grima_trigger"
|
|
"OnTrigger" "stripper_zone_hp,AddOutput,OnStartTouch box_grima_helth:AddHealth:324:0:-1,0,1"
|
|
"OnTrigger" "player,AddOutput,OnUser1 stripper_zone_hp:StartTouch::0:1,0,1"
|
|
"OnTrigger" "player,FireUser1,,0.01,1"
|
|
"OnTrigger" "box_grima_helth,RemoveHealth,999749,0.02,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "box_grima_helth"
|
|
"classname" "func_physbox"
|
|
}
|
|
replace:
|
|
{
|
|
"health" "999999"
|
|
}
|
|
}
|
|
;----------------------------
|
|
;FIX HEALTH SYSTEM - SARUMAN
|
|
;----------------------------
|
|
filter:
|
|
{
|
|
"targetname" "hp_controller_saruman"
|
|
}
|
|
filter:
|
|
{
|
|
"targetname" "hp_counter_saruman"
|
|
}
|
|
filter:
|
|
{
|
|
"targetname" "trigger_se_hp_saruman"
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "boss3_trigger_start"
|
|
"classname" "logic_relay"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "stripper_health_iterator,AddOutput,OutValue hp_seter_saruman:InValue::0:-1,3.97,1"
|
|
"OnTrigger" "stripper_zone_hp,AddOutput,OnStartTouch stripper_health_backup:Add:34:0:-1,3.97,1"
|
|
"OnTrigger" "player,AddOutput,OnUser1 stripper_zone_hp:StartTouch::0:1,3.97,1"
|
|
"OnTrigger" "player,FireUser1,,3.98,1"
|
|
"OnTrigger" "stripper_health_backup,GetValue,,3.99,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "boss3_break"
|
|
"classname" "func_physbox"
|
|
}
|
|
delete:
|
|
{
|
|
"OnDamaged" "hp_controller_saruman,Add,12,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnDamaged" "stripper_health_counter,Subtract,1,0,-1"
|
|
}
|
|
}
|
|
;---------------------
|
|
;INCREASE TORCH LIGHT
|
|
;---------------------
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "nnew1_prop_torch3"
|
|
"classname" "light_dynamic"
|
|
}
|
|
replace:
|
|
{
|
|
"distance" "380"
|
|
}
|
|
}
|
|
-------------------
|
|
;FIX STAGE 1 SCORE
|
|
;------------------
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"model" "*455"
|
|
"targetname" "trigger_final_lvl1"
|
|
"classname" "trigger_multiple"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "hurt_lvl1_final,Enable,,2,1"
|
|
"OnTrigger" "consola,Command,say ***NUKE IN 1 SEC!!***,2,1"
|
|
"OnTrigger" "level_brush2,Disable,,2,1"
|
|
"OnTrigger" "consola,Command,say ***NUKE IN 2 SEC!!***,1,1"
|
|
"OnTrigger" "consola,Command,say ***LVL 1 COMPLETED***,0,1"
|
|
"OnTrigger" "fade_final_lvl1,Fade,,2,1"
|
|
"OnTrigger" "all_levels,Trigger,,0,1"
|
|
"OnStartTouch" "final_add_score_lvl1,ApplyScore,,0.01,-1"
|
|
"OnTrigger" "hurt_spawn,Enable,,2,1"
|
|
"OnTrigger" "consola,Command,say ***Map by Limon. Thanks for playing***,3,1"
|
|
"OnTrigger" "final_add_score_lvl1,Kill,,3,1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnUser1" "!self,Enable,,0,1"
|
|
"OnTrigger" "trigger_final_lvl1,FireUser2,,0,1"
|
|
}
|
|
}
|
|
add:
|
|
{
|
|
"model" "*456"
|
|
"targetname" "trigger_final_lvl1"
|
|
"StartDisabled" "1"
|
|
"spawnflags" "1"
|
|
"origin" "-13781 396.5 8123.5"
|
|
"filtername" "humanos"
|
|
"classname" "trigger_once"
|
|
"OnTrigger" "hurt_lvl1_final,Enable,,2,1"
|
|
"OnTrigger" "fade_final_lvl1,Fade,,2,1"
|
|
"OnStartTouch" "final_add_score_lvl1,ApplyScore,,0,-1"
|
|
"OnTrigger" "hurt_spawn,Enable,,2,1"
|
|
"OnTrigger" "consola,Command,say ***Map by Limon / Fixed by Noctali / Thanks for playing***,3,1"
|
|
"OnTrigger" "final_add_score_lvl1,Kill,,3,1"
|
|
"OnTrigger" "consola,Command,say ***You have completed Stage 1! Moving onto Stage 2...***,0,1"
|
|
"OnTrigger" "consola,Command,say ***Final nuke will explode in 2 seconds...***,1,1"
|
|
"OnTrigger" "consola,Command,say ***Final nuke will explode in 1 second...***,2,1"
|
|
"OnUser2" "!self,Enable,,0,1"
|
|
"OnTrigger" "worldspawn,FireUser1,,1.98,1"
|
|
"OnTrigger" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:3:0:1,2,1"
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"model" "*469"
|
|
"targetname" "box_nazgryl"
|
|
"classname" "func_physbox"
|
|
}
|
|
delete:
|
|
{
|
|
"OnBreak" "trigger_final_lvl1,Enable,,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnBreak" "trigger_final_lvl1,FireUser1,,0,1"
|
|
}
|
|
}
|
|
;-----------------------
|
|
;FIX STAGE 2 LEFT SCORE
|
|
;-----------------------
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"model" "*405"
|
|
"targetname" "trigger_end_side_2"
|
|
"classname" "trigger_once"
|
|
}
|
|
delete:
|
|
{
|
|
"OnStartTouch" "!activator,AddOutput,health 999999,101,-1"
|
|
"OnStartTouch" "score_final_water,ApplyScore,,100,-1"
|
|
"OnTrigger" "level_brush3,Disable,,100,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnUser1" "!self,Enable,,0,1"
|
|
"OnTrigger" "trigger_end_side_2,FireUser2,,100,1"
|
|
"OnTrigger" "worldspawn,FireUser1,,99.98,1"
|
|
"OnTrigger" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:4:0:1,100,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "-558 -343 -5408"
|
|
"targetname" "logic_relay_random_side2"
|
|
"classname" "logic_relay"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "trigger_end_side_2,Enable,,1,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "trigger_end_side_2,FireUser1,,1,1"
|
|
}
|
|
}
|
|
add:
|
|
{
|
|
"model" "*405"
|
|
"targetname" "trigger_end_side_2"
|
|
"StartDisabled" "1"
|
|
"spawnflags" "1"
|
|
"origin" "6769 2005.5 -5422.5"
|
|
"filtername" "humanos"
|
|
"classname" "trigger_once"
|
|
"OnUser2" "!self,Enable,,0,1"
|
|
"OnStartTouch" "!activator,AddOutput,health 999999,0,-1"
|
|
"OnStartTouch" "score_final_water,ApplyScore,,0,-1"
|
|
}
|
|
;------------------
|
|
;FIX STAGE 3 SCORE
|
|
;------------------
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"model" "*364"
|
|
"targetname" "trigger_STAGE3_COMPI"
|
|
"classname" "trigger_once"
|
|
}
|
|
delete:
|
|
{
|
|
"OnStartTouch" "final_3_saruman,ApplyScore,,0,-1"
|
|
"OnStartTouch" "!activator,AddOutput,health 999999,4,-1"
|
|
"OnTrigger" "trigger_hurt_stage3_end,Enable,,5,-1"
|
|
"OnTrigger" "exP_FINAL_SARU,Start,,5,-1"
|
|
"OnTrigger" "nuke_ends_sound,PlaySound,,5,-1"
|
|
"OnTrigger" "hurt_spawn,Enable,,5,-1"
|
|
"OnTrigger" "level_brush1,Disable,,4,-1"
|
|
"OnTrigger" "all_levels,Trigger,,2,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "trigger_hurt_stage3_end,Enable,,6,1"
|
|
"OnTrigger" "exP_FINAL_SARU,Start,,6,1"
|
|
"OnTrigger" "nuke_ends_sound,PlaySound,,6,1"
|
|
"OnTrigger" "hurt_spawn,Enable,,6,1"
|
|
"OnUser1" "!self,Enable,,0,1"
|
|
"OnTrigger" "trigger_STAGE3_COMPI,FireUser2,,7,1"
|
|
}
|
|
}
|
|
add:
|
|
{
|
|
"model" "*409"
|
|
"targetname" "trigger_STAGE3_COMPI"
|
|
"StartDisabled" "1"
|
|
"spawnflags" "1"
|
|
"origin" "-494.5 -389 -5628.5"
|
|
"classname" "trigger_once"
|
|
"OnUser2" "!self,Enable,,0,1"
|
|
"OnStartTouch" "final_3_saruman,ApplyScore,,0,-1"
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "9461.67 -335 5215"
|
|
"targetname" "end_logica_stage3"
|
|
"classname" "logic_relay"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "trigger_STAGE3_COMPI,Enable,,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "trigger_STAGE3_COMPI,FireUser1,,0,1"
|
|
}
|
|
}
|
|
;------------
|
|
;FIX STAGE 2
|
|
;------------
|
|
filter:
|
|
{
|
|
"model" "*384"
|
|
"targetname" "brush_teleport_ends_sides"
|
|
"origin" "-2155.5 -545.48 -5382"
|
|
"classname" "func_brush"
|
|
"hammerid" "5758448"
|
|
}
|
|
add:
|
|
{
|
|
"origin" "-2155.5 -545.48 -5382"
|
|
"targetname" "brush_teleport_ends_sides"
|
|
"spawnflags" "0"
|
|
"rendermode" "0"
|
|
"renderfx" "0"
|
|
"rendercolor" "255 255 255"
|
|
"renderamt" "255"
|
|
"model" "effects/citadel_sky_card_01.vmt"
|
|
"mindxlevel" "0"
|
|
"maxdxlevel" "0"
|
|
"HDRColorScale" "1.0"
|
|
"GlowProxySize" "2.0"
|
|
"framerate" "10.0"
|
|
"disablereceiveshadows" "1"
|
|
"classname" "env_sprite"
|
|
"scale" "0.7"
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"model" "*60"
|
|
"targetname" "trigger_end_side_1"
|
|
"classname" "trigger_once"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "brush_teleport_ends_sides,Enable,,10,-1"
|
|
"OnTrigger" "consola,Command,say ***Jump on the rocks***,60,-1"
|
|
"OnTrigger" "consola,Command,say **Mass teleport Zombies and AFK's in 10 sec!!**,61,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "Stripper_Stage_2_Middle_Teleport,Enable,,0,1"
|
|
"OnTrigger" "br4,Break,,7,-1"
|
|
"OnTrigger" "brush_teleport_ends_sides,ShowSprite,,10,1"
|
|
"OnTrigger" "consola,Command,say ***Teleporting all AFK players and Zombies in 10 seconds!***,60,1"
|
|
"OnTrigger" "consola,Command,say ***Get on top of the rocks!***,85,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"model" "*311"
|
|
"targetname" "trigger_end_side_3"
|
|
"classname" "trigger_once"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "brush_teleport_ends_sides,Enable,,10,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "brush_teleport_ends_sides,ShowSprite,,10,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "-460 -592 -5321.57"
|
|
"targetname" "case_isengard_change"
|
|
}
|
|
delete:
|
|
{
|
|
"OnCase04" "logic_relay_random_side2,Trigger,,0,-1"
|
|
"OnCase04" "lvl_isengard_random_1,Enable,,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"Case01" "left"
|
|
"Case02" "middle"
|
|
"Case03" "right"
|
|
"OnCase01" "Stripper_Less_Bride_Model_Temp,FireUser1,,0,1"
|
|
"OnCase02" "Stripper_Bridge_Temp,FireUser1,,0,1"
|
|
"OnCase01" "!self,Kill,,0,1"
|
|
"OnCase02" "!self,Kill,,0,1"
|
|
"OnCase03" "!self,Kill,,0,1"
|
|
"OnCase01" "Stripper_Bridge_Temp,Kill,,0,1"
|
|
"OnCase03" "Stripper_Bridge_Temp,Kill,,0,1"
|
|
"OnCase01" "Stripper_Stage_2_Block,Kill,,0,1"
|
|
"OnCase03" "Stripper_Stage_2_Block,Kill,,0,1"
|
|
"OnCase01" "Stripper_Stage_2_Middle_Teleport,Kill,,0,1"
|
|
"OnCase03" "Stripper_Stage_2_Middle_Teleport,Kill,,0,1"
|
|
"OnCase02" "Stripper_Stage_2_Left_Teleport,Kill,,0,1"
|
|
"OnCase03" "Stripper_Stage_2_Left_Teleport,Kill,,0,1"
|
|
"OnCase02" "Stripper_Stage_2_left_arrow,Kill,,0,1"
|
|
"OnCase03" "Stripper_Stage_2_left_arrow,Kill,,0,1"
|
|
"OnCase02" "Stripper_Less_Bride_Model_Temp,Kill,,0,1"
|
|
"OnCase03" "Stripper_Less_Bride_Model_Temp,Kill,,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "-3286.15 -539 -5412"
|
|
"targetname" "point_lvl2_start_templ"
|
|
"classname" "point_template"
|
|
}
|
|
insert:
|
|
{
|
|
"Template12" "Stripper_Stage_2_*"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"model" "*176"
|
|
"targetname" "push_dumba"
|
|
"classname" "trigger_push"
|
|
}
|
|
insert:
|
|
{
|
|
"OnStartTouch" "!activator,SetDamageFilter,Filter_Fall_Ignore,0,-1"
|
|
"OnStartTouch" "!activator,SetDamageFilter,,10,-1"
|
|
"OnStartTouch" "Stripper_Stage_2_Block,Kill,,10,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"model" "*315"
|
|
"targetname" "lvl_isengard_random_3"
|
|
"classname" "func_brush"
|
|
}
|
|
replace:
|
|
{
|
|
"origin" "-461.17 -534.4 -5250"
|
|
}
|
|
insert:
|
|
{
|
|
"angles" "0 0 180"
|
|
}
|
|
}
|
|
filter:
|
|
{
|
|
"origin" "9740 -15022 -3703"
|
|
"targetname" "sprite_left_dam"
|
|
"classname" "env_sprite"
|
|
}
|
|
add:
|
|
{
|
|
"model" "*313"
|
|
"classname" "func_physbox_multiplayer"
|
|
"targetname" "Stripper_Stage_2_Arrow"
|
|
"origin" "9740 -15022 -3703"
|
|
"spawnflags" "41985"
|
|
"angles" "0 90 0"
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "9912 -15403 -2714"
|
|
"targetname" "lift_path_track_dam1"
|
|
"classname" "path_track"
|
|
}
|
|
insert:
|
|
{
|
|
"OnPass" "Stripper_Stage_2_Arrow,Kill,,5,1"
|
|
}
|
|
}
|
|
;-------------------
|
|
;FIX STAGE 2 MIDDLE
|
|
;-------------------
|
|
add:
|
|
{
|
|
"origin" "6336 -334 -5505"
|
|
"classname" "point_template"
|
|
"spawnflags" "0"
|
|
"targetname" "Stripper_Bridge_Temp"
|
|
"Template01" "br1"
|
|
"Template02" "br4"
|
|
"Template03" "br2"
|
|
"Template04" "br5"
|
|
"Template05" "most"
|
|
"OnUser1" "!self,AddOutput,origin 6336 -334 -5509.5,0,1"
|
|
"OnUser1" "!self,ForceSpawn,,0.01,1"
|
|
"OnUser1" "br1*,FireUser1,,0.02,1"
|
|
"OnUser1" "!self,AddOutput,origin 6328 26 -5503.5,0.03,1"
|
|
"OnUser1" "!self,ForceSpawn,,0.04,1"
|
|
"OnUser1" "!self,AddOutput,origin 6768 -1064 -5520.5,0.05,1"
|
|
"OnUser1" "!self,ForceSpawn,,0.06,1"
|
|
"OnUser1" "!self,Kill,,0.07,1"
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "br1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnUser1" "br1,AddOutput,targetname br1,0,1"
|
|
"OnUser1" "br2,AddOutput,targetname br2,0,1"
|
|
"OnUser1" "br4,AddOutput,targetname br4,0,1"
|
|
"OnUser1" "br5,AddOutput,targetname br5,0,1"
|
|
"OnUser1" "most,AddOutput,targetname most,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"model" "*400"
|
|
"targetname" "za_barikady_teleport"
|
|
"classname" "trigger_teleport"
|
|
}
|
|
replace:
|
|
{
|
|
"origin" "770.5 -446.5 -6222.5"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "za_baricady"
|
|
"classname" "info_teleport_destination"
|
|
}
|
|
replace:
|
|
{
|
|
"origin" "4967 -349 -5453"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "sprite_1_end"
|
|
"origin" "6109 -1542 -5339"
|
|
"classname" "env_sprite"
|
|
}
|
|
replace:
|
|
{
|
|
"origin" "5774 26 -5395"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "sprite_1_end"
|
|
"origin" "5991 595 -5339"
|
|
"classname" "env_sprite"
|
|
}
|
|
replace:
|
|
{
|
|
"origin" "6214 -1064 -5412"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"model" "*62"
|
|
"origin" "5991 594.5 -5431.43"
|
|
"classname" "func_breakable"
|
|
}
|
|
replace:
|
|
{
|
|
"origin" "5991 588.5 -5407.43"
|
|
"health" "999999"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"model" "*63"
|
|
"origin" "6100 -1555.5 -5431.43"
|
|
"classname" "func_breakable"
|
|
}
|
|
replace:
|
|
{
|
|
"origin" "6100 -1550.5 -5402.43"
|
|
"health" "999999"
|
|
}
|
|
}
|
|
add:
|
|
{
|
|
"model" "*17"
|
|
"classname" "func_physbox"
|
|
"targetname" "Stripper_Stage_2_Block"
|
|
"origin" "4998.5 -348.5 -5348"
|
|
"spawnflags" "41985"
|
|
"rendermode" "10"
|
|
}
|
|
add:
|
|
{
|
|
"model" "*400"
|
|
"targetname" "Stripper_Stage_2_Middle_Teleport"
|
|
"target" "za_baricady"
|
|
"StartDisabled" "1"
|
|
"spawnflags" "1"
|
|
"origin" "6353.68 -372.5 -7000.5"
|
|
"classname" "trigger_teleport"
|
|
}
|
|
;-----------------
|
|
;FIX STAGE 2 LEFT
|
|
;-----------------
|
|
add:
|
|
{
|
|
"model" "*359"
|
|
"targetname" "Stripper_Stage_2_Left_Teleport"
|
|
"target" "teleport_all_for_boss"
|
|
"StartDisabled" "0"
|
|
"spawnflags" "1"
|
|
"origin" "5097.5 2187 -5291"
|
|
"classname" "trigger_teleport"
|
|
"filtername" "zombis"
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "5160 2271 -5253.5"
|
|
"targetname" "hp_seter_yruk"
|
|
"classname" "logic_case"
|
|
}
|
|
insert:
|
|
{
|
|
"OnCase10" "Stripper_Stage_2_Left_Teleport,Kill,,0,1"
|
|
}
|
|
}
|
|
add:
|
|
{
|
|
"origin" "8923 -11 3790"
|
|
"classname" "point_template"
|
|
"spawnflags" "2"
|
|
"targetname" "Stripper_Less_Bride_Model_Temp"
|
|
"Template01" "Less_Bridge_Model"
|
|
"OnUser1" "!self,AddOutput,origin 6865 1648 -5530,0,1"
|
|
"OnUser1" "!self,AddOutput,angles 0 45 0,0,1"
|
|
"OnUser1" "!self,ForceSpawn,,0.01,1"
|
|
"OnUser1" "!self,AddOutput,origin 6515 1998 -5530,0.02,1"
|
|
"OnUser1" "!self,ForceSpawn,,0.03,1"
|
|
"OnUser1" "!self,AddOutput,origin 7077 1952 -5530,0.04,1"
|
|
"OnUser1" "!self,ForceSpawn,,0.05,1"
|
|
"OnUser1" "!self,AddOutput,origin 6727 2302 -5530,0.06,1"
|
|
"OnUser1" "!self,ForceSpawn,,0.07,1"
|
|
"OnUser1" "!self,Kill,,0.08,1"
|
|
}
|
|
add:
|
|
{
|
|
"origin" "8923 -11 3790"
|
|
"targetname" "Less_Bridge_Model"
|
|
"spawnflags" "0"
|
|
"solid" "6"
|
|
"skin" "0"
|
|
"rendermode" "0"
|
|
"renderfx" "0"
|
|
"rendercolor" "255 255 255"
|
|
"renderamt" "255"
|
|
"RandomAnimation" "0"
|
|
"pressuredelay" "0"
|
|
"PerformanceMode" "0"
|
|
"model" "models/z-o-m-b-i-e/st/nastil/st_nastil_wood_03.mdl"
|
|
"mindxlevel" "0"
|
|
"MinAnimTime" "5"
|
|
"maxdxlevel" "0"
|
|
"MaxAnimTime" "10"
|
|
"fadescale" "1"
|
|
"fademindist" "5000"
|
|
"fademaxdist" "5200"
|
|
"ExplodeRadius" "0"
|
|
"ExplodeDamage" "0"
|
|
"disableshadows" "1"
|
|
"disablereceiveshadows" "1"
|
|
"DisableBoneFollowers" "1"
|
|
"modelscale" "1"
|
|
"body" "0"
|
|
"angles" "0 0 0"
|
|
"classname" "prop_dynamic"
|
|
}
|
|
filter:
|
|
{
|
|
"origin" "3391 3075 -5427"
|
|
"targetname" "sprite_arrow_1"
|
|
"classname" "env_sprite"
|
|
}
|
|
add:
|
|
{
|
|
"model" "*313"
|
|
"classname" "func_physbox_multiplayer"
|
|
"targetname" "Stripper_Stage_2_left_arrow"
|
|
"origin" "3391 3075 -5427"
|
|
"spawnflags" "41985"
|
|
"angles" "0 90 0"
|
|
}
|
|
;------------------
|
|
;FIX STAGE 2 RIGHT
|
|
;------------------
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "5471 -1889.43 -5481"
|
|
"targetname" "info_teleport_hummans_side3"
|
|
"classname" "info_teleport_destination"
|
|
}
|
|
replace:
|
|
{
|
|
"angles" "0 315 0"
|
|
"origin" "4928 -2688 -5480"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "4627 -2164 -5481"
|
|
"targetname" "info_teleport_zombie_side3"
|
|
"classname" "info_teleport_destination"
|
|
}
|
|
replace:
|
|
{
|
|
"angles" "0 90 0"
|
|
"origin" "5760 -4288 -5480"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "6266 -1890.18 -5483"
|
|
"targetname" "teleport_za_barikady"
|
|
"classname" "info_teleport_destination"
|
|
}
|
|
replace:
|
|
{
|
|
"origin" "5440 -1920 -5480"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"model" "*401"
|
|
"targetname" "za_barikady_teleport2"
|
|
"classname" "trigger_teleport"
|
|
}
|
|
replace:
|
|
{
|
|
"origin" "1154.5 -3164.5 -5851"
|
|
}
|
|
}
|
|
add:
|
|
{
|
|
"model" "*401"
|
|
"targetname" "za_barikady_teleport2"
|
|
"target" "teleport_za_barikady"
|
|
"StartDisabled" "1"
|
|
"spawnflags" "1"
|
|
"origin" "1879.5 -4146.5 -5851"
|
|
"classname" "trigger_teleport"
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"model" "*322"
|
|
"targetname" "trigger_end2_side_3"
|
|
"classname" "trigger_once"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Jump on the rocks***,60,-1"
|
|
"OnTrigger" "consola,Command,say **Mass teleport Zombies and AFK's in 10 sec!!**,61,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "sprite_def_4,Kill,,60,1"
|
|
"OnTrigger" "sprite_end_side_3,ShowSprite,,60,1"
|
|
"OnTrigger" "consola,Command,say ***Teleporting all AFK players and Zombies in 10 seconds!***,60,1"
|
|
"OnTrigger" "consola,Command,say ***Get on top of the rocks!***,85,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"model" "*326"
|
|
"targetname" "trigger_teleport_dumba_side3"
|
|
"classname" "trigger_once"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "sprite_end_side_3,ShowSprite,,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "sprite_def_4,ShowSprite,,0,1"
|
|
}
|
|
}
|
|
;-----------------
|
|
;FIX STAGE 3 BOSS
|
|
;-----------------
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "9400 -156.22 5157"
|
|
"targetname" "logika_attack_saruman"
|
|
"classname" "logic_case"
|
|
}
|
|
delete:
|
|
{
|
|
"OnCase05" "fire_attacK_sound,StopSound,,5,-1"
|
|
"OnCase05" "boss3,SetAnimation,batonangryidle1,5,-1"
|
|
"OnCase05" "case5_fire_attack,Stop,,5,-1"
|
|
"OnCase07" "boss3,SetAnimation,batonangryidle1,5,-1"
|
|
"OnCase07" "case5_fire_attack,Stop,,5,-1"
|
|
"OnCase07" "fire_attacK_sound,StopSound,,5,-1"
|
|
"OnCase06" "saruman_gravity_attack,Disable,,5,-1"
|
|
"OnCase06" "case6_gravity_partic4,Stop,,5,-1"
|
|
"OnCase06" "case6_gravity_partic3,Stop,,5,-1"
|
|
"OnCase06" "case6_gravity_partic2,Stop,,5,-1"
|
|
"OnCase06" "boss3,SetAnimation,batonangryidle1,5,-1"
|
|
"OnCase06" "case6_gravity_partic1,Stop,,5,-1"
|
|
"OnCase06" "spteampuff_attack_sound,StopSound,,5,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnCase05" "fire_attacK_sound,StopSound,,4,-1"
|
|
"OnCase05" "boss3,SetAnimation,batonangryidle1,4,-1"
|
|
"OnCase05" "case5_fire_attack,Stop,,4,-1"
|
|
"OnCase07" "boss3,SetAnimation,batonangryidle1,4,-1"
|
|
"OnCase07" "case5_fire_attack,Stop,,4,-1"
|
|
"OnCase07" "fire_attacK_sound,StopSound,,4,-1"
|
|
"OnCase06" "saruman_gravity_attack,Disable,,4.9,-1"
|
|
"OnCase06" "case6_gravity_partic4,Stop,,4.9,-1"
|
|
"OnCase06" "case6_gravity_partic3,Stop,,4.9,-1"
|
|
"OnCase06" "case6_gravity_partic2,Stop,,4.9,-1"
|
|
"OnCase06" "boss3,SetAnimation,batonangryidle1,4.9,-1"
|
|
"OnCase06" "case6_gravity_partic1,Stop,,4.9,-1"
|
|
"OnCase06" "spteampuff_attack_sound,StopSound,,4.9,-1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"model" "*513"
|
|
"origin" "9321 -72.5 4998.5"
|
|
"classname" "trigger_once"
|
|
}
|
|
replace:
|
|
{
|
|
"classname" "trigger_multiple"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "zombie_stay_stage3,Enable,,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"wait" "1"
|
|
"OnStartTouch" "zombie_stay_stage3,Enable,,0,1"
|
|
"OnStartTouch" "!activator,AddOutput,origin 8923 -11 3842,0,-1"
|
|
}
|
|
}
|
|
add:
|
|
{
|
|
"model" "*533"
|
|
"targetname" "stripper_fix_stuck"
|
|
"StartDisabled" "1"
|
|
"spawnflags" "1"
|
|
"origin" "9321 -72.5 4412"
|
|
"filtername" "humanos"
|
|
"classname" "trigger_multiple"
|
|
"wait" "1"
|
|
"OnStartTouch" "!activator,AddOutput,origin 9331 341 5104,0,-1"
|
|
"OnStartTouch" "!self,Kill,,0.05,1"
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "point_lvl3_templ"
|
|
"origin" "9129 1268.48 -1615"
|
|
"classname" "point_template"
|
|
}
|
|
insert:
|
|
{
|
|
"Template16" "stripper_fix_stuck"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "trigger_lvl3_6"
|
|
"origin" "9321 -72.5 5043.5"
|
|
"classname" "trigger_once"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "stripper_fix_stuck,Enable,,15,1"
|
|
"OnTrigger" "stripper_fix_stuck,Kill,,15.1,1"
|
|
}
|
|
}
|
|
add:
|
|
{
|
|
"model" "*529"
|
|
"targetname" "saruman_gravity_attack"
|
|
"StartDisabled" "1"
|
|
"spawnflags" "1"
|
|
"origin" "9351 -76 5227.5"
|
|
"filtername" "humanos"
|
|
"classname" "trigger_hurt"
|
|
"damagetype" "16384"
|
|
"damagemodel" "0"
|
|
"damagecap" "20"
|
|
"damage" "4"
|
|
"nodmgforce" "0"
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"model" "*505"
|
|
"targetname" "final_end_tel_z_saruman"
|
|
"classname" "trigger_teleport"
|
|
}
|
|
insert:
|
|
{
|
|
"OnStartTouch" "speedmod,ModifySpeed,1.12,0,-1"
|
|
"OnStartTouch" "!activator,AddOutput,rendermode 0,0,-1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "9461.67 -335 5215"
|
|
"targetname" "end_logica_stage3"
|
|
"classname" "logic_relay"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "final_end_tel_z_saruman,Enable,,3,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "crow_maker,Kill,,0,1"
|
|
"OnTrigger" "crow_model*,Kill,,2,1"
|
|
"OnTrigger" "final_end_tel_z_saruman,Enable,,2,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "end_stage3_t_z"
|
|
"classname" "info_teleport_destination"
|
|
}
|
|
replace:
|
|
{
|
|
"origin" "6976 -320 -5471"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"model" "*416"
|
|
"targetname" "newH_stage_1_cheap_6"
|
|
"classname" "trigger_hurt"
|
|
}
|
|
insert:
|
|
{
|
|
"filtername" "humanos"
|
|
}
|
|
}
|
|
;------------------------
|
|
;FIX STAGE 3 OVERDEFENSE
|
|
;------------------------
|
|
add:
|
|
{
|
|
"origin" "9300 1635.49 843"
|
|
"Template01" "stripper_fix_defense"
|
|
"targetname" "stripper_temp_defense"
|
|
"spawnflags" "2"
|
|
"classname" "point_template"
|
|
}
|
|
add:
|
|
{
|
|
"model" "*355"
|
|
"targetname" "stripper_fix_defense"
|
|
"classname" "func_physbox"
|
|
"origin" "9300 1635.49 843"
|
|
"spawnflags" "8715265"
|
|
"rendermode" "10"
|
|
"disablereceiveshadows" "1"
|
|
"disableshadows" "1"
|
|
"angles" "0 0 0"
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "trigger_to_start_lvl3_gate"
|
|
"origin" "8267.5 -436 -5165"
|
|
"classname" "trigger_teleport"
|
|
}
|
|
insert:
|
|
{
|
|
"OnStartTouch" "stripper_temp_defense,AddOutput,origin 8888.47 1001.54 -1348,0,1"
|
|
"OnStartTouch" "stripper_temp_defense,AddOutput,angles 0 225 0,0,1"
|
|
"OnStartTouch" "stripper_temp_defense,ForceSpawn,,0.01,1"
|
|
"OnStartTouch" "stripper_temp_defense,AddOutput,origin 8747.47 868.54 -1348,0.02,1"
|
|
"OnStartTouch" "stripper_temp_defense,ForceSpawn,,0.03,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"model" "*581"
|
|
"origin" "9166.16 1301.95 -775"
|
|
"classname" "trigger_once"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "stripper_fix_defense,Kill,,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"model" "*541"
|
|
"origin" "9345 1206.5 791.48"
|
|
"classname" "trigger_once"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "stripper_temp_defense,AddOutput,origin 9300 1635.49 843,19.99,1"
|
|
"OnTrigger" "stripper_temp_defense,AddOutput,angles 0 90 0,19.99,1"
|
|
"OnTrigger" "stripper_temp_defense,ForceSpawn,,20,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"model" "*564"
|
|
"origin" "9337.5 1883.5 1307.04"
|
|
"classname" "trigger_once"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "stripper_fix_defense,Kill,,0,1"
|
|
}
|
|
}
|
|
;-----------------
|
|
;FIX STAGE 3 GRID
|
|
;-----------------
|
|
add:
|
|
{
|
|
"model" "*496"
|
|
"targetname" "stripper_fix_grid"
|
|
"classname" "func_physbox"
|
|
"origin" "9282 -277 3251.8"
|
|
"spawnflags" "41985"
|
|
"rendermode" "10"
|
|
"disablereceiveshadows" "1"
|
|
"disableshadows" "1"
|
|
"angles" "0 295.5 0"
|
|
}
|
|
;-------------------
|
|
;FIX STAGE 3 SAURON
|
|
;-------------------
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "trigger_oko_sauron"
|
|
"classname" "trigger_once"
|
|
}
|
|
insert:
|
|
{
|
|
"filtername" "zombis"
|
|
}
|
|
}
|
|
;-----------
|
|
;FIX GOLLUM
|
|
;-----------
|
|
filter:
|
|
{
|
|
"model" "*610"
|
|
"origin" "4141.5 11960.5 7302.22"
|
|
"classname" "trigger_once"
|
|
}
|
|
;-----------------
|
|
;FIX STAGE SYSTEM
|
|
;-----------------
|
|
filter:
|
|
{
|
|
"targetname" "all_levels"
|
|
}
|
|
filter:
|
|
{
|
|
"model" "models/props/cs_italy/bananna.mdl"
|
|
"classname" "prop_physics_override"
|
|
}
|
|
filter:
|
|
{
|
|
"targetname" "trigger_warmup"
|
|
}
|
|
filter:
|
|
{
|
|
"targetname" "warmup_trigger_start"
|
|
}
|
|
filter:
|
|
{
|
|
"targetname" "warmap_brush"
|
|
}
|
|
filter:
|
|
{
|
|
"model" "*174"
|
|
"origin" "3339 -215 2442.26"
|
|
"classname" "trigger_once"
|
|
}
|
|
filter:
|
|
{
|
|
"targetname" "level_1"
|
|
}
|
|
filter:
|
|
{
|
|
"targetname" "level_brush1"
|
|
}
|
|
filter:
|
|
{
|
|
"targetname" "level_brush2"
|
|
}
|
|
filter:
|
|
{
|
|
"model" "*173"
|
|
"origin" "3403 -215 2442.26"
|
|
"classname" "trigger_once"
|
|
}
|
|
filter:
|
|
{
|
|
"targetname" "level_2"
|
|
}
|
|
filter:
|
|
{
|
|
"targetname" "level_brush3"
|
|
}
|
|
filter:
|
|
{
|
|
"targetname" "level_3"
|
|
}
|
|
filter:
|
|
{
|
|
"model" "*229"
|
|
"origin" "3467 -215 2442.26"
|
|
"classname" "trigger_once"
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "2576.08 11928 7325.77"
|
|
"classname" "logic_auto"
|
|
}
|
|
delete:
|
|
{
|
|
"OnNewGame" "brush_teleport_ends_sides,Disable,,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnNewGame" "player,AddOutput,max_health 100,0,1"
|
|
"OnNewGame" "consola,Command,zr_classes_overlay_toggle 0,0,1"
|
|
"OnNewGame" "consola,Command,zr_classes_overlay_togglecmds none,0,1"
|
|
"OnNewGame" "worldspawn,FireUser1,,0,1"
|
|
"OnNewGame" "Level_Counter,GetValue,,0.02,1"
|
|
"OnNewGame" "consola,Command,say ***Map by Limon / Fixed by Noctali***,1,1"
|
|
"OnNewGame" "consola,Command,say ***Grammar errors fixed by Sombrero raper***,1.5,1"
|
|
"OnNewGame" "thanks,Display,,3,1"
|
|
"OnNewGame" "thanks2,Display,,6,1"
|
|
"OnNewGame" "thanks3,Display,,9,1"
|
|
}
|
|
}
|
|
add:
|
|
{
|
|
"classname" "math_counter"
|
|
"origin" "13400 -1941 12520"
|
|
"targetname" "Level_Counter"
|
|
"startvalue" "1"
|
|
"StartDisabled" "0"
|
|
"min" "1"
|
|
"max" "4"
|
|
"OnGetValue" "!self,Kill,,0,1"
|
|
"OnGetValue" "Level_Case,InValue,,0,1"
|
|
}
|
|
add:
|
|
{
|
|
"classname" "logic_case"
|
|
"targetname" "Level_Case"
|
|
"origin" "13400 -1941 12520"
|
|
"Case01" "1"
|
|
"Case02" "2"
|
|
"Case03" "3"
|
|
"Case04" "4"
|
|
"OnDefault" "consola,Command,say ** There is an error in the level system **,0,1"
|
|
"OnCase01" "!self,Kill,,0,1"
|
|
"OnCase01" "consola,Command,say ***Warm up round - Waiting for players to join***,0,1"
|
|
"OnCase01" "consola,Command,say ***Warm up round on going - waiting for players to join!***,1,1"
|
|
"OnCase01" "consola,Command,say ***Stage 1 will start in 45 seconds!***,2,1"
|
|
"OnCase01" "consola,Command,say ***Zombies will be teleported out of the Spawn Zone in 7 seconds!***,3,1"
|
|
"OnCase01" "consola,Command,say ***Warm up round on going - waiting for players to join!***,,5,1"
|
|
"OnCase01" "consola,Command,say ***Warm up round on going - waiting for players to join!***,,6,1"
|
|
"OnCase01" "consola,Command,say ***Warm up round on going - waiting for players to join!***,,7,1"
|
|
"OnCase01" "consola,Command,say ***Stage 1 will start in 35 seconds!***,10,1"
|
|
"OnCase01" "consola,Command,say ***Warm up round on going - waiting for players to join!***,12,1"
|
|
"OnCase01" "consola,Command,say ***Stage 1 will start in 25 seconds!***,20,1"
|
|
"OnCase01" "consola,Command,say ***Warm up round on going - waiting for players to join!***,22,1"
|
|
"OnCase01" "consola,Command,say ***Stage 1 will start in 15 seconds!***,30,1"
|
|
"OnCase01" "consola,Command,say ***Warm up round on going - waiting for players to join!***,31,1"
|
|
"OnCase01" "consola,Command,say ***Stage 1 will start in 5 seconds!***,40,1"
|
|
"OnCase01" "consola,Command,say ***Warm up round is over. Game starting!***,44,1"
|
|
"OnCase01" "sky_eff_smoke,Kill,,0,1"
|
|
"OnCase01" "sky_eff_smoke2,Kill,,0,1"
|
|
"OnCase01" "trigger_zombie_room,Disable,,0,1"
|
|
"OnCase01" "kill_all_traps_stage3,Trigger,,0,1"
|
|
"OnCase01" "teleport_zombie_white_room,Enable,,7,1"
|
|
"OnCase01" "fade_spawn,Fade,,43,1"
|
|
"OnCase01" "consola,Command,mp_restartgame 1,44,1"
|
|
"OnCase01" "worldspawn,FireUser1,,0,1"
|
|
"OnCase01" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:1:0:1,0.02,1"
|
|
"OnCase01" "worldspawn,FireUser1,,22.98,1"
|
|
"OnCase01" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:2:0:1,23,1"
|
|
"OnCase02" "!self,Kill,,0,1"
|
|
"OnCase02" "consola,Command,say ***Current stage will begin in 15 seconds. Good luck and Have Fun!***,2,1"
|
|
"OnCase02" "consola,Command,say ***Zombies will be teleported out of the Spawn Zone in 7 seconds!***,3,1"
|
|
"OnCase02" "consola,Command,say ***Touch the Middle-Earth map in the middle to start playing!***,15,1"
|
|
"OnCase02" "kill_all_traps_stage3,Trigger,,0,1"
|
|
"OnCase02" "teleport_zombie_white_room,Enable,,7,1"
|
|
"OnCase02" "fade_spawn,Fade,,13,1"
|
|
"OnCase02" "env_lvl1_maker,ForceSpawn,,15,1"
|
|
"OnCase02" "spider_avatar,Enable,,15,1"
|
|
"OnCase02" "sky_eff_smoke2,Kill,,15,1"
|
|
"OnCase02" "sky_eff_smoke,Kill,,15,1"
|
|
"OnCase02" "lvl2_light,TurnOn,,15,1"
|
|
"OnCase02" "hummans_teleport_stage_1,Enable,,15,1"
|
|
"OnCase02" "zombies_teleport_stage_1,Enable,,15,1"
|
|
"OnCase02" "teleport_to_spider_char,Enable,,15,1"
|
|
"OnCase02" "forest_sound_all,StopSound,,15,1"
|
|
"OnCase02" "lvl2_music_3,PlaySound,,15,1"
|
|
"OnCase02" "wall_spider_fix,Toggle,,16,1"
|
|
"OnCase02" "consola,Command,say ***Stage 1 - The Mountainpass***,16,1"
|
|
"OnCase02" "consola,Command,say ***Teleporting AFK players to the caverns in 30 seconds!***,17,1"
|
|
"OnCase02" "afk_telp_1,Enable,,45,1"
|
|
"OnCase02" "worldspawn,FireUser1,,0,1"
|
|
"OnCase02" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:2:0:1,0.02,1"
|
|
"OnCase03" "!self,Kill,,0,1"
|
|
"OnCase03" "consola,Command,say ***Current stage will begin in 15 seconds. Good Luck and Have Fun!***,2,1"
|
|
"OnCase03" "consola,Command,say ***Zombies will be teleported out of the Spawn Zone in 7 seconds!***,3,1"
|
|
"OnCase03" "consola,Command,say ***Touch the Middle-Earth map in the middle to start playing!***,15,1"
|
|
"OnCase03" "kill_all_traps_stage3,Trigger,,0,1"
|
|
"OnCase03" "teleport_zombie_white_room,Enable,,7,1"
|
|
"OnCase03" "fade_spawn,Fade,,13,1"
|
|
"OnCase03" "hummans_teleport_stage_2,Enable,,15,1"
|
|
"OnCase03" "zombies_teleport_stage_2,Enable,,15,1"
|
|
"OnCase03" "sky_brush,Disable,,15,1"
|
|
"OnCase03" "sky_sbrush_1,Disable,,15,1"
|
|
"OnCase03" "sky_stone_brush,Disable,,15,1"
|
|
"OnCase03" "sky_trees,Disable,,15,1"
|
|
"OnCase03" "sky_trees_1,Disable,,15,1"
|
|
"OnCase03" "saruman_tower_model,Enable,,15,1"
|
|
"OnCase03" "sky_stone_brush2,Disable,,15,1"
|
|
"OnCase03" "sky_towers_1223,Disable,,15,1"
|
|
"OnCase03" "teleport_to_ent_char,Enable,,15,1"
|
|
"OnCase03" "forest_sound_all,PlaySound,,15,1"
|
|
"OnCase03" "env_lvl2_start_maker,ForceSpawn,,15,1"
|
|
"OnCase03" "ent_avatar,Enable,,15,1"
|
|
"OnCase03" "lvl2_frodo_anim,Kill,,15,1"
|
|
"OnCase03" "lvl2_frodo,Kill,,15,1"
|
|
"OnCase03" "lvl2_frodo_path,Kill,,15,1"
|
|
"OnCase03" "lvl2_frodo_path525,Kill,,15,1"
|
|
"OnCase03" "lvl2_frodo_path6,Kill,,15,1"
|
|
"OnCase03" "lvl2_frodo_path8,Kill,,15,1"
|
|
"OnCase03" "wall_stshe525,Kill,,15,1"
|
|
"OnCase03" "sky_box_mountain_lvl1,Disable,,15,1"
|
|
"OnCase03" "consola,Command,say ***Stage 2 - The Trenches of Isengard***,16,1"
|
|
"OnCase03" "consola,Command,say ***Teleporting AFK players to the forest in 30 seconds***,17,1"
|
|
"OnCase03" "afk_telp_2,Enable,,45,1"
|
|
"OnCase03" "worldspawn,FireUser1,,0,1"
|
|
"OnCase03" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:3:0:1,0.02,1"
|
|
"OnCase04" "!self,Kill,,0,1"
|
|
"OnCase04" "consola,Command,say ***Current stage will begin in 15 seconds. Good luck and Have Fun!***,2,1"
|
|
"OnCase04" "consola,Command,say ***Zombies will be teleported out of the Spawn Zone in 7 seconds!***,3,1"
|
|
"OnCase04" "consola,Command,say ***Touch the Middle-Earth map in the middle to start playing!***,15,1"
|
|
"OnCase04" "water_lvl_izengard,Open,,0,1"
|
|
"OnCase04" "skywater_2,Open,,0,1"
|
|
"OnCase04" "skywater,Open,,0,1"
|
|
"OnCase04" "sky_brush,Disable,,0,1"
|
|
"OnCase04" "sky_towers_1223,Disable,,0,1"
|
|
"OnCase04" "ents_3stage_start,Enable,,0,1"
|
|
"OnCase04" "trigger_off,Kill,,0,1"
|
|
"OnCase04" "most,Kill,,0,1"
|
|
"OnCase04" "br1,Kill,,0,1"
|
|
"OnCase04" "br5,Kill,,0,1"
|
|
"OnCase04" "teleport_to_gandalf,Enable,,0,1"
|
|
"OnCase04" "gandalf_stage3_start,Enable,,0,1"
|
|
"OnCase04" "env_maker_gandalf,ForceSpawn,,0,1"
|
|
"OnCase04" "teleport_zombie_white_room,Enable,,7,1"
|
|
"OnCase04" "fade_spawn,Fade,,13,1"
|
|
"OnCase04" "sky_sbrush_1,Enable,,15,1"
|
|
"OnCase04" "sky_stone_brush,Enable,,15,1"
|
|
"OnCase04" "sky_trees,Enable,,15,1"
|
|
"OnCase04" "sky_trees_1,Enable,,15,1"
|
|
"OnCase04" "sky_platina_break,Kill,,15,1"
|
|
"OnCase04" "sky_platina_motiv,Kill,,15,1"
|
|
"OnCase04" "sky_eff_smoke2,TurnOn,,15,1"
|
|
"OnCase04" "sky_stone_brush2,Enable,,15,1"
|
|
"OnCase04" "stage_3_music,PlaySound,,15,1"
|
|
"OnCase04" "sky_stone_break,Break,,15,1"
|
|
"OnCase04" "clound_stage3_2,Enable,,15,1"
|
|
"OnCase04" "clound_stage3_1,Enable,,15,1"
|
|
"OnCase04" "phys_stone_motiv,Kill,,15,1"
|
|
"OnCase04" "stone_break_isengard,Kill,,15,1"
|
|
"OnCase04" "clound_stage3_3,Disable,,15,1"
|
|
"OnCase04" "env_lvl3_maker,ForceSpawn,,15,1"
|
|
"OnCase04" "wall_start_3Level,Toggle,,15,1"
|
|
"OnCase04" "br1,Kill,,15,1"
|
|
"OnCase04" "br2,Kill,,15,1"
|
|
"OnCase04" "br4,Kill,,15,1"
|
|
"OnCase04" "W_Sprite,ShowSprite,,15,1"
|
|
"OnCase04" "sky_box_mountain_lvl1,Disable,,15,1"
|
|
"OnCase04" "hummans_teleport_stage_3,Enable,,16,1"
|
|
"OnCase04" "zombies_teleport_stage_3,Enable,,16,1"
|
|
"OnCase04" "consola,Command,say ***Stage 3 - Saruman's Tower***,16,1"
|
|
"OnCase04" "consola,Command,say ***Teleporting AFK players inside Saruman's Tower in 35 seconds!***,17,1"
|
|
"OnCase04" "telep_afk_lvl3_start,Enable,,50,1"
|
|
"OnCase04" "afk_telp_3,Enable,,50,1"
|
|
"OnCase04" "worldspawn,FireUser1,,0,1"
|
|
"OnCase04" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:4:0:1,0.02,1"
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "trigger_end_stage2_tower3"
|
|
"classname" "trigger_once"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "level_brush3,Disable,,1,-1"
|
|
"OnTrigger" "all_levels,Trigger,,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "worldspawn,FireUser1,,0.98,1"
|
|
"OnTrigger" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:4:0:1,1,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"model" "*461"
|
|
"targetname" "trigger_end_stage2_tower"
|
|
"origin" "7097 233 -4910"
|
|
"classname" "trigger_once"
|
|
}
|
|
replace:
|
|
{
|
|
"classname" "trigger_multiple"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "level_brush3,Disable,,1,-1"
|
|
"OnTrigger" "all_levels,Trigger,,0,-1"
|
|
"OnTrigger" "final_hurt,Enable,,4,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"wait" "1"
|
|
"OnStartTouch" "!self,Disable,,0,1"
|
|
"OnStartTouch" "!self,FireUser1,,0,1"
|
|
"OnUser1" "worldspawn,FireUser1,,0.98,1"
|
|
"OnUser1" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:4:0:1,1,1"
|
|
"OnUser1" "final_hurt,Enable,,4,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"model" "*462"
|
|
"targetname" "trigger_end_stage2_tower"
|
|
"origin" "7233 -1128 -4910"
|
|
"classname" "trigger_once"
|
|
}
|
|
replace:
|
|
{
|
|
"classname" "trigger_multiple"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "level_brush3,Disable,,1,-1"
|
|
"OnTrigger" "all_levels,Trigger,,0,-1"
|
|
"OnTrigger" "final_hurt,Enable,,4,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"wait" "1"
|
|
"OnStartTouch" "!self,Disable,,0,1"
|
|
"OnStartTouch" "trigger_end_stage2_tower,FireUser1,,0,1"
|
|
}
|
|
}
|
|
;------------
|
|
;FIX CREDITS
|
|
;------------
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "thanks"
|
|
}
|
|
replace:
|
|
{
|
|
"classname" "game_text"
|
|
}
|
|
insert:
|
|
{
|
|
"holdtime" "3.1"
|
|
"fxtime" "0"
|
|
"fadeout" "0.9"
|
|
"fadein" "0"
|
|
"effect" "2"
|
|
"color2" "128 255 255"
|
|
"color" "0 255 255"
|
|
"channel" "4"
|
|
"y" ".25"
|
|
"x" ".05"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "thanks2"
|
|
}
|
|
replace:
|
|
{
|
|
"classname" "game_text"
|
|
}
|
|
insert:
|
|
{
|
|
"holdtime" "3.1"
|
|
"fxtime" "0"
|
|
"fadeout" "0.9"
|
|
"fadein" "0"
|
|
"effect" "2"
|
|
"color2" "128 255 255"
|
|
"color" "0 255 255"
|
|
"channel" "4"
|
|
"y" ".25"
|
|
"x" ".05"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "thanks3"
|
|
}
|
|
replace:
|
|
{
|
|
"classname" "game_text"
|
|
}
|
|
insert:
|
|
{
|
|
"holdtime" "3.1"
|
|
"fxtime" "0"
|
|
"fadeout" "0.9"
|
|
"fadein" "0"
|
|
"effect" "2"
|
|
"color2" "128 255 255"
|
|
"color" "0 255 255"
|
|
"channel" "4"
|
|
"y" ".25"
|
|
"x" ".05"
|
|
}
|
|
}
|
|
;---------
|
|
;FIX HEAL
|
|
;---------
|
|
filter:
|
|
{
|
|
"targetname" "heal_kit"
|
|
"origin" "8942.5 -11 3841.44"
|
|
"classname" "func_physbox_multiplayer"
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "healtrigger"
|
|
"origin" "8923 -11 3842"
|
|
"classname" "trigger_multiple"
|
|
}
|
|
replace:
|
|
{
|
|
"classname" "trigger_hurt"
|
|
}
|
|
delete:
|
|
{
|
|
"wait" "1"
|
|
"OnStartTouch" "!activator,AddOutput,health 150,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"damage" "-500"
|
|
"damagecap" 20"
|
|
"damagemodel" "0"
|
|
"damagetype" "0"
|
|
"nodmgforce" "0"
|
|
"OnStartTouch" "!activator,AddOutput,max_health 150,0,-1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "8917 -89 3812"
|
|
"targetname" "heal_filter"
|
|
"classname" "filter_activator_name"
|
|
}
|
|
delete:
|
|
{
|
|
"OnPass" "brushbast,Kill,,5,1"
|
|
"OnPass" "heal_part,Kill,,5,1"
|
|
"OnPass" "healtrigger,Kill,,5,1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnPass" "!self,Kill,,0,1"
|
|
"OnPass" "brushbast,Kill,,6,1"
|
|
"OnPass" "heal_part,Kill,,6,1"
|
|
"OnPass" "healtrigger,Kill,,6,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "8925.27 15.57 3853.8"
|
|
"targetname" "brushbast"
|
|
"classname" "func_movelinear"
|
|
}
|
|
replace:
|
|
{
|
|
"origin" "8956.75 9.34 3853.8"
|
|
}
|
|
insert:
|
|
{
|
|
"angles" "0 90 0"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "8916 -13 3828"
|
|
"targetname" "elite_heal"
|
|
"classname" "weapon_elite"
|
|
}
|
|
insert:
|
|
{
|
|
"OnPlayerPickup" "heal_model,Kill,,0,1"
|
|
}
|
|
}
|
|
add:
|
|
{
|
|
"origin" "8923 -11 3790"
|
|
"targetname" "heal_model"
|
|
"spawnflags" "0"
|
|
"solid" "0"
|
|
"skin" "0"
|
|
"rendermode" "0"
|
|
"renderfx" "0"
|
|
"rendercolor" "255 255 255"
|
|
"renderamt" "255"
|
|
"RandomAnimation" "0"
|
|
"pressuredelay" "0"
|
|
"PerformanceMode" "0"
|
|
"model" "models/effects/vol_light256x512.mdl"
|
|
"mindxlevel" "0"
|
|
"MinAnimTime" "5"
|
|
"maxdxlevel" "0"
|
|
"MaxAnimTime" "10"
|
|
"fadescale" "1"
|
|
"fademindist" "-1"
|
|
"fademaxdist" "0"
|
|
"ExplodeRadius" "0"
|
|
"ExplodeDamage" "0"
|
|
"disableshadows" "1"
|
|
"disablereceiveshadows" "1"
|
|
"DisableBoneFollowers" "1"
|
|
"modelscale" "0.3"
|
|
"body" "0"
|
|
"angles" "180 0 0"
|
|
"classname" "prop_dynamic"
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "8923 -11 3831"
|
|
"targetname" "heal_tele"
|
|
"classname" "point_template"
|
|
}
|
|
replace:
|
|
{
|
|
"spawnflags" "0"
|
|
"Template01" "heal_filter"
|
|
"Template07" "heal_model"
|
|
}
|
|
}
|
|
;--------
|
|
;FIX ENT
|
|
;--------
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "-8001.47 -6109 -11655"
|
|
"targetname" "ent_counter"
|
|
"classname" "math_counter"
|
|
}
|
|
delete:
|
|
{
|
|
"OnHitMax" "teleport_to_ent_char,Disable,,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnHitMax" "!self,Kill,,0,1"
|
|
"OnHitMax" "teleport_to_ent_char,Kill,,0,1"
|
|
"OnHitMax" "ent_maker,Kill,,0,1"
|
|
"OnHitMax" "ent_template,Kill,,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "-9531.5 -493 -4973.5"
|
|
"targetname" "teleport_to_ent_char"
|
|
"classname" "trigger_teleport"
|
|
}
|
|
insert:
|
|
{
|
|
"OnStartTouch" "!activator,AddOutput,origin -8328.47 -5935 -11719,0,-1"
|
|
"OnStartTouch" "speedmod,ModifySpeed,0,0,-1"
|
|
"OnStartTouch" "speedmod,ModifySpeed,1,2,-1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "-8328.47 -5935 -11719"
|
|
"targetname" "doh_knife"
|
|
"classname" "weapon_knife"
|
|
}
|
|
delete:
|
|
{
|
|
"OnPlayerPickup" "!activator,SetDamageFilter,filter_t_no,0,-1"
|
|
"OnPlayerPickup" "attack_help_ents,ShowHudHint,,1,-1"
|
|
"OnPlayerPickup" "attack_help_ents,HideHudHint,,15,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnPlayerPickup" "!activator,SetDamageFilter,Filter_Zombies+Fall_Ignore,0,1"
|
|
"OnPlayerPickup" "doh_phbox,FireUser1,,0,1"
|
|
"OnPlayerPickup" "speedmod,ModifySpeed,1.02,3,1"
|
|
"OnPlayerPickup" "speedmod,ModifySpeed,1.02,3,1"
|
|
"OnPlayerPickup" "attack_help_ents,Kill,,5,1"
|
|
"OnPlayerPickup" "!self,FireUser1,,0,1"
|
|
"OnUser1" "attack_help_ents,ShowHudHint,,0,50"
|
|
"OnUser1" "!self,FireUser1,,0.1,50"
|
|
}
|
|
}
|
|
filter:
|
|
{
|
|
"origin" "-8328.47 -5935 -11735"
|
|
"targetname" "ent_char"
|
|
"classname" "info_teleport_destination"
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"model" "*418"
|
|
"targetname" "doh_phbox"
|
|
"classname" "func_physbox_multiplayer"
|
|
}
|
|
delete:
|
|
{
|
|
"OnBreak" "doh_ui,Deactivate,,0,-1"
|
|
"OnBreak" "ent_model,SetAnimation,dead,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnBreak" "doh_ui,Kill,,0,1"
|
|
"OnBreak" "rocket_filter_rocket,Kill,,0,1"
|
|
"OnBreak" "ent_attack1_shake,Kill,,0,1"
|
|
"OnBreak" "turret_maker,Kill,,0,1"
|
|
"OnBreak" "turret_max_rocket,Kill,,0,1"
|
|
"OnBreak" "ent_ydar_partic,Kill,,0,1"
|
|
"OnBreak" "ent_sprite_button,Kill,,0,1"
|
|
"OnBreak" "fire_ent_trigger,Kill,,2,1"
|
|
"OnBreak" "fire_ent_partic,Kill,,2,1"
|
|
"OnBreak" "ent_animation_counter,Kill,,0,1"
|
|
"OnBreak" "ent_animation_relay,Kill,,0,1"
|
|
"OnBreak" "ent_animation_branch_1,Kill,,0,1"
|
|
"OnBreak" "ent_animation_branch_2,Kill,,0,1"
|
|
"OnBreak" "ent_animation_compare,Kill,,0,1"
|
|
"OnBreak" "ent_model,SetAnimation,dead,0.01,1"
|
|
"OnUser1" "doh_relay,CancelPending,,0,-1"
|
|
"OnUser1" "doh_relay,Trigger,,0.05,-1"
|
|
"OnUser1" "!self,FireUser1,,0.1,-1"
|
|
}
|
|
}
|
|
filter:
|
|
{
|
|
"model" "*419"
|
|
"targetname" "doh_dead"
|
|
"classname" "trigger_hurt"
|
|
}
|
|
add:
|
|
{
|
|
"classname" "logic_relay"
|
|
"targetname" "doh_relay"
|
|
"spawnflags" "0"
|
|
"StartDisabled" "0"
|
|
"OnTrigger" "!activator,SetDamageFilter,Filter_Zombies+Fall_Ignore,0,-1"
|
|
"OnTrigger" "!self,FireUser1,,0.1,-1"
|
|
"OnUser1" "!self,Kill,,0,1"
|
|
"OnUser1" "!activator,SetDamageFilter,,0,1"
|
|
"OnUser1" "!activator,SetHealth,0.01,0,1"
|
|
"OnUser1" "doh_ui,Kill,,0,1"
|
|
"OnUser1" "rocket_filter_rocket,Kill,,0,1"
|
|
"OnUser1" "ent_attack1_shake,Kill,,0,1"
|
|
"OnUser1" "turret_maker,Kill,,0,1"
|
|
"OnUser1" "turret_max_rocket,Kill,,0,1"
|
|
"OnUser1" "ent_ydar_partic,Kill,,0,1"
|
|
"OnUser1" "ent_sprite_button,Kill,,0,1"
|
|
"OnUser1" "fire_ent_trigger,Kill,,2,1"
|
|
"OnUser1" "fire_ent_partic,Kill,,2,1"
|
|
"OnUser1" "ent_animation_counter,Kill,,0,1"
|
|
"OnUser1" "ent_animation_relay,Kill,,0,1"
|
|
"OnUser1" "ent_animation_branch_1,Kill,,0,1"
|
|
"OnUser1" "ent_animation_branch_2,Kill,,0,1"
|
|
"OnUser1" "ent_animation_compare,Kill,,0,1"
|
|
"OnUser1" "ent_model,Kill,,0,1"
|
|
"OnUser1" "attack1,Kill,,0,1"
|
|
"OnUser1" "attack2,Kill,,0,1"
|
|
"OnUser1" "ent_push4,Kill,,0,1"
|
|
"OnUser1" "ent_counter,Subtract,1,0,1"
|
|
"OnUser1" "turret_button,Kill,,0,1"
|
|
"OnUser1" "turret_rocket_relay,Kill,,0,1"
|
|
"OnUser1" "sound_attacK_rock,Kill,,0,1"
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "-8189.69 -5958 -11595"
|
|
"targetname" "turret_max_rocket"
|
|
"classname" "math_counter"
|
|
}
|
|
insert:
|
|
{
|
|
"OnHitMax" "!self,Kill,,0,1"
|
|
"OnHitMax" "turret_maker,Kill,,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "-8189.47 -6094 -11708"
|
|
"targetname" "doh_ui"
|
|
"classname" "game_ui"
|
|
}
|
|
delete:
|
|
{
|
|
"UnpressedBack" "ent_model,SetAnimation,idle,0,-1"
|
|
"UnpressedForward" "ent_model,SetAnimation,idle,0,-1"
|
|
"PressedForward" "ent_model,SetAnimation,run,0,-1"
|
|
"PressedMoveLeft" "ent_model,SetAnimation,run,0,-1"
|
|
"PressedMoveRight" "ent_model,SetAnimation,run,0,-1"
|
|
"PressedBack" "ent_model,SetAnimation,run,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"PressedForward" "ent_animation_counter,Add,1,0,-1"
|
|
"PressedMoveLeft" "ent_animation_counter,Add,1,0,-1"
|
|
"PressedMoveRight" "ent_animation_counter,Add,1,0,-1"
|
|
"PressedBack" "ent_animation_counter,Add,1,0,-1"
|
|
"UnpressedForward" "ent_animation_counter,Subtract,1,0,-1"
|
|
"UnpressedMoveLeft" "ent_animation_counter,Subtract,1,0,-1"
|
|
"UnpressedMoveRight" "ent_animation_counter,Subtract,1,0,-1"
|
|
"UnpressedBack" "ent_animation_counter,Subtract,1,0,-1"
|
|
"PressedForward" "ent_animation_relay,Trigger,,0,-1"
|
|
"PressedMoveLeft" "ent_animation_relay,Trigger,,0,-1"
|
|
"PressedMoveRight" "ent_animation_relay,Trigger,,0,-1"
|
|
"PressedBack" "ent_animation_relay,Trigger,,0,-1"
|
|
}
|
|
}
|
|
add:
|
|
{
|
|
"classname" "math_counter"
|
|
"targetname" "ent_animation_counter"
|
|
"min" "0"
|
|
"max" "4"
|
|
"StartDisabled" "0"
|
|
"startvalue" "0"
|
|
"OnGetValue" "ent_animation_compare,SetValueCompare,,0,-1"
|
|
"OnHitMin" "ent_animation_branch_1,Test,,0,-1"
|
|
"OnHitMin" "ent_animation_relay,Enable,,0,-1"
|
|
}
|
|
add:
|
|
{
|
|
"classname" "logic_relay"
|
|
"targetname" "ent_animation_relay"
|
|
"spawnflags" "0"
|
|
"StartDisabled" "0"
|
|
"OnTrigger" "!self,Disable,,0,-1"
|
|
"OnTrigger" "ent_animation_branch_2,Test,,0,-1"
|
|
}
|
|
add:
|
|
{
|
|
"classname" "logic_branch"
|
|
"InitialValue" "1"
|
|
"targetname" "ent_animation_branch_1"
|
|
"OnTrue" "ent_model,SetAnimation,idle,0,-1"
|
|
"OnTrue" "ent_model,SetDefaultAnimation,idle,0,-1"
|
|
}
|
|
add:
|
|
{
|
|
"classname" "logic_branch"
|
|
"InitialValue" "1"
|
|
"targetname" "ent_animation_branch_2"
|
|
"OnTrue" "ent_model,SetAnimation,run,0,-1"
|
|
"OnTrue" "ent_model,SetDefaultAnimation,run,0,-1"
|
|
}
|
|
add:
|
|
{
|
|
"classname" "logic_compare"
|
|
"InitialValue" "0"
|
|
"CompareValue" "0"
|
|
"targetname" "ent_animation_compare"
|
|
"OnEqualTo" "ent_model,SetAnimation,idle,0,-1"
|
|
"OnEqualTo" "ent_model,SetDefaultAnimation,idle,0,-1"
|
|
"OnNotEqualTo" "ent_model,SetAnimation,run,0,-1"
|
|
"OnNotEqualTo" "ent_model,SetDefaultAnimation,run,0,-1"
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "-8212 -6094 -11738"
|
|
"targetname" "attack1"
|
|
"classname" "logic_relay"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "ent_model,SetAnimation,attack1,0,-1"
|
|
"OnTrigger" "!self,Disable,,0,-1"
|
|
"OnTrigger" "!self,Enable,,30,-1"
|
|
"OnTrigger" "ent_push4,Enable,,0.3,-1"
|
|
"OnTrigger" "ent_attack1_shake,StartShake,,0.55,-1"
|
|
"OnTrigger" "ent_ydar_partic,Start,,0.5,-1"
|
|
"OnTrigger" "ent_ydar_partic,Stop,,3.4,-1"
|
|
"OnTrigger" "ent_push4,Disable,,2.5,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "!self,FireUser1,,0,1"
|
|
"OnUser1" "ent_model,SetAnimation,attack1,0,-1"
|
|
"OnUser1" "ent_push4,Enable,,0.3,-1"
|
|
"OnUser1" "ent_attack1_shake,StartShake,,0.55,-1"
|
|
"OnUser1" "ent_ydar_partic,Start,,0.5,-1"
|
|
"OnUser1" "ent_ydar_partic,Stop,,3.4,-1"
|
|
"OnUser1" "ent_push4,Disable,,2.5,-1"
|
|
"OnUser1" "turret_button,Lock,,0,-1"
|
|
"OnUser1" "ent_animation_branch_1,Toggle,,0,-1"
|
|
"OnUser1" "ent_animation_branch_2,Toggle,,0,-1"
|
|
"OnUser1" "ent_animation_branch_1,Toggle,,3.19,-1"
|
|
"OnUser1" "ent_animation_branch_2,Toggle,,3.19,-1"
|
|
"OnUser1" "ent_animation_counter,GetValue,,3.2,-1"
|
|
"OnUser1" "turret_button,Unlock,,3.5,-1"
|
|
"OnUser1" "!self,AddOutput,OnTrigger !self:FireUser1::0:1,30,-1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "-8189.69 -5958 -11621"
|
|
"targetname" "turret_rocket_relay"
|
|
"classname" "logic_relay"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "ent_sprite_button,ShowSprite,,19.75,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "attack1,Disable,,0,-1"
|
|
"OnTrigger" "ent_animation_branch_1,Toggle,,0,-1"
|
|
"OnTrigger" "ent_animation_branch_2,Toggle,,0,-1"
|
|
"OnTrigger" "ent_animation_branch_1,Toggle,,3.99,-1"
|
|
"OnTrigger" "ent_animation_branch_2,Toggle,,3.99,-1"
|
|
"OnTrigger" "ent_animation_counter,GetValue,,4,-1"
|
|
"OnTrigger" "attack1,Enable,,4.1,-1"
|
|
"OnTrigger" "ent_sprite_button,ShowSprite,,20,-1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"model" "*445"
|
|
"targetname" "turret_button"
|
|
"classname" "func_button"
|
|
}
|
|
replace:
|
|
{
|
|
"wait" "20"
|
|
}
|
|
delete:
|
|
{
|
|
"OnPressed" "turret_rocket_relay,Trigger,,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnPressed" "rocket_filter_rocket,TestActivator,,0,-1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "-8275.69 -5842 -11688"
|
|
"targetname" "rocket_filter_rocket"
|
|
"classname" "filter_activator_name"
|
|
}
|
|
insert:
|
|
{
|
|
"OnPass" "turret_rocket_relay,Trigger,,0,-1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "-7979.47 -6109 -11648"
|
|
"targetname" "ent_template"
|
|
"classname" "point_template"
|
|
}
|
|
replace:
|
|
{
|
|
"Template01" "doh_*"
|
|
"Template06" "rocket_filter_rocket"
|
|
"Template08" "attack_help_ents"
|
|
"Template09" "sound_attacK_rock"
|
|
"Template10" "fire_ent_*"
|
|
"Template11" "ent_animation_*"
|
|
}
|
|
}
|
|
;------------
|
|
;FIX GANDALF
|
|
;------------
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"model" "*441"
|
|
"origin" "-8911 -8402 -10158"
|
|
"classname" "trigger_teleport"
|
|
}
|
|
insert:
|
|
{
|
|
"OnStartTouch" "knifemaker,Use,,2,-1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "-8940.22 -8401.9 -9988"
|
|
"targetname" "item_gandalf_15"
|
|
"classname" "func_physbox_multiplayer"
|
|
}
|
|
replace:
|
|
{
|
|
"health" "100"
|
|
}
|
|
insert:
|
|
{
|
|
"OnBreak" "item_gandalf_5,Kill,,0,1"
|
|
"OnBreak" "attack1_gandalf,Kill,,0,1"
|
|
"OnBreak" "attack2_gandalf,Kill,,0,1"
|
|
"OnBreak" "case_random_gandalf,Kill,,0,1"
|
|
"OnBreak" "case_random_gandalf_hint,Kill,,0,1"
|
|
"OnBreak" "item_gandalf_die,Kill,,15,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "-8938.08 -8399.04 -9826"
|
|
"targetname" "template_gandalf"
|
|
"classname" "point_template"
|
|
}
|
|
replace:
|
|
{
|
|
"origin" "-8926.08 -8399.34 -9997.7"
|
|
"spawnflags" "0"
|
|
"Template04" "case_random_gandal*"
|
|
"Template11" "dalf_hint"
|
|
"Template16" "dalf_attack_cooldown"
|
|
}
|
|
delete:
|
|
{
|
|
"Template06" "item_gandalf_14"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "-8938.08 -8399.04 -9803"
|
|
"targetname" "env_maker_gandalf"
|
|
"classname" "env_entity_maker"
|
|
}
|
|
replace:
|
|
{
|
|
"origin" "-8926.08 -8399.34 -9997.7"
|
|
}
|
|
}
|
|
filter:
|
|
{
|
|
"origin" "-9025 -8376 -9933"
|
|
"targetname" "case_random_gandalf"
|
|
"classname" "logic_case"
|
|
}
|
|
filter:
|
|
{
|
|
"origin" "-9040 -8563.37 -10054"
|
|
"targetname" "hud_gandalf"
|
|
"classname" "env_hudhint"
|
|
}
|
|
filter:
|
|
{
|
|
"origin" "-9051.08 -8333.04 -9946"
|
|
"targetname" "item_gandalf_encender_luz"
|
|
"classname" "logic_relay"
|
|
}
|
|
filter:
|
|
{
|
|
"origin" "-8903.08 -8398.07 -9941.3"
|
|
"targetname" "item_gandalf_14"
|
|
"classname" "light_dynamic"
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "-8921.33 -8316.44 -10025"
|
|
"targetname" "item_gandalf_5"
|
|
"classname" "game_ui"
|
|
}
|
|
delete:
|
|
{
|
|
"PressedAttack2" "case_random_gandalf,PickRandom,,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"PressedAttack" "case_random_gandalf,Toggle,,0,-1"
|
|
"PressedAttack" "case_random_gandalf_hint,Toggle,,0,-1"
|
|
"PressedAttack" "case_random_gandalf_hint,Test,,0.01,-1"
|
|
"PressedAttack2" "case_random_gandalf,Test,,0,-1"
|
|
}
|
|
}
|
|
add:
|
|
{
|
|
"classname" "logic_branch"
|
|
"InitialValue" "0"
|
|
"targetname" "case_random_gandalf"
|
|
"OnTrue" "attack2_gandalf,Trigger,,0,-1"
|
|
"OnFalse" "attack1_gandalf,Trigger,,0,-1"
|
|
}
|
|
add:
|
|
{
|
|
"classname" "logic_branch"
|
|
"InitialValue" "0"
|
|
"targetname" "case_random_gandalf_hint"
|
|
"OnTrue" "dalf_hint,AddOutput,message Attack Selected > You Shall Not Pass,0,-1"
|
|
"OnTrue" "dalf_hint,Display,,0.01,-1"
|
|
"OnFalse" "dalf_hint,AddOutput,message Attack Selected > Light,0,-1"
|
|
"OnFalse" "dalf_hint,Display,,0.01,-1"
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "-9031.08 -8323.04 -9946"
|
|
"targetname" "attack1_gandalf"
|
|
"classname" "logic_relay"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "!self,Enable,,60,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "attack2_gandalf,Disable,,0,-1"
|
|
"OnTrigger" "dalf_attack_cooldown,FireUser1,,0,-1"
|
|
"OnTrigger" "attack2_gandalf,Enable,,75,-1"
|
|
"OnTrigger" "!self,Enable,,75,-1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "-9031.08 -8346.04 -9946"
|
|
"targetname" "attack2_gandalf"
|
|
"classname" "logic_relay"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "!self,Enable,,90,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "attack1_gandalf,Disable,,0,-1"
|
|
"OnTrigger" "dalf_attack_cooldown,FireUser1,,0,-1"
|
|
"OnTrigger" "attack1_gandalf,Enable,,75,-1"
|
|
"OnTrigger" "!self,Enable,,75,-1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "item_gandalf"
|
|
"classname" "weapon_knife"
|
|
}
|
|
delete:
|
|
{
|
|
"OnPlayerPickup" "item_gandalf_5,Activate,,0,-1"
|
|
"OnPlayerPickup" "hud_gandalf,ShowHudHint,,1,-1"
|
|
"OnPlayerPickup" "hud_gandalf,HideHudHint,,15,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnPlayerPickup" "speedmod,ModifySpeed,1.05,0,1"
|
|
"OnPlayerPickup" "speedmod,ModifySpeed,1.05,2,1"
|
|
"OnPlayerPickup" "dalf_hint,Display,,0,1"
|
|
"OnPlayerPickup" "dalf_hint,AddOutput,message Attack Selected > Light,5.5,1"
|
|
"OnPlayerPickup" "dalf_hint,AddOutput,holdtime 3,5.5,1"
|
|
"OnPlayerPickup" "dalf_attack_cooldown,Display,,5.51,1"
|
|
"OnPlayerPickup" "item_gandalf_5,Activate,,5.51,1"
|
|
"OnPlayerPickup" "!self,FireUser1,,5.51,1"
|
|
"OnUser1" "dalf_hint,Display,,0,-1"
|
|
"OnUser1" "dalf_attack_cooldown,Display,,0,-1"
|
|
"OnUser1" "!self,FireUser1,,2,-1"
|
|
}
|
|
}
|
|
add:
|
|
{
|
|
"origin" "8602.91 1086.96 12933.8"
|
|
"targetname" "dalf_hint"
|
|
"classname" "game_text"
|
|
"message" "LEFT CLICK = SELECT ATTACK & RIGHT CLICK = USE ATTACK"
|
|
"channel" "0"
|
|
"color" "0 255 255"
|
|
"color2" "128 255 255"
|
|
"effect" "0"
|
|
"fadein" "0"
|
|
"fadeout" "0"
|
|
"fxtime" "0.25"
|
|
"holdtime" "5"
|
|
"spawnflags" "0"
|
|
"x" "0.02"
|
|
"y" "0.25"
|
|
}
|
|
add:
|
|
{
|
|
"origin" "8602.91 1086.96 12933.8"
|
|
"targetname" "dalf_attack_cooldown"
|
|
"classname" "game_text"
|
|
"message" "Attack Ready !"
|
|
"channel" "1"
|
|
"color" "0 255 255"
|
|
"color2" "128 255 255"
|
|
"effect" "0"
|
|
"fadein" "0"
|
|
"fadeout" "0"
|
|
"fxtime" "0.25"
|
|
"holdtime" "3"
|
|
"spawnflags" "0"
|
|
"x" "0.02"
|
|
"y" "0.28"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 75s,0,-1"
|
|
"OnUser1" "!self,Display,,0.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 74s,1,-1"
|
|
"OnUser1" "!self,Display,,1.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 73s,2,-1"
|
|
"OnUser1" "!self,Display,,2.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 72s,3,-1"
|
|
"OnUser1" "!self,Display,,3.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 71s,4,-1"
|
|
"OnUser1" "!self,Display,,4.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 70s,5,-1"
|
|
"OnUser1" "!self,Display,,5.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 69s,6,-1"
|
|
"OnUser1" "!self,Display,,6.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 68s,7,-1"
|
|
"OnUser1" "!self,Display,,7.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 67s,8,-1"
|
|
"OnUser1" "!self,Display,,8.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 66s,9,-1"
|
|
"OnUser1" "!self,Display,,9.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 65s,10,-1"
|
|
"OnUser1" "!self,Display,,10.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 64s,11,-1"
|
|
"OnUser1" "!self,Display,,11.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 63s,12,-1"
|
|
"OnUser1" "!self,Display,,12.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 62s,13,-1"
|
|
"OnUser1" "!self,Display,,13.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 61s,14,-1"
|
|
"OnUser1" "!self,Display,,14.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 60s,15,-1"
|
|
"OnUser1" "!self,Display,,15.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 59s,16,-1"
|
|
"OnUser1" "!self,Display,,16.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 58s,17,-1"
|
|
"OnUser1" "!self,Display,,17.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 57s,18,-1"
|
|
"OnUser1" "!self,Display,,18.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 56s,19,-1"
|
|
"OnUser1" "!self,Display,,19.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 55s,20,-1"
|
|
"OnUser1" "!self,Display,,20.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 54s,21,-1"
|
|
"OnUser1" "!self,Display,,21.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 53s,22,-1"
|
|
"OnUser1" "!self,Display,,22.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 52s,23,-1"
|
|
"OnUser1" "!self,Display,,23.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 51s,24,-1"
|
|
"OnUser1" "!self,Display,,24.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 50s,25,-1"
|
|
"OnUser1" "!self,Display,,25.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 49s,26,-1"
|
|
"OnUser1" "!self,Display,,26.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 48s,27,-1"
|
|
"OnUser1" "!self,Display,,27.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 47s,28,-1"
|
|
"OnUser1" "!self,Display,,28.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 46s,29,-1"
|
|
"OnUser1" "!self,Display,,29.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 45s,30,-1"
|
|
"OnUser1" "!self,Display,,30.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 44s,31,-1"
|
|
"OnUser1" "!self,Display,,31.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 43s,32,-1"
|
|
"OnUser1" "!self,Display,,32.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 42s,33,-1"
|
|
"OnUser1" "!self,Display,,33.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 41s,34,-1"
|
|
"OnUser1" "!self,Display,,34.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 40s,35,-1"
|
|
"OnUser1" "!self,Display,,35.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 39s,36,-1"
|
|
"OnUser1" "!self,Display,,36.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 38s,37,-1"
|
|
"OnUser1" "!self,Display,,37.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 37s,38,-1"
|
|
"OnUser1" "!self,Display,,38.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 36s,39,-1"
|
|
"OnUser1" "!self,Display,,39.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 35s,40,-1"
|
|
"OnUser1" "!self,Display,,40.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 34s,41,-1"
|
|
"OnUser1" "!self,Display,,41.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 33s,42,-1"
|
|
"OnUser1" "!self,Display,,42.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 32s,43,-1"
|
|
"OnUser1" "!self,Display,,43.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 31s,44,-1"
|
|
"OnUser1" "!self,Display,,44.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 30s,45,-1"
|
|
"OnUser1" "!self,Display,,45.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 29s,46,-1"
|
|
"OnUser1" "!self,Display,,46.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 28s,47,-1"
|
|
"OnUser1" "!self,Display,,47.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 27s,48,-1"
|
|
"OnUser1" "!self,Display,,48.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 26s,49,-1"
|
|
"OnUser1" "!self,Display,,49.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 25s,50,-1"
|
|
"OnUser1" "!self,Display,,50.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 24s,51,-1"
|
|
"OnUser1" "!self,Display,,51.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 23s,52,-1"
|
|
"OnUser1" "!self,Display,,52.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 22s,53,-1"
|
|
"OnUser1" "!self,Display,,53.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 21s,54,-1"
|
|
"OnUser1" "!self,Display,,54.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 20s,55,-1"
|
|
"OnUser1" "!self,Display,,55.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 19s,56,-1"
|
|
"OnUser1" "!self,Display,,56.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 18s,57,-1"
|
|
"OnUser1" "!self,Display,,57.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 17s,58,-1"
|
|
"OnUser1" "!self,Display,,58.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 16s,59,-1"
|
|
"OnUser1" "!self,Display,,59.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 15s,60,-1"
|
|
"OnUser1" "!self,Display,,60.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 14s,61,-1"
|
|
"OnUser1" "!self,Display,,61.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 13s,62,-1"
|
|
"OnUser1" "!self,Display,,62.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 12s,63,-1"
|
|
"OnUser1" "!self,Display,,63.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 11s,64,-1"
|
|
"OnUser1" "!self,Display,,64.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 10s,65,-1"
|
|
"OnUser1" "!self,Display,,65.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 9s,66,-1"
|
|
"OnUser1" "!self,Display,,66.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 8s,67,-1"
|
|
"OnUser1" "!self,Display,,67.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 7s,68,-1"
|
|
"OnUser1" "!self,Display,,68.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 6s,69,-1"
|
|
"OnUser1" "!self,Display,,69.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 5s,70,-1"
|
|
"OnUser1" "!self,Display,,70.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 4s,71,-1"
|
|
"OnUser1" "!self,Display,,71.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 3s,72,-1"
|
|
"OnUser1" "!self,Display,,72.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 2s,73,-1"
|
|
"OnUser1" "!self,Display,,73.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Cooldown - 1s,74,-1"
|
|
"OnUser1" "!self,Display,,74.01,-1"
|
|
"OnUser1" "!self,AddOutput,message Attack Ready !,75,-1"
|
|
"OnUser1" "!self,Display,,75.01,-1"
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "7364.5 -531.5 -5445.5"
|
|
"targetname" "teleport_to_gandalf"
|
|
"classname" "trigger_teleport"
|
|
}
|
|
delete:
|
|
{
|
|
"OnStartTouch" "teleport_to_gandalf,Kill,,0.02,1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnStartTouch" "teleport_to_gandalf,Kill,,0,1"
|
|
"OnStartTouch" "speedmod,ModifySpeed,0,0,1"
|
|
"OnStartTouch" "speedmod,ModifySpeed,1,1,1"
|
|
}
|
|
}
|
|
;---------
|
|
;FIX CROW
|
|
;---------
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "9447.68 -117 5939"
|
|
"targetname" "crow_template"
|
|
"classname" "point_template"
|
|
}
|
|
delete:
|
|
{
|
|
"Template01" "crow_ui"
|
|
"Template02" "crow_phbox"
|
|
"Template05" "crow_dead"
|
|
}
|
|
}
|
|
filter:
|
|
{
|
|
"model" "*573"
|
|
"targetname" "crow_phbox"
|
|
"origin" "9322 -2.5 5904"
|
|
"classname" "func_physbox_multiplayer"
|
|
}
|
|
filter:
|
|
{
|
|
"model" "*531"
|
|
"targetname" "crow_dead"
|
|
"origin" "9321.96 -3.5 5904"
|
|
"classname" "trigger_hurt"
|
|
}
|
|
filter:
|
|
{
|
|
"origin" "9238 -102 5916"
|
|
"targetname" "crow_ui"
|
|
"classname" "game_ui"
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "9323.46 -3 5898"
|
|
"targetname" "crow_model"
|
|
"classname" "prop_dynamic"
|
|
}
|
|
replace:
|
|
{
|
|
"DefaultAnim" "fly"
|
|
}
|
|
}
|
|
;-----------------
|
|
;FIX ADMIN BUTTON
|
|
;-----------------
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "button_level1"
|
|
"classname" "func_button"
|
|
"hammerid" "4028283"
|
|
}
|
|
delete:
|
|
{
|
|
"OnPressed" "consola,Command,say *PLEASE OFF NOCLIP IN ADMIN ROOM*,0,-1"
|
|
"OnPressed" "consola,Command,say ***ADMIN CHOOSES 1 LEVEL***,1,-1"
|
|
"OnPressed" "level_brush1,Disable,,2,-1"
|
|
"OnPressed" "all_levels,Trigger,,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnPressed" "consola,Command,say ***An admin has selected the next stage in the Admin Room!***,0,1"
|
|
"OnPressed" "consola,Command,say ***Changing stage to The Mountainpass (Stage 1)...***,1,1"
|
|
"OnPressed" "player,SetDamageFilter,,2.99,1"
|
|
"OnPressed" "player,SetHealth,0,3,1"
|
|
"OnPressed" "worldspawn,FireUser1,,0,1"
|
|
"OnPressed" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:2:0:1,0.02,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "button_level2"
|
|
"classname" "func_button"
|
|
"hammerid" "4028292"
|
|
}
|
|
delete:
|
|
{
|
|
"OnPressed" "consola,Command,say *PLEASE OFF NOCLIP IN ADMIN ROOM*,0,-1"
|
|
"OnPressed" "consola,Command,say ***ADMIN CHOOSES 2 LEVEL***,1,-1"
|
|
"OnPressed" "level_brush2,Disable,,2,-1"
|
|
"OnPressed" "all_levels,Trigger,,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnPressed" "consola,Command,say ***An admin has selected the next stage in the Admin Room!***,0,1"
|
|
"OnPressed" "consola,Command,say ***Changing stage to The Trenches of Isengard (Stage 2)...***,1,1"
|
|
"OnPressed" "player,SetDamageFilter,,2.99,1"
|
|
"OnPressed" "player,SetHealth,0,3,1"
|
|
"OnPressed" "worldspawn,FireUser1,,0,1"
|
|
"OnPressed" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:3:0:1,0.02,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "button_level3"
|
|
"classname" "func_button"
|
|
"hammerid" "4028300"
|
|
}
|
|
delete:
|
|
{
|
|
"OnPressed" "consola,Command,say *PLEASE OFF NOCLIP IN ADMIN ROOM*,0,-1"
|
|
"OnPressed" "consola,Command,say ***ADMIN CHOOSES 3 LEVEL***,1,-1"
|
|
"OnPressed" "level_brush3,Disable,,2,-1"
|
|
"OnPressed" "all_levels,Trigger,,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnPressed" "consola,Command,say ***An admin has selected the next stage in the Admin Room!***,0,1"
|
|
"OnPressed" "consola,Command,say ***Changing stage to Saruman's Tower (Stage 3)...***,1,1"
|
|
"OnPressed" "player,SetDamageFilter,,2.99,1"
|
|
"OnPressed" "player,SetHealth,0,3,1"
|
|
"OnPressed" "worldspawn,FireUser1,,0,1"
|
|
"OnPressed" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:4:0:1,0.02,1"
|
|
}
|
|
}
|
|
;-------------
|
|
;OPTIMIZATION
|
|
;-------------
|
|
add:
|
|
{
|
|
"origin" "2576.08 11928 7325.77"
|
|
"classname" "filter_damage_type"
|
|
"damagetype" "32"
|
|
"Negated" "1"
|
|
"targetname" "Filter_Fall_Ignore"
|
|
}
|
|
add:
|
|
{
|
|
"origin" "2576.08 11928 7325.77"
|
|
"classname" "filter_multi"
|
|
"Negated" "0"
|
|
"targetname" "Filter_Zombies+Fall_Ignore"
|
|
"Filter01" "filter_t_no"
|
|
"Filter02" "Filter_Fall_Ignore"
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Map by Limon. Thanks for playing***,3,-1"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Map by Limon. Thanks for playing***,3,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Map by Limon / Fixed by Noctali / Thanks for playing***,3,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Map by Limon. Thanks for playing***,6,-1"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Map by Limon. Thanks for playing***,6,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***You have completed ze_LOTR_Isengard_v2_3!!! Congratulations!!! Map by Limon. / Fixed by Noctali***,6,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Map by Limon. Thanks for playing***,102,-1"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Map by Limon. Thanks for playing***,102,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Map by Limon / Fixed by Noctali / Thanks for playing***,102,1"
|
|
}
|
|
}
|
|
;------------
|
|
;GRAMMAR FIX
|
|
;------------
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "1384"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say **HOLD 25 SECONDS**,0,-1"
|
|
"OnTrigger" "consola,Command,say **RUN**,25,-1"
|
|
"OnTrigger" "consola,Command,say **Zombie ladder is enabled**,28,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Defend here for 25 seconds!***,0,1"
|
|
"OnTrigger" "consola,Command,say ***Move!***,25,1"
|
|
"OnTrigger" "consola,Command,say ***Second ladder is now enabled***,28,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "1386"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say **Zombie push will disable in 5 sec**,0,-1"
|
|
"OnTrigger" "consola,Command,say ***Teleporting AFK's to wall in 20s***,1,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Zombie push will be disabled in 5 seconds!***,0,1"
|
|
"OnTrigger" "consola,Command,say ***Teleporting AFK players to Isengard in 20 seconds!***,1,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "1421"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say **HOLD 30 SECONDS**,0,-1"
|
|
"OnTrigger" "consola,Command,say **GO GO**,30,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Defend here for 30 seconds!***,0,1"
|
|
"OnTrigger" "consola,Command,say ***Move!***,30,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "1452"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say *Zombie clip brush is disabled*,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Invisible walls have been disabled. Zombies can run across the side!***,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "1494"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***RANDOM SIDE IN 10 SEC***,0,-1"
|
|
"OnTrigger" "consola,Command,say ***RANDOM SIDE IN 10 SEC***,1,-1"
|
|
"OnTrigger" "consola,Command,say ***RANDOM SIDE IN 10 SEC***,2,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***A random path will be selected in 10 seconds***,0,1"
|
|
"OnTrigger" "consola,Command,say ***A random path will be selected in 10 seconds***,1,1"
|
|
"OnTrigger" "consola,Command,say ***A random path will be selected in 10 seconds***,2,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "1672"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say **DEFEND HERE**,5,-1"
|
|
"OnTrigger" "consola,Command,say **HOLD 90 SEC**,6,-1"
|
|
"OnTrigger" "consola,Command,say **Wait for water flow**,7,-1"
|
|
"OnTrigger" "consola,Command,say ***GO UP ON LADDER***,95,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Stay and defend here!***,5,1"
|
|
"OnTrigger" "consola,Command,say ***Hold the zombies off for 90 seconds!***,6,1"
|
|
"OnTrigger" "consola,Command,say ***Wait for the water current to flood Isengard!***,7,1"
|
|
"OnTrigger" "consola,Command,say ***Get up on the ladder!***,95,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "1866"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say **Resist 20s!**,0,1"
|
|
"OnTrigger" "consola,Command,say **GO**,20,1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Hold your ground for 20 seconds!***,0,1"
|
|
"OnTrigger" "consola,Command,say ***Go!***,20,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "1955"
|
|
}
|
|
delete:
|
|
{
|
|
"OnPass" "consola,Command,say **Random**,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnPass" "consola,Command,say ***A random path has been opened!***,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "1957"
|
|
}
|
|
delete:
|
|
{
|
|
"OnPass" "consola,Command,say **Resist 20s!**,0,-1"
|
|
"OnPass" "consola,Command,say **GO**,20,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnPass" "consola,Command,say ***Defend here for 20 seconds!***,0,1"
|
|
"OnPass" "consola,Command,say ***Go!***,20,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "1978"
|
|
}
|
|
delete:
|
|
{
|
|
"OnPass" "consola,Command,say **Resist 30s!**,0,-1"
|
|
"OnPass" "consola,Command,say **GO**,30,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnPass" "consola,Command,say ***Defend here for 30 seconds!***,0,1"
|
|
"OnPass" "consola,Command,say ***Go!***,30,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "2037"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say **Prepare to fight**,0,-1"
|
|
"OnTrigger" "consola,Command,say *If you wont kill spider in 2 min zombies will eat you*,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Get ready to fight!***,0,1"
|
|
"OnTrigger" "consola,Command,say ***Kill the spider in 2 minutes or else the zombies will eat you***,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "2039"
|
|
}
|
|
delete:
|
|
{
|
|
"OnPass" "consola,Command,say ***LOOK OUT FOR SPIDER TRAPS!!***,0,1"
|
|
"OnPass" "consola,Command,say ***LOOK OUT FOR SPIDER TRAPS!!***,1,1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnPass" "consola,Command,say ***Be on the lookout for traps!***,0,1"
|
|
"OnPass" "consola,Command,say ***The spiders are hungry...***,1,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "2062"
|
|
}
|
|
delete:
|
|
{
|
|
"OnPass" "consola,Command,say **KILL the SPIDER NOW***,0,1"
|
|
"OnPass" "consola,Command,say **Shoot in the head!**,1,1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnPass" "consola,Command,say ***Kill the spider!***,0,1"
|
|
"OnPass" "consola,Command,say ***Shoot its head!***,1,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "2132"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say **RESIST 15 SECONDS**,0,-1"
|
|
"OnTrigger" "consola,Command,say **GO**,15,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Hold here for 15 seconds!***,0,1"
|
|
"OnTrigger" "consola,Command,say ***The web is gone! Move!***,15,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "2153"
|
|
}
|
|
delete:
|
|
{
|
|
"OnBreak" "consola,Command,say ***SPIDER is dead.***,0,1"
|
|
"OnBreak" "consola,Command,say ***GO UPSTAIRS***,1,1"
|
|
"OnBreak" "consola,Command,say ***ZOMBIE PUSH IS DISABLED***,7,1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnBreak" "consola,Command,say ***You have killed the Spider***,0,1"
|
|
"OnBreak" "consola,Command,say ***Run! Go up the ladder!***,1,1"
|
|
"OnBreak" "consola,Command,say ***Zombie push is now disabled. Move Zombies!***,7,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "2185"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***HOLD 20 SEC!!!***,0,-1"
|
|
"OnTrigger" "consola,Command,say **GO**,20,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Defend here for 20 seconds!***,0,1"
|
|
"OnTrigger" "consola,Command,say ***Go!***,20,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "2416"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Destroy DAM***,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Go up the mountain and destroy the dam!***,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "2420"
|
|
}
|
|
delete:
|
|
{
|
|
"OnBreak" "consola,Command,say ***Stanchion 1/2 was broken***,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnBreak" "consola,Command,say ***First support has been broken!***,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "2426"
|
|
}
|
|
delete:
|
|
{
|
|
"OnBreak" "consola,Command,say ***Stanchion 2/2 was broken***,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnBreak" "consola,Command,say ***Second support has been broken!***,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "2434"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Teleporting Humans to the Dam in 5 sec***,0,-1"
|
|
"OnTrigger" "consola,Command,say ***Teleporting Zombies and AFK's to the Dam in 10 sec***,1,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Teleporting Humans to the dam in 5 seconds!***,0,1"
|
|
"OnTrigger" "consola,Command,say ***Teleporting Zombies and AFK players to the dam in 5 seconds!***,1,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "2457"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say **Meanwhile.......**,1,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Meanwhile back in Isengard...***,1,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "2710"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say **Teleporting Zombies to spawn in 15 sec**,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Teleporting Zombies back to the Spawn area in 15 seconds!***,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "105793"
|
|
}
|
|
delete:
|
|
{
|
|
"OnPass" "consola,Command,say ***KILL NAZGUL***,0,-1"
|
|
"OnPass" "consola,Command,say ***KILL NAZGUL***,1,-1"
|
|
"OnPass" "consola,Command,say ***KILL NAZGUL***,2,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnPass" "consola,Command,say ***Shoot the Nazgul or else we will die!***,0,1"
|
|
"OnPass" "consola,Command,say ***Shoot the Nazgul or else we will die!***,1,1"
|
|
"OnPass" "consola,Command,say ***Shoot the Nazgul or else we will die!***,2,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "1479393"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Elevator is going up***,0,-1"
|
|
"OnTrigger" "consola,Command,say **Zombie push will disable in 5 sec**,1,-1"
|
|
"OnTrigger" "consola,Command,say **Teleporting AFK's to wall in 20 sec**,2,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***The platform is moving up***,0,1"
|
|
"OnTrigger" "consola,Command,say ***Zombie push will be disabled in 5 seconds!***,1,1"
|
|
"OnTrigger" "consola,Command,say ***Teleporting AFK players to Isengard in 20 seconds!***,2,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "1622125"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***HOLD 30 SEC***,0,-1"
|
|
"OnTrigger" "consola,Command,say ***Teleporting Zombies and AFK's in 5 sec!!***,1,-1"
|
|
"OnTrigger" "consola,Command,say **GO**,30,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Defend here for 30 seconds***,0,1"
|
|
"OnTrigger" "consola,Command,say ***Teleporting Zombies and AFK players in 5 seconds!***,1,1"
|
|
"OnTrigger" "consola,Command,say ***Go!***,30,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "1705816"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Humans will die when music ends***,6,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Kill the boss before the music ends or else you will die...***,6,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "1706473"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Teleporting to boss in 10 sec!!!***,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Teleporting AFK players to the boss arena in 10 seconds!***,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "1706485"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say **Prepare to fight**,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Get ready to fight!***,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "1772409"
|
|
}
|
|
delete:
|
|
{
|
|
"OnPass" "consola,Command,say ***GO GO***,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnPass" "consola,Command,say ***Go now! Move!***,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "1994923"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Elevator in 30 sec***,0,-1"
|
|
"OnTrigger" "consola,Command,say **Zombie push will disable in 5 sec**,1,-1"
|
|
"OnTrigger" "consola,Command,say ***Teleporting AFK's to wall in 20s***,2,-1"
|
|
"OnTrigger" "consola,Command,say ***5***,25,-1"
|
|
"OnTrigger" "consola,Command,say ***4***,26,-1"
|
|
"OnTrigger" "consola,Command,say ***3***,27,-1"
|
|
"OnTrigger" "consola,Command,say ***2***,28,-1"
|
|
"OnTrigger" "consola,Command,say ***1***,29,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Elevator will move down in 30 seconds!***,0,1"
|
|
"OnTrigger" "consola,Command,say ***Zombie push will be disabled in 5 seconds***,1,1"
|
|
"OnTrigger" "consola,Command,say ***Teleporting AFK players to Isengard in 20 seconds!***,2,1"
|
|
"OnTrigger" "consola,Command,say ***Elevator will move down in 5 seconds!***,25,1"
|
|
"OnTrigger" "consola,Command,say ***Elevator will move down in 4 seconds!***,26,1"
|
|
"OnTrigger" "consola,Command,say ***Elevator will move down in 3 seconds!***,27,1"
|
|
"OnTrigger" "consola,Command,say ***Elevator will move down in 2 seconds!***,28,1"
|
|
"OnTrigger" "consola,Command,say ***Elevator will move down in 1 second!***,29,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "2096135"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***HOLD 20 sec***,0,-1"
|
|
"OnTrigger" "consola,Command,say **GO UP ON LADDER**,21,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Defend here for 20 seconds!***,0,1"
|
|
"OnTrigger" "consola,Command,say ***Get up on the ladder!***,21,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "2096207"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Elevator will go up in 10 sec***,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Elevator will move up in 10 seconds!***,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "2164116"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***HOLD 15 SEC***,0,-1"
|
|
"OnTrigger" "consola,Command,say ***GO***,16,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Hold here for 15 seconds until this path opens***,0,1"
|
|
"OnTrigger" "consola,Command,say ***Path is open. Move down!***,16,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "2208182"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***HOLD 30 SEC***,0,-1"
|
|
"OnTrigger" "consola,Command,say ***Teleporting AFK's Portal Enable in 10 sec!!***,1,-1"
|
|
"OnTrigger" "consola,Command,say ***Teleporting Humans to the Dam in 5 sec***,30,-1"
|
|
"OnTrigger" "consola,Command,say ***Teleporting Zombies and AFK's to the Dam in 10 sec***,31,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Keep the zombies off the bridges for 30 seconds!***,0,1"
|
|
"OnTrigger" "consola,Command,say ***Enabling AFK teleport outside Isengard in 10 seconds!***,1,1"
|
|
"OnTrigger" "consola,Command,say ***Teleporting Humans to the dam in 5 seconds!***,30,1"
|
|
"OnTrigger" "consola,Command,say ***Teleporting Zombies and AFK players to the dam in 10 seconds!***,31,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "2223035"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Everyone move forward***,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Middle path has been opened - everyone go through the middle!***,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "2223048"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Everyone move left***,1,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Left path has been opened - everyone go through the left!***,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "2223052"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Everyone move right***,1,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Right path has been opened - everyone go through the right!***,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "2223257"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Activate the lever***,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Activate the lever to raise the platform!***,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "2238109"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say **DEFEND HERE**,0,-1"
|
|
"OnTrigger" "consola,Command,say **HOLD 90 SEC**,1,-1"
|
|
"OnTrigger" "consola,Command,say **Wait for water flow**,2,-1"
|
|
"OnTrigger" "consola,Command,say ***GO UP ON LADDER***,95,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Stay and defend here!***,0,1"
|
|
"OnTrigger" "consola,Command,say ***Hold the zombies off for 90 seconds!***,1,1"
|
|
"OnTrigger" "consola,Command,say ***Wait for the water current to flood Isengard!***,2,1"
|
|
"OnTrigger" "consola,Command,say ***Get up on the ladder!***,95,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "2238201"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say **Meanwhile.......**,1,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Meanwhile back in Isengard...***,1,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "2238218"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say **Meanwhile.......**,1,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Meanwhile back in Isengard...***,1,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "2858988"
|
|
}
|
|
delete:
|
|
{
|
|
"OnHitMax" "consola,Command,say **Water is coming Run down**,1,-1"
|
|
"OnHitMax" "consola,Command,say ***RUN RUN FAST***,5,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnHitMax" "consola,Command,say ***Both supports have been broken! Hold your ground until the water takes you back to Isengard!***,1,1"
|
|
"OnHitMax" "consola,Command,say ***Go down! Let the water current push you forward!***,5,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "3264698"
|
|
}
|
|
delete:
|
|
{
|
|
"OnBreak" "consola,Command,say ***Teleporting Humans to the Dam in 5 sec!***,0,-1"
|
|
"OnBreak" "consola,Command,say ***CAPTAIN Uruk-hai is dead.***,0.5,-1"
|
|
"OnBreak" "consola,Command,say ***Teleporting Zombies and AFK's to the Dam in 10 sec***,1,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnBreak" "consola,Command,say ***Teleporting Humans to the dam in 5 seconds!***,0,1"
|
|
"OnBreak" "consola,Command,say ***You have killed Captain Uruk-Hai! Congratulations!***,0.5,1"
|
|
"OnBreak" "consola,Command,say ***Teleporting Zombies and AFK players to the dam in 10 seconds!***,1,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "3696706"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say *** 100 HP restored ***,0,1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Setting humans HP back to 100...***,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "4406663"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say **LEVEL 3 COMPLETED**,0,-1"
|
|
"OnTrigger" "consola,Command,say **NUKE in 5**,1,-1"
|
|
"OnTrigger" "consola,Command,say **NUKE in 4**,2,-1"
|
|
"OnTrigger" "consola,Command,say **NUKE in 3**,3,-1"
|
|
"OnTrigger" "consola,Command,say **NUKE in 2**,4,-1"
|
|
"OnTrigger" "consola,Command,say **NUKE in 1**,5,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***You have completed Stage 3!***,0,1"
|
|
"OnTrigger" "consola,Command,say ***Final nuke will explode in 5 seconds***,1,1"
|
|
"OnTrigger" "consola,Command,say ***Final nuke will explode in 4 seconds***,2,1"
|
|
"OnTrigger" "consola,Command,say ***Final nuke will explode in 3 seconds***,3,1"
|
|
"OnTrigger" "consola,Command,say ***Final nuke will explode in 2 seconds***,4,1"
|
|
"OnTrigger" "consola,Command,say ***Final nuke will explode in 1 second***,5,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "5463460"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say **HOLD 25 SEC**,0,-1"
|
|
"OnTrigger" "consola,Command,say **GO GO GO**,25,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Defend here for 25 seconds!***,0,1"
|
|
"OnTrigger" "consola,Command,say ***Move! Get out of here!***,25,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "5463460"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Teleporting Zombies and AFK's in 6 sec!!***,26,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Teleporting Zombies and AFK players to the mountain's summit in 6 seconds!***,26,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "8375413"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***HOLD 15 sec!!!***,0,-1"
|
|
"OnTrigger" "consola,Command,say ***GO GO GO***,15,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Defend here for 15 seconds!***,0,1"
|
|
"OnTrigger" "consola,Command,say ***Go go go!***,15,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "8415282"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say **DEFEND HERE**,0,-1"
|
|
"OnTrigger" "consola,Command,say **HOLD 90 SEC**,1,-1"
|
|
"OnTrigger" "consola,Command,say **Wait for water flow**,2,-1"
|
|
"OnTrigger" "consola,Command,say ***Jump on the rocks***,80,-1"
|
|
"OnTrigger" "consola,Command,say ***LVL 2 COMPLETED***,100,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Stay and defend here!***,0,1"
|
|
"OnTrigger" "consola,Command,say ***Hold the zombies off for 90 seconds!***,1,1"
|
|
"OnTrigger" "consola,Command,say ***Wait for the water current to flood Isengard!***,2,1"
|
|
"OnTrigger" "consola,Command,say ***Get on top of the rocks!***,80,1"
|
|
"OnTrigger" "consola,Command,say ***You have completed Stage 2! Well done!! Moving onto Stage 3... Good luck!***,100,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "8696935"
|
|
}
|
|
delete:
|
|
{
|
|
"OnPass" "consola,Command,say **GO HUMANS**,0,-1"
|
|
"OnPass" "consola,Command,say **DESTROY All STANCHIONS!**,1,-1"
|
|
"OnPass" "consola,Command,say **Defend people which destroy dam**,2,-1"
|
|
"OnPass" "consola,Command,say **Zombie ladder is enabled**,6,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnPass" "consola,Command,say ***Go humans! Move down to the dam!***,0,1"
|
|
"OnPass" "consola,Command,say ***Destroy both dam supports to break the dam!***,1,1"
|
|
"OnPass" "consola,Command,say ***Hold the zombies off while humans break the dam!***,2,1"
|
|
"OnPass" "consola,Command,say ***Ladder for Zombies has been enabled!***,6,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "8744264"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say *Mass zombie teleport after elevator activation*,0,-1"
|
|
"OnTrigger" "consola,Command,say ***Elevator will go up in 20 sec***,1,-1"
|
|
"OnTrigger" "consola,Command,say ***Elevator will go up in 5 sec***,15,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Zombies teleport has been activated!***,0,1"
|
|
"OnTrigger" "consola,Command,say ***Elevator to the dam will move up in 20 seconds!***,1,1"
|
|
"OnTrigger" "consola,Command,say ***Elevator to the dam will move up in 5 seconds!***,15,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "9421292"
|
|
}
|
|
delete:
|
|
{
|
|
"OnBreak" "consola,Command,say ***GANDALF IS DEAD***,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnBreak" "consola,Command,say ***Gandalf has passed away...***,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "2217"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say **Defend this building for 50 sec**,0,-1"
|
|
"OnTrigger" "consola,Command,say ***Stairs will break in 10 sec***,1,-1"
|
|
"OnTrigger" "consola,Command,say **Mass teleport zombies in 15 seconds***,2,-1"
|
|
"OnTrigger" "consola,Command,say ***Get to the boats NOW***,40,-1"
|
|
"OnTrigger" "consola,Command,say ***5***,45,-1"
|
|
"OnTrigger" "consola,Command,say ***4***,46,-1"
|
|
"OnTrigger" "consola,Command,say ***3***,47,-1"
|
|
"OnTrigger" "consola,Command,say ***2***,48,-1"
|
|
"OnTrigger" "consola,Command,say ***1***,49,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Keep the Zombies off this building for 50 seconds!***,0,1"
|
|
"OnTrigger" "consola,Command,say ***Staircase will break in 10 seconds!***,1,1"
|
|
"OnTrigger" "consola,Command,say ***Zombies will teleport in front of the building in 15 seconds!***,2,1"
|
|
"OnTrigger" "consola,Command,say ***Retreat!!! Get on the boats!!!***,40,1"
|
|
"OnTrigger" "consola,Command,say ***Boats leaving in 5 seconds***,45,1"
|
|
"OnTrigger" "consola,Command,say ***Boats leaving in 4 seconds***,46,1"
|
|
"OnTrigger" "consola,Command,say ***Boats leaving in 3 seconds***,47,1"
|
|
"OnTrigger" "consola,Command,say ***Boats leaving in 2 seconds***,48,1"
|
|
"OnTrigger" "consola,Command,say ***Boats leaving in 1 second***,49,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "10029980"
|
|
}
|
|
delete:
|
|
{
|
|
"OnStartTouch" "consola,Command,say ***Zombies on boat. Humans lose.***,0,1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnStartTouch" "consola,Command,say ***Zombies detected on the boats. Humans lose!***,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "10124269"
|
|
}
|
|
delete:
|
|
{
|
|
"OnStartTouch" "consola,Command,say ***Zombies on boat. Humans lose.***,0,1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnStartTouch" "consola,Command,say ***Zombies detected on the boats. Humans lose!***,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "10518536"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***LVL 2 COMPLETED***,2,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***You have completed Stage 2! Well done!! Moving onto Stage 3... Good luck!***,2,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "10518544"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***LVL 2 COMPLETED***,2,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***You have completed Stage 2! Well done!! Moving onto Stage 3... Good luck!***,2,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "10636498"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***LVL 2 COMPLETED***,2,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***You have completed Stage 2! Well done!! Moving onto Stage 3... Good luck!***,2,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "10731316"
|
|
}
|
|
delete:
|
|
{
|
|
"OnBreak" "consola,Command,say ***NAZGUL IS DEAD***,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnBreak" "consola,Command,say ***Nazgul is dead!***,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "11813556"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Get ready for the final battle***,0,-1"
|
|
"OnTrigger" "consola,Command,say ***Exit will close in 15 seconds***,1,-1"
|
|
"OnTrigger" "consola,Command,say *Teleporting Zombies and AFK's to Saruman tower in 20s*,2,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Get ready for the final battle!***,0,1"
|
|
"OnTrigger" "consola,Command,say ***The hole to the top will close itself in 15 seconds!***,1,1"
|
|
"OnTrigger" "consola,Command,say ***Teleporting Zombies and AFK players to the top of Saruman's Tower in 20 seconds!***,2,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "11813650"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Humans will die when music ends***,6,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Kill Saruman before the music ends or else...***,6,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "11813652"
|
|
}
|
|
delete:
|
|
{
|
|
"OnBreak" "consola,Command,say ***SARUMAN is dead.***,0,-1"
|
|
"OnBreak" "consola,Command,say **>>Congratulations<<**,1,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnBreak" "consola,Command,say ***You have defeated Saruman!!!***,0,1"
|
|
"OnBreak" "consola,Command,say ***Congratulations!!!***,1,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "11815272"
|
|
}
|
|
delete:
|
|
{
|
|
"OnPlayerPickup" "consola,Command,say ***Player has picked up Heal***,0,1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnPlayerPickup" "consola,Command,say ***A player has picked up Heal (ONE USE ONLY!)***,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "11815702"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***RUN TO THE MAIN GATE***,2,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Run back to the main entrance!***,2,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "11816062"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***HOLD 15 SEC***,0,-1"
|
|
"OnTrigger" "consola,Command,say ***GO***,15,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Door to the boss room will open in 15 seconds***,0,1"
|
|
"OnTrigger" "consola,Command,say ***Go! Good luck!***,15,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "11816319"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Key is found. Door open in 5 sec***,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***A player has found the key! The door will open in 5 seconds!***,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "11816507"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***NEED KEY***,0,-1"
|
|
"OnTrigger" "consola,Command,say ***Find key in the room***,1,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***This door needs a key to open...***,0,1"
|
|
"OnTrigger" "consola,Command,say ***Find and pick up the key! It should be somewhere in this room...***,1,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "11816510"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Key is found. Door open in 10 sec***,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***A player has found the key! The door will open in 10 seconds!***,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "11816603"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***HOLD 20 SEC!!!***,0,-1"
|
|
"OnTrigger" "consola,Command,say ***GO GO***,20,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Defend here for 20 seconds until the gates open!***,0,1"
|
|
"OnTrigger" "consola,Command,say ***Gates are open! Go!***,20,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "11817231"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Elevator will go up in 5 sec***,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Elevator will move up in 5 seconds!***,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "11817266"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***HOLD 20 SEC***,0,-1"
|
|
"OnTrigger" "consola,Command,say ***GO GO GO***,20,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Defend here for 20 seconds before the elevator door opens!***,0,1"
|
|
"OnTrigger" "consola,Command,say ***Go go go! Get on the elevator!***,20,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "11818372"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***HOLD 20 SEC***,0,-1"
|
|
"OnTrigger" "consola,Command,say ***GO GO GO***,21,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Defend here for 20 seconds before the staircases open!***,0,1"
|
|
"OnTrigger" "consola,Command,say ***Go go go! Move upstairs!***,21,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "11818378"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***LEFT DOOR OPEN IN 10 SEC***,0,-1"
|
|
"OnTrigger" "consola,Command,say ***HOLD***,1,-1"
|
|
"OnTrigger" "consola,Command,say ***LEFT DOOR OPEN. NEED KEY FOR RIGHT DOOR***,10,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Left door will open in 10 seconds!***,0,1"
|
|
"OnTrigger" "consola,Command,say ***Hold the hallways until someone finds the key to open the door!***,1,1"
|
|
"OnTrigger" "consola,Command,say ***Door on the left has been opened! Find the key to open the door on the right!***,10,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "11818384"
|
|
}
|
|
delete:
|
|
{
|
|
"OnBreak" "consola,Command,say ***GO GO GO***,0,-1"
|
|
"OnBreak" "consola,Command,say ***ZOMBIES TELEPORT IN 5 SEC!***,1,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnBreak" "consola,Command,say ***Go go go!***,0,1"
|
|
"OnBreak" "consola,Command,say ***Zombies will teleport in 5 seconds!***,1,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "11818387"
|
|
}
|
|
delete:
|
|
{
|
|
"OnBreak" "consola,Command,say ***ZOMBIES TELEPORT IN 5 SEC!***,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnBreak" "consola,Command,say ***Zombies will teleport in 5 seconds!***,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "11818390"
|
|
}
|
|
delete:
|
|
{
|
|
"OnBreak" "consola,Command,say ***GO GO GO***,0,-1"
|
|
"OnBreak" "consola,Command,say ***Teleporting AFK's in 10 sec!!***,1,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnBreak" "consola,Command,say ***Go go go!***,0,1"
|
|
"OnBreak" "consola,Command,say ***Teleporting AFK players in 10 seconds!***,1,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "11818397"
|
|
}
|
|
delete:
|
|
{
|
|
"OnBreak" "consola,Command,say ***GRIMA IS DEAD***,0,-1"
|
|
"OnBreak" "consola,Command,say ***HOLD 15 SEC***,1,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnBreak" "consola,Command,say ***You killed Grima. Well done! Saruman is next...***,0,1"
|
|
"OnBreak" "consola,Command,say ***Defend here for 15 seconds!***,1,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "11818415"
|
|
}
|
|
delete:
|
|
{
|
|
"OnPass" "consola,Command,say ***Humans didnt kill grima***,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnPass" "consola,Command,say ***Grima reached the bottom... You lose!***,0,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"hammerid" "11818418"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "consola,Command,say **It is Grima!!! KILL HIM!**,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "consola,Command,say ***Shoot Grima before he reaches the bottom!***,0,1"
|
|
}
|
|
} |