Name | Type | is_array | initial_value |
asd | unit | Yes | UnitNull |
Ataque_Tornado | integer | No | |
Bara_Flameante | integer | No | |
Chance_De_Ataque_Tornado | integer | No | |
Chance_de_Fuego_Azul | integer | No | |
Chance_de_Golpe_Natural | integer | No | |
Chance_de_Golpe_Rayo | integer | No | |
Chance_de_Maelstrom | integer | No | |
Chance_De_Onda_Fuego | integer | No | |
Contrato | abilcode | No | A053 |
CreateNewUnit | boolean | No | |
Creep_Point | location | Yes | |
currentAbilityLevel | integer | No | |
currentCastingPlayer | player | No | |
currentCastingUnit | unit | No | |
currentHeroAbility | abilcode | No | |
currentHeroAbilityLevel | integer | No | |
CurrentHeroExperience | integer | No | |
currentHeroLevel | integer | No | |
currentLearnedAbility | abilcode | No | |
currentShiftUnit | unit | No | |
CurrentSpecialNumber | integer | No | |
CurrentUnitHPMP | real | No | |
Distancia | real | No | |
Dummy_Fuego_Azul | unit | No | |
Eclipse | unit | No | |
EclipseBlaster | unit | No | |
EclipseMoveTo | location | No | |
EspadaDeHielo | boolean | No | false |
EthernalCaster | unit | No | |
ethernalcreate | unit | No | |
ethernalcreate2 | unit | No | |
ethernalcreate3 | unit | No | |
Facing | real | No | |
ForceFour | force | No | |
ForceOne | force | No | |
ForceThree | force | No | |
ForceTwo | force | No | |
FrostBoltAngle | real | Yes | |
FrostBoltArrays | integer | No | |
FrostBoltCaster | unit | Yes | |
FrostBoltCheck | group | No | |
FrostBoltDummy | unit | Yes | |
FrostBoltGroup | group | Yes | |
FrostBoltLimits | integer | Yes | |
FrostBoltPoint | location | Yes | |
FrostBoltRemove | group | Yes | |
FrostBoltUnit | unit | Yes | |
Golpe_de_Rayo_Porcentaje | integer | No | |
Golpe_Natural_Porcentage | integer | No | |
GV_integer | integer | No | |
GV_vengeance_caster | unit | Yes | |
isAbility | boolean | No | |
JumpDirection | real | No | |
Jumper | unit | No | |
JumperLandingLoc | location | No | |
JumperLoc | location | No | |
JumpInJurDmg | real | No | |
JumpK | real | No | |
JumpRotate | real | No | |
JumpTheta | real | No | |
JumpX | real | No | |
JumpY | real | No | |
KB_Angle | real | Yes | |
KB_Caster | unit | Yes | |
KB_CountBuffs | integer | No | |
KB_DestroyTrees | boolean | Yes | |
KB_Effects_1 | string | Yes | |
KB_Effects_2 | string | Yes | |
KB_GeneralIntergers | integer | Yes | |
KB_KnockbackedUnits | group | No | |
KB_Levels | integer | Yes | |
KB_MaxDistance | real | Yes | |
KB_ReachedDistance | real | Yes | |
KB_ReducedReal | real | Yes | |
KB_ReduceSpeedReal | real | Yes | |
KB_SpecificSpeed | real | Yes | |
KB_StartPositions | location | Yes | |
KB_TempPoint | location | Yes | |
KB_TempReal | real | No | |
KB_TotalKnockUnits | integer | No | |
KB_Units | unit | Yes | |
KBA_Caster | unit | No | |
KBA_DestroyTrees | boolean | No | |
KBA_DistancePerLevel | real | No | |
KBA_Level | integer | No | |
KBA_SpecialEffects | string | Yes | |
KBA_Speed | real | No | |
KBA_StartingPosition | location | No | |
KBA_TargetUnit | unit | No | |
KillTotals | integer | Yes | |
Knosa | unitcode | No | E00F |
LeaderBoard | leaderboard | No | |
LS_Dummy | unit | No | |
LS_GeneralInterger | integer | No | |
LS_Groups | group | Yes | |
LS_TempPoint | location | Yes | |
Magic_Aura_Target | unit | No | |
ManaPorcetage | integer | No | |
N1Target | unit | No | |
NUM_HEROES | integer | No | 20 |
Num_Muerte_Int | integer | No | |
Num_Muertes_Agi | integer | No | |
Num_Muertes_Str | integer | No | |
pocSkillPointCount | integer | No | |
powerOfChaosLvl2 | boolean | No | |
Pruba | unitcode | No | nsat |
RANDOM_HERO_ARRAY | unitcode | Yes | |
randomType | unitcode | No | |
ScoudCaster | unit | No | |
ScudIndexer | integer | Yes | |
ScudTarget | location | Yes | |
shadowShifterAbilityEarthLevel | integer | Yes | |
shadowShifterAbilitySeaLevel | integer | Yes | |
shadowShifterAbilityStarLevel | integer | Yes | |
shadowShifterInUltimate | boolean | Yes | |
shadowShifterLevelsUp | integer | Yes | |
TargetofBlast | location | No | |
TargetType | unitcode | No | |
teamgroup | force | No | |
teamGroup | group | No | |
Temp_Interger | integer | No | |
Temp_point | location | Yes | |
the_paladin | unit | No |
function Trig_JumpFX_Actions takes nothing returns nothing
local effect JumpFX
call AddSpecialEffectTargetUnitBJ( "origin", udg_Jumper, "Objects\\Spawnmodels\\Undead\\ImpaleTargetDust\\ImpaleTargetDust.mdl" )
call DestroyEffectBJ(JumpFX)
endfunction
//===========================================================================
function InitTrig_JumpFX takes nothing returns nothing
set gg_trg_JumpFX = CreateTrigger( )
call TriggerRegisterTimerEventPeriodic( gg_trg_JumpFX, 0.10 )
call TriggerAddAction( gg_trg_JumpFX, function Trig_JumpFX_Actions )
endfunction