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

Garen Auto R - Updated to new Inspired/ API

Garen Kill Passive Logge OP JK

  • Please log in to reply
17 replies to this topic

#1
Lelouch

Lelouch

    ?

  • Members
  • 464 posts

Heyo I made an easy Garen Auto R, because I was bored :P

 

Features:

- Auto Ult

- Passive check

- IOW support

- Anti overkill

- Drawings

 

Source

 


  • 5

#2
ButterSmooth

ButterSmooth

    Advanced Member

  • Members
  • 710 posts
Best upvote Kappa
  • 0

#3
Lelouch

Lelouch

    ?

  • Members
  • 464 posts

Best upvote Kappa

Already forgot that topic and was wondering where that upvote was coming from Doge :fappa:


  • 0

#4
Kenshin

Kenshin

    Advanced Member

  • Members
  • 60 posts

Always leaves enemy with 1 AA of HP.
Tested vs Bots


  • 0

#5
Darkness

Darkness

    GoSDB's manager

  • Banned
  • PipPipPip
  • 1,137 posts

do you want me to add it or no?

if yes, in utlity or garen?


  • 0

#6
Lelouch

Lelouch

    ?

  • Members
  • 464 posts

do you want me to add it or no?

if yes, in utlity or garen?

already requested and awaiting approval?


  • 0

#7
Lelouch

Lelouch

    ?

  • Members
  • 464 posts

Always leaves enemy with 1 AA of HP.
Tested vs Bots

removed 1 base dmg xD
Could you please test again?


  • 0

#8
ButterSmooth

ButterSmooth

    Advanced Member

  • Members
  • 710 posts

removed 1 base dmg xD
Could you please test again?

That one hit is the ultimate blow why u delete it :dogecry:
  • 0

#9
Lelouch

Lelouch

    ?

  • Members
  • 464 posts
Rewrote with drawings now
  • 0

#10
cyberepic

cyberepic

    Newbie

  • Members
  • 8 posts

Nice work. can you make one for darius?


  • 0

#11
Elmuerte

Elmuerte

    Member

  • Members
  • 18 posts

Nice job! Works fine! 1 time hitted jax's E


  • 0

#12
leoferrerinha

leoferrerinha

    Advanced Member

  • Members
  • 35 posts
  • LocationBrasil

Drawing plz

upvote :3


  • 0

#13
Lelouch

Lelouch

    ?

  • Members
  • 464 posts

Drawing plz

upvote :3

Added drawings, but seems kinda buggy

A more experienced programmer has to take a look at it ;)


  • 0

#14
Yun

Yun

    Advanced Member

  • Members
  • 177 posts

t9ciCAE.jpg

 

use your script


  • 0

#15
ilovesona

ilovesona

    Sona's wife

  • Contributor
  • 1,096 posts

you should loop all enemies instead just use GetCurrentTarget() api


  • 0

#16
MarCiii

MarCiii

    Advanced Member

  • Members
  • 216 posts
  • LocationMoTBase City

This is what i am using for Inspired V30, but i never made a script for Garen :)

Garen.lua

OnLoop(function(myHero)
--MoT:UseItem(3144, 3) --SPOILER XD
  if CanUseSpell(myHero,_R) == READY then
    for i,target in pairs(Gos:GetEnemyHeroes()) do
      local Rlvl = GetCastLevel(myHero,_R)
      local Rdmg = 175*Rlvl + ((GetMaxHP(target)-GetCurrentHP(target))*(0.219+0.067*Rlvl))
      if GoS:ValidTarget(target, GetCastRange(myHero,_R)) then
        if GotBuff(target,"garenpassivegrit") >= 1 and GetCurrentHP(target) < Rdmg then
        CastTargetSpell(target,_R)
        elseif GotBuff(target,"garenpassivegrit") < 1 and GetCurrentHP(target) < GoS:CalcDamage(myHero, target, 0, Rdmg) then
        CastTargetSpell(target,_R)
        end
      end
    end
  end  
end)

  • 0

#17
Lelouch

Lelouch

    ?

  • Members
  • 464 posts

you should loop all enemies instead just use GetCurrentTarget() api

 

 

 

This is what i am using for Inspired V30, but i never made a script for Garen :)

Garen.lua

OnLoop(function(myHero)
--MoT:UseItem(3144, 3) --SPOILER XD
  if CanUseSpell(myHero,_R) == READY then
    for i,target in pairs(Gos:GetEnemyHeroes()) do
      local Rlvl = GetCastLevel(myHero,_R)
      local Rdmg = 175*Rlvl + ((GetMaxHP(target)-GetCurrentHP(target))*(0.219+0.067*Rlvl))
      if GoS:ValidTarget(target, GetCastRange(myHero,_R)) then
        if GotBuff(target,"garenpassivegrit") >= 1 and GetCurrentHP(target) < Rdmg then
        CastTargetSpell(target,_R)
        elseif GotBuff(target,"garenpassivegrit") < 1 and GetCurrentHP(target) < GoS:CalcDamage(myHero, target, 0, Rdmg) then
        CastTargetSpell(target,_R)
        end
      end
    end
  end  
end)

Changed some stuff around, should no longer error because of drawings and it should cycle champs now :)


  • 0

#18
Lelouch

Lelouch

    ?

  • Members
  • 464 posts

Updated to API and new Inspired stuff


  • 0





Also tagged with one or more of these keywords: Garen, Kill, Passive, Logge, OP, JK

1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users