Jump to content

Welcome to Gaming On Steroids Forums
Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, post status updates, manage your profile and so much more. This message will be removed once you have signed in.
Login to Account Create an Account
Photo

[library/script] simple auto level spell

auto level spell library

  • Please log in to reply
15 replies to this topic

#1
ilovesona

ilovesona

    Sona's wife

  • Contributor
  • 1,096 posts

This is a library/script for auto level spell, you can use it as a standalone script or a lib
 
 
 
Feature:

  • use only 4 slot to level up your spell, like RQEW, RQWE, QEWR....etc, don't need to write 18 slot level sequence :lazy:  
  • you can set special level sequence pre lv4, like QWQE, EWQE...etc
  • you can disable auto level spell for lv 1 team fight
  • support all champion(no predefined level sequence, you need set it in game by yourself)

Download:
simple auto level spell.lua
https://github.com/i...level spell.lua
installtogos.jpg
 
Requirement:
Dlib
http://gamingonstero...ry-dlib-rework/
 
 
Usage: 
in game, press shift to set your level spell sequence in DLib menu, then press F6F6 after you change the spell sequence 
 
Change log:

2016.01.03: support multi lv points now, means you can use it in ARAM, and update to new api to provide more reliable lv spell method

2015.10.26: update to new api(rip OnLoop)
2015.09.05: you can set lv4 spell now(might good for some champion)
 
API(for dev only):


setLvSpellSequence(spellSequence, spellSequencePre3[option], disableAtLv1[option])

spellSequence is a table for your spell sequence, it's priority based, so you only need set 4 slots for it
spellSequencePre3 is a table for your spell sequence pre-Lv3 , you need set 3 slots for it
disableAtLv1 is a bool, default is false, set it ture for Lv1 teamfight is good idea
 
example1:
 

--Vayne, if you might want W for Lv1 team fight instead Q
s = require 'simple auto level spell'
s.setLvSpellSequence({_R, _W, _Q, _E}, {_Q, _W, _W}, true)

example2:



--Ezreal, you don't want to learn W, so don't need set spellSequencePre3, and you always learn Q at Lv1
s = require 'simple auto level spell'
s.setLvSpellSequence({_R, _Q, _E, _W})

Edited by ilovesona, 03 January 2016 - 09:18 .

  • 0

#2
Yun

Yun

    Advanced Member

  • Members
  • 177 posts

KappaHD


  • 0

#3
L4BZz

L4BZz

    Advanced Member

  • Members
  • 107 posts
  • LocationNowhere, near the dog courage.

How about udyr ? how about leveling ur R last. because udyr doesn't use his R if u're playing AD


  • 0

#4
ilovesona

ilovesona

    Sona's wife

  • Contributor
  • 1,096 posts

How about udyr ? how about leveling ur R last. because udyr doesn't use his R if u're playing AD

sure, just set R last


  • 0

#5
BetweenAydin

BetweenAydin

    Member

  • Members
  • 11 posts
  • LocationTurkey / İzmir

ty ty ty 


  • 0

#6
ilovesona

ilovesona

    Sona's wife

  • Contributor
  • 1,096 posts

update:

2015.09.05: you can set lv4 spell now(might good for some champion)


  • 0

#7
Elmuerte

Elmuerte

    Member

  • Members
  • 18 posts

I am too lazy, so thanks!


  • 0

#8
ilovesona

ilovesona

    Sona's wife

  • Contributor
  • 1,096 posts

update:

 2015.10.26: update to new api(rip OnLoop)


  • 0

#9
Feretorix

Feretorix

    Administrator

  • Administrators
  • 3,160 posts

Script approved, seems to be fine.


  • 0

#10
Darkness

Darkness

    GoSDB's manager

  • Banned
  • PipPipPip
  • 1,137 posts

added to gosdb :)


  • 0

#11
ilovesona

ilovesona

    Sona's wife

  • Contributor
  • 1,096 posts

update:

2016.01.03: support multi lv points now, means you can use it in ARAM, and update to new api to provide more reliable lv spell method


  • 0

#12
sauyiro

sauyiro

    Advanced Member

  • Members
  • 42 posts

i have a problem whit grave specific 

     last time i play it (wend was free) i decide to put lvl 1 to 4  q e q e so it can force w to start lvling up after max all other ability but now i want to change it to q e q w and wend i do it look like is fine but wend it lvl up ability go the old setting(q e q e) i press F6 cux it say wend update  u need to reload but it reset it back to the old setting(q e q e) and never update it is just stuck on dat sething


  • 0

#13
ilovesona

ilovesona

    Sona's wife

  • Contributor
  • 1,096 posts

i have a problem whit grave specific 
     last time i play it (wend was free) i decide to put lvl 1 to 4  q e q e so it can force w to start lvling up after max all other ability but now i want to change it to q e q w and wend i do it look like is fine but wend it lvl up ability go the old setting(q e q e) i press F6 cux it say wend update  u need to reload but it reset it back to the old setting(q e q e) and never update it is just stuck on dat sething


I think your settings didn't save correctly, delete the config.lua and try again
  • 0

#14
sauyiro

sauyiro

    Advanced Member

  • Members
  • 42 posts

I think your settings didn't save correctly, delete the config.lua and try again

ty for tell me what .lua was seving  i change it there and now is working ^_^


  • 0

#15
sauyiro

sauyiro

    Advanced Member

  • Members
  • 42 posts

your srcitp stop working after the ddos of 2 days ago i am looking for u to see what happen and the fix ^_^


  • 0

#16
ilovesona

ilovesona

    Sona's wife

  • Contributor
  • 1,096 posts

your srcitp stop working after the ddos of 2 days ago i am looking for u to see what happen and the fix ^_^

uh...ddos won't affect my script...


  • 0




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users