107 lines
2.3 KiB
INI
107 lines
2.3 KiB
INI
;-----------------------------------------------
|
|
;***********************************************
|
|
;********** STRIPPER BY KLIXUS *****************
|
|
;***********************************************
|
|
;-----------------------------------------------
|
|
|
|
|
|
;Replaces ultima teleport with forcespawn point_template
|
|
add:
|
|
{
|
|
|
|
"origin" "9460 1432 3247"
|
|
"Template06" "magia_ultima"
|
|
"Template05" "danyoUlt2"
|
|
"Template04" "ultima_f1"
|
|
"Template03" "ultima_f"
|
|
"Template02" "boton_ultima"
|
|
"Template01" "danyoUlt"
|
|
"targetname" "ultima_tele"
|
|
"spawnflags" "2"
|
|
"classname" "point_template"
|
|
}
|
|
add:
|
|
{
|
|
"origin" "12220 -6900.14 -4744"
|
|
"targetname" "ultima_telespawn"
|
|
"spawnflags" "0"
|
|
"PostSpawnSpeed" "0"
|
|
"PostSpawnInheritAngles" "0"
|
|
"PostSpawnDirectionVariance" "0.15"
|
|
"PostSpawnDirection" "0 0 0"
|
|
"EntityTemplate" "ultima_tele"
|
|
"angles" "0 0 0"
|
|
"classname" "env_entity_maker"
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "dificultad_i_t_extreme2"
|
|
"classname" "trigger_once"
|
|
"hammerid" "289914"
|
|
}
|
|
delete:
|
|
{
|
|
"OnStartTouch" "teleportarSx12,Teleport,,10,1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnStartTouch" "ultima_telespawn,ForceSpawn,,10,1"
|
|
}
|
|
}
|
|
|
|
|
|
;Extends ZM TP in reactor to avoid glitching at cagedoor
|
|
add:
|
|
{
|
|
"model" "*163"
|
|
"targetname" "teleporte_masivo"
|
|
"target" "arriba2"
|
|
"StartDisabled" "1"
|
|
"spawnflags" "1"
|
|
"origin" "9359.86 -7346.89 -4848.71"
|
|
"filtername" "filter_t"
|
|
"classname" "trigger_teleport"
|
|
}
|
|
|
|
;Fixes wrong model index for Original mode (Big ass dragons gone)
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "6159.01 1483.03 -1107.02"
|
|
"targetname" "original_block_trigger"
|
|
"classname" "trigger_once"
|
|
"hammerid" "295"
|
|
}
|
|
delete:
|
|
{
|
|
"OnStartTouch" "player,AddOutput,modelindex 615,1,1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnStartTouch" "player,AddOutput,modelindex 613,1,1"
|
|
}
|
|
}
|
|
|
|
;Fixes wrong model index for ching chong should he ever decide to show up
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "6361 1960 -990"
|
|
"targetname" "Trigger_3"
|
|
"classname" "trigger_once"
|
|
"hammerid" "1977494"
|
|
}
|
|
delete:
|
|
{
|
|
"OnStartTouch" "!activator,AddOutput,OnUser1 !self:AddOutput:modelindex 604,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnStartTouch" "!activator,AddOutput,OnUser1 !self:AddOutput:modelindex 603,0,-1"
|
|
}
|
|
}
|