Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
function Trig_skill_1_conditions takes nothing return boolean
if ( not ( GetSpellAbilityId == 'A000' ) ) then
return false
endif
return true
endfunction
function Trig_skill_1_actions takes nothing return nothing
local unit hero = GetSpellAbilityUnit()
local location tar_loc = GetSpellTargetLoc()
call TriggerSleepAction(0.5)
call CS_MoveUnitLoc(hero, tar_loc)
endfunction
//==== Initial ====
function InitTrig_skill_1 takes nothing return nothing
set gg_trg_skill_1 = CreateTrigger()
call TriggerRegisterPlayerUnitEventSimple(gg_trg_skill_1, Player(0), EVENT_PLAYER_UNIT_SPELL_EFFECT)
call TriggerAddCondition(gg_trg_skill_1, Condition(function Trig_skill_1_conditions))
call TriggerAddAction(gg_trg_skill_1, function Trig_skill_1_actions)
endfunction
vào https://www.facebook.com/groups/wegamevn/ hỏi đáp nhé bạn.các bác ơi làm sao để liên kết hai map lại với nhau như map campaign
rename, thay skin thui bạn nhémọi người cho hỏi có cách nào add thêm race vào game ko vậy em chơi bloodelf xong thấy đã quá muốn bỏ nó vào chung với 4 race cũ .Đọc trên hiveword thấy nó chung chung quá có ai hướng dẫn em sơ qua được ko