fantom2409
Mr & Ms Pac-Man
- 15/8/11
- 194
- 0
Chủ yếu là cái Trigger nay` bị sai gì mà nó ko thể nào Save hay Test cả
---------- Post added at 21:27 ---------- Previous post was at 21:25 ----------
//===========================================================================
// Trigger: Knockback Knife
//===========================================================================
function Trig_Knockback_Knife_Conditions takes nothing returns boolean
if ( not ( GetSpellAbilityId() == 'A005' ) ) then
return false
endif
return true
endfunction
function Trig_Knockback_Knife_Func002C takes nothing returns boolean
if ( not ( GetLearnedSkillBJ() == 'A005' ) ) then
return false
endif
return true
endfunction
function Trig_Knockback_Knife_Actions takes nothing returns nothing
call KnockbackTarget(GetSpellAbilityUnit() , GetSpellTargetUnit() , GetUnitFacing(GetSpellAbilityUnit()) , 250.00 , 5.00 , true , true , true)
---------- Post added at 21:27 ---------- Previous post was at 21:25 ----------
//===========================================================================
// Trigger: Knockback Knife
//===========================================================================
function Trig_Knockback_Knife_Conditions takes nothing returns boolean
if ( not ( GetSpellAbilityId() == 'A005' ) ) then
return false
endif
return true
endfunction
function Trig_Knockback_Knife_Func002C takes nothing returns boolean
if ( not ( GetLearnedSkillBJ() == 'A005' ) ) then
return false
endif
return true
endfunction
function Trig_Knockback_Knife_Actions takes nothing returns nothing
call KnockbackTarget(GetSpellAbilityUnit() , GetSpellTargetUnit() , GetUnitFacing(GetSpellAbilityUnit()) , 250.00 , 5.00 , true , true , true)


. Tks