Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for _, ally in pairs(GetAllyHeroes()) do
- if Config.W then
- local WPred = GetPredictionForPlayer(GetMyHeroPos(),ally,GetMoveSpeed(ally),1700,250,GetCastRange(myHero, _W),50,false,true)
- if (GetCurrentHP(ally)/GetMaxHP(ally))<0.6 and CanUseSpell(myHero, _W) then
- CastSkillShot(_W,WPred.PredPos.x,WPred.PredPos.y,WPred.PredPos.z)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement