Still not show in menu
Login to Account Create an Account

CloudAIO v16[IAC] v5.4 *FINAL* I Will no longer...
#41
Posted 04 August 2015 - 12:47

#42
Posted 04 August 2015 - 03:46

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?
#43
Posted 04 August 2015 - 04:08

It all newest version, i play ekko
#44
Posted 04 August 2015 - 05:03

yea the q pred still doen's work for me
#45
Posted 04 August 2015 - 05:15

yea the q pred still doen's work for me
K checking it out right now.
#46
Posted 04 August 2015 - 05:16

yea the q pred still doen's work for me
Seems to work for me.
#47
Posted 04 August 2015 - 05:32

Don't show your menu ! Here
#48
Posted 04 August 2015 - 06:30

nidalee still doesn't show up the menu
#49
Posted 04 August 2015 - 07:30

Nothing happened! I cannot load this script :v!
#50
Posted 04 August 2015 - 08:21

Ekko not work good ........
#51
Posted 04 August 2015 - 09:36

Just a question what is your op kill logic on syndra ive checked and dont see any dmg calcs.
#52
Posted 04 August 2015 - 01:34

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.
#53
Posted 04 August 2015 - 02:17

Working on it.
Put require('CloudAIO') before pcall also download the very latest Inspired.
Just still the same, notthing happen. I play Nidalee
#54
Posted 04 August 2015 - 03:18

The menu does not show up.. Playing Nida
#55
Posted 04 August 2015 - 03:38

Where i can get what i need? i mean CLOUDAIO IAC AND ETC?
#56
Posted 04 August 2015 - 10:43

I have noticed an error in CloudAIO and am currently working on the problem.
#57
Posted 05 August 2015 - 07:13

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!
#58
Posted 05 August 2015 - 09:47

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)
#59
Posted 05 August 2015 - 02:22

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
#60
Posted 05 August 2015 - 03:41

CloudAIO updated if you get Iwalk error just click ok and the script will work just fine.
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users