NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

--[[
Auto Level Spells
v0.2c

Levels the Abilities of every single Champion
Written by grey

Dont forget to check the abilitySequence of your champion
Thanks to Zynox who gave me some ideas and tipps.
the default ability sequences are from mobafire :)

Modified by Mistal for BoL
]]


--[[ Globals ]]
checkInterval = 250
abilitySequence = {}
abilityLevel = 0
player = GetMyHero()

function getSpellSlot(value)
if value == 1 then return SPELL_1
elseif value == 2 then return SPELL_2
elseif value == 3 then return SPELL_3
elseif value == 4 then return SPELL_4
end
end

function OnTick()

if player.level > abilityLevel then

abilityLevel=abilityLevel+1
LevelSpell(getSpellSlot(abilitySequence[abilityLevel]))
end
end

champ=player.charName

--[[
in this section you can change the abilitySequence of your champion
please contact me if you find an abilitySequence which works, that i can give this an approved seal. also contact me, if it doesnt work (give me the name of this champ written in the ingame console)
to disable AutoLevelSpells Script for a specific champ just comment out the line like this: --elseif champ=.....
]]
if champ=="Ahri" then abilitySequence={1,3,2,1,1,4,1,2,1,2,4,2,2,3,3,4,3,3,}
elseif champ=="Akali" then abilitySequence={1,3,1,2,1,4,1,3,1,2,4,3,3,2,2,4,3,2,}
elseif champ=="Alistar" then abilitySequence={1,3,2,1,3,4,1,3,1,3,4,1,3,2,2,4,2,2,}
elseif champ=="Amumu" then abilitySequence={1,3,3,2,3,4,3,2,3,2,4,2,2,1,1,4,1,1,}
elseif champ=="Anivia" then abilitySequence={1,3,3,2,3,4,3,1,3,1,4,1,1,2,2,4,2,2,}
elseif champ=="Annie" then abilitySequence={1,2,1,2,1,4,1,2,1,2,4,2,3,3,3,4,3,3,}
elseif champ=="Ashe" then abilitySequence={2,1,3,1,3,4,1,3,1,3,4,1,3,2,2,4,2,2,}
elseif champ=="Blitzcrank" then abilitySequence={1,3,2,3,2,4,3,2,3,2,4,3,2,1,1,4,1,1,}
elseif champ=="Brand" then abilitySequence={2,1,3,2,2,4,2,3,2,3,4,3,3,1,1,4,1,1,}
elseif champ=="Caitlyn" then abilitySequence={2,1,1,3,1,4,1,3,1,3,4,3,3,2,2,4,2,2,}
elseif champ=="Cassiopeia" then abilitySequence={1,3,1,2,1,4,1,3,1,3,4,3,3,2,2,4,2,2,}
elseif champ=="Chogath" then abilitySequence={1,3,2,2,2,4,2,3,2,3,4,3,3,1,1,4,1,1,}
elseif champ=="Corki" then abilitySequence={1,2,1,3,1,4,1,3,1,3,4,3,3,2,2,4,2,2,}
elseif champ=="DrMundo" then abilitySequence={1,2,1,3,1,4,1,3,1,3,4,3,2,3,2,4,2,2,}
elseif champ=="Evelynn" then abilitySequence={2,3,2,1,3,4,3,3,2,3,4,1,1,1,1,4,2,2,}
elseif champ=="Ezreal" then abilitySequence={1,3,1,2,1,4,1,3,1,3,4,3,3,2,2,4,2,2,}
elseif champ=="Fiddlesticks" then abilitySequence={2,3,2,1,3,4,2,2,2,3,4,3,3,1,4,1,1,1,}
elseif champ=="Fizz" then abilitySequence={3,1,2,1,2,4,1,1,1,2,4,2,2,3,3,4,3,3,}
elseif champ=="Galio" then abilitySequence={1,2,1,3,1,4,1,2,1,2,4,3,3,2,2,4,3,3,}
elseif champ=="Gangplank" then abilitySequence={1,2,1,3,1,4,1,2,1,2,4,2,2,3,3,4,3,3,}
elseif champ=="Garen" then abilitySequence={3,1,3,2,3,4,3,1,3,1,4,1,1,2,2,4,2,2,}
elseif champ=="Gragas" then abilitySequence={1,3,1,2,1,4,1,3,1,3,4,3,3,2,2,4,2,2,}
elseif champ=="Graves" then abilitySequence={1,3,1,2,1,4,1,3,1,3,4,3,3,2,2,4,2,2,}
elseif champ=="Heimerdinger" then abilitySequence={1,2,2,1,1,4,3,2,2,2,4,1,1,3,3,4,1,1,}
elseif champ=="Irelia" then abilitySequence={1,2,3,2,2,4,2,1,2,1,4,1,1,3,3,4,3,3,}
elseif champ=="Janna" then abilitySequence={3,1,3,2,3,4,3,2,3,2,2,2,4,1,1,4,1,1,}
elseif champ=="JarvanIV" then abilitySequence={1,3,1,2,1,4,1,3,2,1,4,3,3,3,2,4,2,2,}
elseif champ=="Jax" then abilitySequence={1,2,3,1,1,4,1,2,1,2,4,2,3,2,3,4,3,3,}
elseif champ=="Karma" then abilitySequence={1,3,1,2,3,1,3,1,3,1,3,1,3,2,2,2,2,2,}
elseif champ=="Karthus" then abilitySequence={1,2,1,3,1,4,1,3,1,3,4,3,2,3,2,4,2,2,}
elseif champ=="Kassadin" then abilitySequence={1,2,1,3,1,4,1,3,1,3,4,3,3,2,2,4,2,2,}
elseif champ=="Katarina" then abilitySequence={3,1,3,2,3,4,3,1,3,1,4,1,1,2,2,4,2,2,}
elseif champ=="Kayle" then abilitySequence={3,2,3,1,3,4,3,2,3,2,4,2,2,1,1,4,1,1,}
elseif champ=="Kennen" then abilitySequence={1,2,3,1,2,4,1,2,1,1,4,2,2,3,3,4,3,3,}
elseif champ=="KogMaw" then abilitySequence={2,3,2,1,2,4,2,1,2,1,4,1,1,3,3,4,3,3,}
elseif champ=="Leblanc" then abilitySequence={1,2,1,3,1,4,1,2,1,2,4,2,3,2,3,4,3,3,}
elseif champ=="LeeSin" then abilitySequence={3,2,1,1,1,4,1,2,1,2,4,2,3,2,3,4,3,3,}
elseif champ=="Leona" then abilitySequence={1,3,2,2,2,4,2,3,2,3,4,3,3,1,1,4,1,1,}
elseif champ=="Lux" then abilitySequence={3,1,3,2,3,4,3,1,3,1,4,1,1,2,2,4,2,2,} --approved
elseif champ=="Malphite" then abilitySequence={1,3,1,2,1,4,1,3,1,3,4,3,2,3,2,4,2,2,}
elseif champ=="Malzahar" then abilitySequence={1,3,3,2,3,4,1,3,1,3,4,2,1,2,1,4,2,2,}
elseif champ=="Maokai" then abilitySequence={3,2,3,1,3,4,3,2,3,2,4,1,1,2,2,4,1,1,}
elseif champ=="MasterYi" then abilitySequence={3,1,3,1,3,4,3,1,3,1,4,1,2,2,2,4,2,2,}
elseif champ=="MissFortune" then abilitySequence={2,1,2,3,2,4,2,3,2,3,4,3,3,1,1,4,1,1,}
elseif champ=="Mordekaiser" then abilitySequence={3,1,3,2,3,4,3,1,3,1,4,1,1,2,2,4,2,2,}
elseif champ=="Morgana" then abilitySequence={1,2,2,3,2,4,2,3,2,3,4,3,3,1,1,4,1,1,}
elseif champ=="Nasus" then abilitySequence={1,2,1,3,1,4,1,2,1,2,4,2,3,2,3,4,3,3,}
elseif champ=="Nidalee" then abilitySequence={2,3,1,3,1,4,3,2,3,1,4,3,1,1,2,4,2,2,}
elseif champ=="Nocturne" then abilitySequence={1,2,1,3,1,4,1,3,1,3,4,3,3,2,2,4,2,2,}
elseif champ=="Nunu" then abilitySequence={3,1,3,2,1,4,3,1,3,1,4,1,3,2,2,4,2,2,}
elseif champ=="Olaf" then abilitySequence={2,1,2,3,3,4,3,3,3,1,4,2,1,1,2,4,2,1,}
elseif champ=="Orianna" then abilitySequence={1,2,1,3,1,4,1,2,1,2,4,2,2,3,3,4,3,3,}
elseif champ=="Pantheon" then abilitySequence={1,2,3,1,1,4,1,3,1,3,4,3,2,3,2,4,2,2,}
elseif champ=="Poppy" then abilitySequence={3,2,1,1,1,4,1,2,1,2,2,2,3,3,3,3,4,4,}
elseif champ=="Rammus" then abilitySequence={1,2,3,3,3,4,3,2,3,2,4,2,2,1,1,4,1,1,}
elseif champ=="Renekton" then abilitySequence={2,1,3,1,1,4,1,2,1,2,4,2,2,3,3,4,3,3,}
elseif champ=="Riven" then abilitySequence={1,2,3,2,2,4,2,3,2,3,4,3,3,1,1,4,1,1,}
elseif champ=="Rumble" then abilitySequence={1,3,2,1,1,4,2,1,1,3,4,2,3,2,3,4,2,3,}
elseif champ=="Ryze" then abilitySequence={2,1,3,1,1,4,1,2,1,2,4,2,2,3,3,4,3,3,}
elseif champ=="Sejuani" then abilitySequence={2,1,3,3,2,4,3,2,3,3,4,2,1,2,1,4,1,1,}
elseif champ=="Shaco" then abilitySequence={2,3,1,3,3,4,3,2,3,2,4,2,2,1,1,4,1,1,}
elseif champ=="Shen" then abilitySequence={1,2,1,3,1,4,1,3,1,3,4,3,3,2,2,4,2,2,}
elseif champ=="Shyvana" then abilitySequence={2,1,2,3,2,4,2,1,2,1,4,1,1,3,3,4,3,3,}
elseif champ=="Singed" then abilitySequence={3,1,2,1,1,4,1,2,1,2,4,2,2,3,3,4,3,3,}
elseif champ=="Sion" then abilitySequence={1,3,3,2,3,4,3,1,3,1,4,1,1,2,2,4,2,2,}
elseif champ=="Sivir" then abilitySequence={1,3,1,2,1,4,1,2,1,2,4,2,3,2,3,4,3,3,}
elseif champ=="Skarner" then abilitySequence={1,2,1,3,1,4,1,2,1,2,4,2,2,3,3,4,3,3,}
elseif champ=="Sona" then abilitySequence={2,1,2,3,2,4,2,1,2,1,4,1,1,3,3,4,3,3,}
elseif champ=="Soraka" then abilitySequence={2,3,2,3,1,4,2,3,2,3,4,2,3,1,1,4,1,1,} -- optmized to my Soraka support.
elseif champ=="Swain" then abilitySequence={2,3,3,1,3,4,3,1,3,1,4,1,1,2,2,4,2,2,}
elseif champ=="Talon" then abilitySequence={2,3,1,2,2,4,2,1,2,1,4,1,1,3,3,4,3,3,}
elseif champ=="Taric" then abilitySequence={3,2,1,2,2,4,1,2,2,1,4,1,1,3,3,4,3,3,}
elseif champ=="Teemo" then abilitySequence={1,3,2,3,1,4,3,3,3,1,4,2,2,1,2,4,2,1,}
elseif champ=="Tristana" then abilitySequence={3,2,2,3,2,4,2,1,2,1,4,1,1,1,3,4,3,3,}
elseif champ=="Trundle" then abilitySequence={1,2,1,3,1,4,1,2,1,3,4,2,3,2,3,4,2,3,}
elseif champ=="Tryndamere" then abilitySequence={3,1,2,1,1,4,1,2,1,2,4,2,2,3,3,4,3,3,}
elseif champ=="TwistedFate" then abilitySequence={2,1,1,3,1,4,2,1,2,1,4,2,2,3,3,4,3,3,} -- for TF AP
elseif champ=="Twitch" then abilitySequence={1,3,3,2,3,4,3,1,3,1,4,1,1,2,2,1,2,2,}
elseif champ=="Udyr" then abilitySequence={1,2,1,3,1,3,2,1,2,1,2,3,2,4,3,3,4,4,}
elseif champ=="Urgot" then abilitySequence={3,1,1,2,1,4,1,2,1,3,4,2,3,2,3,4,2,3,}
elseif champ=="Vayne" then abilitySequence={1,3,2,1,1,4,1,3,1,3,4,3,3,2,2,4,2,2,}
elseif champ=="Veigar" then abilitySequence={1,3,1,2,1,4,2,2,2,2,4,3,1,1,3,4,3,3,}
elseif champ=="Viktor" then abilitySequence={3,2,3,1,3,4,3,1,3,1,4,1,2,1,2,4,2,2,}
elseif champ=="Vladimir" then abilitySequence={1,3,1,2,1,4,1,3,1,3,4,3,2,3,2,4,2,2,}
elseif champ=="Volibear" then abilitySequence={2,3,2,1,2,4,3,2,1,2,4,3,1,3,1,4,3,1,}
elseif champ=="Warwick" then abilitySequence={2,1,1,2,1,4,1,3,1,3,4,3,3,3,2,4,2,2,}
elseif champ=="MonkeyKing" then abilitySequence={3,1,2,1,1,4,3,1,3,1,4,3,3,2,2,4,2,2,} --approved
elseif champ=="Xerath" then abilitySequence={1,3,1,2,1,4,1,2,1,2,4,2,2,3,3,4,3,3,}
elseif champ=="XinZhao" then abilitySequence={1,3,1,2,1,4,1,2,1,2,4,2,2,3,3,4,3,3,}
elseif champ=="Yorick" then abilitySequence={2,3,1,3,3,4,3,2,3,1,4,2,1,2,1,4,2,1,}
elseif champ=="Ziggs" then abilitySequence={1,3,1,2,1,4,1,3,1,3,4,3,3,2,2,4,2,2,}
elseif champ=="Zilean" then abilitySequence={1,2,3,1,1,4,1,3,1,3,4,2,3,2,3,4,2,2,}
else PrintChat(string.format(" >> AutoLevelSpell Script disabled for %s" ,champ))

end

--if table.getn(abilitySequence) == 18 then
PrintChat(" >> AutoLevelSpell Script loaded!")
--else
--PrintChat(" >> AutoLevelSpell Ability Sequence Error")
--end
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.