So basically you took my akali source and reuploaded pretending it will magically work for nidaale right?
Great job Sir
http://paste.ubuntu.com/11903377/ that's mine, find a single difference.
Your code:
if CanUseSpell(myHero, _R) == READY and IsInDistance(unit, 700) then
CastTargetSpell(unit, _R)
elseif CanUseSpell(myHero, _Q) == READY and IsInDistance(unit, 600) then
CastTargetSpell(unit,_Q)
elseif CanUseSpell(myHero, _E) == READY and IsInDistance(unit, 350) then
CastSkillShot(myHero,_E)
My code:
if CanUseSpell(myHero, _Q) == READY and IsInDistance(unit, 1500) then
CastTargetSpell(unit,_Q)
elseif CanUseSpell(myHero, _R) == READY and IsInDistance(unit, 375) then
CastSkillShot(myHero,_R)
elseif CanUseSpell(myHero, _E) == READY and IsInDistance(unit, 275) then
CastSkillShot(myHero,_E)
elseif CanUseSpell(myHero, _Q) == READY and IsInDistance(unit, 200) then
CastSkillShot(myHero,_Q)
We both used Activator(from Inspired Cass) so dont talk about it please. And go try to insult me in different way because that was really dumb.