Still not show in menu
Still not show in menu
Still not show in menu
Did you get the newest version of Inspired lib just in case download it today. Which champion are you using?
It all newest version, i play ekko
yea the q pred still doen's work for me
yea the q pred still doen's work for me
K checking it out right now.
yea the q pred still doen's work for me
Seems to work for me.
Don't show your menu ! Here
nidalee still doesn't show up the menu
Nothing happened! I cannot load this script :v!
Ekko not work good ........
Just a question what is your op kill logic on syndra ive checked and dont see any dmg calcs.
Just a question what is your op kill logic on syndra ive checked and dont see any dmg calcs.
Working on it.
Don't show your menu ! Here
Put require('CloudAIO') before pcall also download the very latest Inspired.
Working on it.
Put require('CloudAIO') before pcall also download the very latest Inspired.
Just still the same, notthing happen. I play Nidalee
The menu does not show up.. Playing Nida
Where i can get what i need? i mean CLOUDAIO IAC AND ETC?
I have noticed an error in CloudAIO and am currently working on the problem.
you forgot to add the download link,i would really like to test nida script and give some feedbacks, score of my games with your sciprt , waiting for dl link!
Old script nidalee of Cloud i'm using, save as Nidalee.lua in common folder!
--MenuConfig = scriptConfig("Nidalee", "Nidalee.lua")Config.addParam("Q", "Use Q", SCRIPT_PARAM_ONOFF, true)Config.addParam("W", "Use W", SCRIPT_PARAM_ONOFF, true)Config.addParam("E", "Use E", SCRIPT_PARAM_ONOFF, true)Config.addParam("R", "Use R", SCRIPT_PARAM_ONOFF, true)Config.addParam("Q2", "Use Q2", SCRIPT_PARAM_ONOFF, true)Config.addParam("W2", "Use W2", SCRIPT_PARAM_ONOFF, true)Config.addParam("E2", "Use E2", SCRIPT_PARAM_ONOFF, true)--StartOnLoop(function(myHero)AutoIgnite()if IWalkConfig.Combo thenlocal unit = GetCurrentTarget()if ValidTarget(unit, 1500) then-- Nidalee Human Trapif GetCastName(myHero, _W) == "Bushwhack" thenlocal WPred = GetPredictionForPlayer(GetMyHeroPos(),unit,GetMoveSpeed(unit),1700,250,900,50,true,true)if Config.W thenif CanUseSpell(myHero, _W) == READY and WPred.HitChance == 1 thenCastSkillShot(_W,WPred.PredPos.x,WPred.PredPos.y,WPred.PredPos.z)endendend-- Nidalee human spearif GetCastName(myHero, _Q) == "JavelinToss"then-- GetPredictionForPlayer(startPosition, targetUnit, targetUnitMoveSpeed, spellTravelSpeed, spellDelay, spellRange, spellWidth, collision, addHitBox)local QPred = GetPredictionForPlayer(GetMyHeroPos(),unit,GetMoveSpeed(unit),1600,250,1500,55,true,true)if Config.Q thenif CanUseSpell(myHero, _Q) == READY and QPred.HitChance == 1 thenCastSkillShot(_Q,QPred.PredPos.x,QPred.PredPos.y,QPred.PredPos.z)endendend-- Nidalee human healif GetCastName(myHero, _E) == "PrimalSurge" thenif Config.E thenif CanUseSpell(myHero, _E) == READY thenCastTargetSpell(myHero, _E)endendend-- Tansform to cougarif GetCastName(myHero, _R) == "AspectOfTheCougar" thenif Config.R thenif unit ~= nil thenif CanUseSpell(myHero, _R) == READY and CanUseSpell(myHero, _W) ~= READY and CanUseSpell(myHero, _Q) ~= READY and IsInDistance(unit, 750) thenCastTargetSpell(myHero, _R)endendendend-- Cougar attack Qif GetCastName(myHero, _Q) == "Takedown" thenif Config.Q2 thenif CanUseSpell(myHero, _Q) == READY and IsInDistance(unit, 475) thenCastTargetSpell(unit, _Q)endendend-- Cougar pounce Wif GetCastName(myHero, _W) == "Pounce" thenif Config.W2 thenif CanUseSpell(myHero, _W) == READY and IsInDistance(unit, 375) thenCastTargetSpell(unit, _W)endendend-- E cast in cougar formif GetCastName(myHero, _E) == "Swipe" thenif Config.E2 thenif CanUseSpell(myHero, _E) == READY and IsInDistance(unit, 300) thenCastTargetSpell(unit, _E)endendend-- Transform backif GetCastName(myHero, _R) == "AspectOfTheCougar" thenif Config.R thenif unit ~= nil thenif CanUseSpell(myHero, _R) == READY and CanUseSpell(myHero, _W) ~= READY and CanUseSpell(myHero, _Q) ~= READY thenCastSpell(_R)endendendendendendend)
you forgot to add the download link,i would really like to test nida script and give some feedbacks, score of my games with your sciprt , waiting for dl link!
Wait for me to fix the errors. Also 5.15
CloudAIO updated if you get Iwalk error just click ok and the script will work just fine.
0 members, 2 guests, 0 anonymous users