Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- OnProcessSpell(function(unit, spell)
- local unit = GetCurrentTarget()
- if unit and unit == myHero and spell and spell.name and spell.name:lower():find("attack") then
- if Config.Combo and ValidTarget(unit) then
- DelayAction(function() CastTargetSpell(myHero, _Q) end, spell.windUpTime * 800) -- 800 ms DELAY
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement