function dKatarina:CastR()
rSpin = true
self:DisableORB()
Control.CastSpell(HK_R)
DelayAction(function() rSpin = false self:EnableORB() end, 2.5)
end
function dKatarina:DisableORB()
_G.SDK.Orbwalker:SetAttack(false)
_G.SDK.Orbwalker:SetMovement(false)
end
function dKatarina:EnableORB()
_G.SDK.Orbwalker:SetAttack(true)
_G.SDK.Orbwalker:SetMovement(true)
end
What is happening is, 90% of time it wont cast R.
Many thannks in advance
Sign In
Create Account

Back to top
Report







