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

SL-Series

Aatrox Vayne Blitzcrank Kalista Soraka Kindred Sivir Nasus VelKoz SpellShield

Best Answer Aristo , 10 March 2018 - 08:38

OUTDATED closed and moved to archive. Go to the full post »


  • This topic is locked This topic is locked
448 replies to this topic

#181
Zwei

Zwei

    Advanced Member

  • Contributor
  • 2,201 posts

Test Version of SL-AIO

 

please test and give Feedback!

 

Additional Supported Champions by SL-AIO:

- Orianna

- Veigar

- KogMaw

- Ahri

- Zed

- Anivia

- Syndra

- Draven


  • 5

#182
AnhDuc

AnhDuc

    GoS Lover

  • Contributor
  • 3,208 posts
  • LocationVietnam

Test Version of the new Vel

If I get enough feedback I'll put it in, if not I'll make it VIP :minikappa:

 

which champs do this support?


  • 0

#183
Depowerwin555

Depowerwin555

    Advanced Member

  • Members
  • 93 posts

Test Version of the new Vel

If I get enough feedback I'll put it in, if not I'll make it VIP :minikappa:

Whats the differents between percise split and performance split


  • 0

#184
hXnarutoXone

hXnarutoXone

    Advanced Member

  • Members
  • 46 posts

awsome


  • 0

#185
hXnarutoXone

hXnarutoXone

    Advanced Member

  • Members
  • 46 posts

gos loader make the game stuck at loading screen in special modes like ascenstion


  • 0

#186
Zwei

Zwei

    Advanced Member

  • Contributor
  • 2,201 posts

Whats the differents between percise split and performance split

 

Percise ticks way more often and requires more CPU usage.


  • 0

#187
Zwei

Zwei

    Advanced Member

  • Contributor
  • 2,201 posts

which champs do this support?

 

local SLSChamps = {    
    ["Vayne"] = true,
    ["Soraka"] = true,
    ["Blitzcrank"] = true,
    ["Kalista"] = true,
    ["Velkoz"] = true,
    ["Nasus"] = true,
    ["Jinx"] = true,
    ["Aatrox"] = true,
    ["Kindred"] = true,
    ["Nocturne"] = true,
    ["Sivir"] = true,
    ["Vladimir"] = true,
    ["Orianna"] = true,
}


  • 0

#188
AnhDuc

AnhDuc

    GoS Lover

  • Contributor
  • 3,208 posts
  • LocationVietnam

local SLSChamps = {    
    ["Vayne"] = true,
    ["Soraka"] = true,
    ["Blitzcrank"] = true,
    ["Kalista"] = true,
    ["Velkoz"] = true,
    ["Nasus"] = true,
    ["Jinx"] = true,
    ["Aatrox"] = true,
    ["Kindred"] = true,
    ["Nocturne"] = true,
    ["Sivir"] = true,
    ["Vladimir"] = true,
    ["Orianna"] = true,
}

thanks :)

so no utility and evade supported yet?


  • 0

#189
Zwei

Zwei

    Advanced Member

  • Contributor
  • 2,201 posts

thanks :)

so no utility and evade supported yet?

 

SL-AIO contains the Utility, Evade, Orbwalker, old Champs and some new ones.


  • 0

#190
AnhDuc

AnhDuc

    GoS Lover

  • Contributor
  • 3,208 posts
  • LocationVietnam

SL-AIO contains the Utility, Evade, Orbwalker, old Champs and some new ones.

nice :D


  • 0

#191
Galegoo

Galegoo

    Newbie

  • Members
  • 1 posts

PLS HELP ! cannot focus a disabled or invisible window


  • 0

#192
Zwei

Zwei

    Advanced Member

  • Contributor
  • 2,201 posts

PLS HELP ! cannot focus a disabled or invisible window

what do you mean?


  • 0

#193
Zwei

Zwei

    Advanced Member

  • Contributor
  • 2,201 posts

120447002f303299ba556739b417ce20.png

b5d24489a84aadf3d46716fd96957d0f.png

SoonTM (probably tomorrow)


  • 0

#194
Daimonass

Daimonass

    Advanced Member

  • Members
  • 36 posts

Test Version of the new Vel

If I get enough feedback I'll put it in, if not I'll make it VIP :minikappa:

I tried now this script with vel'koz.. So he have to use "E" yes ? But in combo mode, hes never use in 15 min then i play with bot against ryze..


  • 0

#195
DarkAvenger

DarkAvenger

    Advanced Member

  • Members
  • 73 posts

The velkoz script is perfect. I played a normal game and had no issues at all.

Suggestion: add semi-manual R key

 

Apj3ZMf.png


  • 0

#196
Daimonass

Daimonass

    Advanced Member

  • Members
  • 36 posts

The velkoz script is perfect. I played a normal game and had no issues at all.

Suggestion: add semi-manual R key

 

Apj3ZMf.png

 

 

You talking about this "new" vel'koz who was re-write ? If yes, in combo script using "e" ?


  • 0

#197
DarkAvenger

DarkAvenger

    Advanced Member

  • Members
  • 73 posts

You talking about this "new" vel'koz who was re-write ? If yes, in combo script using "e" ?

was talking about the old one

I tested the new one too and it seems to work much better


  • 0

#198
Zwei

Zwei

    Advanced Member

  • Contributor
  • 2,201 posts

was talking about the old one

I tested the new one too and it seems to work much better

 

What do you mean with semi auto Ult?

On KeyPress?
Because right now it calcs if it can kill the unit if the unit is running from you

function Velkoz:RDmg(unit)
local hP = math.min(math.max(1550 - unit.distance,0)/(unit.ms*.8),2.5)/2.5
local pT = (self.Deconstructed[unit.networkID] or 0) + math.floor(hP/0.28)
local damage = hP * (275 + 175*GetCastLevel(myHero,3) + GetBonusAP(myHero) * 1.25) 
return self.Researched[unit.networkID] and damage + (pT > 2 and self.Dmg[-1](unit) or 0) or CalcDamage(myHero,unit,0,damage) + (pT > 2 and self.Dmg[-1](unit) or 0)
end 

  • 0

#199
Zwei

Zwei

    Advanced Member

  • Contributor
  • 2,201 posts

If everything goes well we will move SL-Series into SL-AIO soon so there will only be the new one.

 

If you are still missing features for the VelKoz make sure to PM them to me and I will try to add them :wub:


  • 0

#200
Zwei

Zwei

    Advanced Member

  • Contributor
  • 2,201 posts

Added KogMaw in SL-AIO


  • 0





Also tagged with one or more of these keywords: Aatrox, Vayne, Blitzcrank, Kalista, Soraka, Kindred, Sivir, Nasus, VelKoz, SpellShield

1 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users


    Bing (1)