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

¯\_(ツ)_/¯ INSPIRED'S AUTO CARRY ツ INSPIRED V16+ ツ SKILLSUPPORT FOR ALL ADC ツ PERFECT ORBWALK (╯°□°)╯︵ ┻━┻


  • Please log in to reply
133 replies to this topic

#121
3ev3

3ev3

    Member

  • Members
  • 15 posts

Hi Inspired. Thanks so much for the awesome lib and tool. I just wanted to share something and ask a question. Question first: it seems like IAC should be taking into account incoming damage onto minions with the PredictHealth function, but in my testing, it doesn't seem to ever release an auto attack before the minion gets below the HP of "dmg". Can you confirm the logic the lasthitting is using?

 

Secondly, I like Orianna, but her base AD is terrible. It makes lasthitting with IAC very unreliable. I added a function that calculates her passive damage, so it's a little better when you get some AP and some levels :) Please feel free to include it or anything similar in IAC if you wish at any time.

 

In function IAC:IWalk() gets this on line 119:

        local dmg = CalcDamage(myHero, k, GetBonusDmg(myHero)+GetBaseDamage(myHero)) + PassiveDamage()

And the function is

 function PassiveDamage()
    if myHeroName == "Orianna" then

	local mylevel = GetLevel(myHero)
	local bonusap = GetBonusAP(myHero)
		if mylevel > 15 then
			return math.floor( 50 + (bonusap * 0.15) )
			elseif mylevel > 12 then
			return math.floor( 42 + (bonusap * 0.15) )
			elseif mylevel > 9 then
			return math.floor( 34 + (bonusap * 0.15) )
			elseif mylevel > 6 then
			return math.floor( 26 + (bonusap * 0.15) )
			elseif mylevel > 3 then
			return math.floor( 18 + (bonusap * 0.15) )
			elseif mylevel > 0 then
			return math.floor( 10 + (bonusap * 0.15) )
		end
	else return 0
	end
end

This function can be expanded to include champs like Teeto, Corki, MF whatever, whoever has a passive or active that gives an auto attack modifier.

But the passive do 20% (first consecutive attack) to 40% (second consecutive attack) more dmg on the same target, so it is needed even a buff check


  • 0

#122
guang0605

guang0605

    Member

  • Members
  • 17 posts

This error occurs X.C.V button

 

2M4Nc8S.jpg


  • 0

#123
kit9

kit9

    Newbie

  • Members
  • 1 posts

This error occurs X.C.V button

 

2M4Nc8S.jpg

i am getting the same problem IAC.lua 217, how can fix this problem?


  • 0

#124
TSM

TSM

    Advanced Member

  • Members
  • 42 posts
  • LocationOCE

But the passive do 20% (first consecutive attack) to 40% (second consecutive attack) more dmg on the same target, so it is needed even a buff check

That is trivial and is left as an exercise to the reader.


  • 0

#125
bloodring001

bloodring001

    Newbie

  • Members
  • 5 posts

works perfectly , i love dravens script :D


  • 0

#126
Emex

Emex

    Advanced Member

  • Members
  • 43 posts

the error occurs if you press 'x'

(not sure about 'v' tho)


  • 0

#127
Maxxxel

Maxxxel

    The One

  • Scripts Developer
  • 1,196 posts
  • LocationGuess the right City to win 10$
FIXES (UNOFFICIAL)

Error at line 217:
-Open the Script with any Editor and search line "if not k.source.dead" and replace it by "if not IsDead(k.source)"

Error at line 202:
-need the error mesage first.
  • 0

#128
KillersDestiny

KillersDestiny

    Newbie

  • Members
  • 1 posts

Please help me!

All work but for ex. when i play with jinx and use spacebar/x/c/v the animation of the attack is very slow!

I want to say that it shoots but then she waits a bit before she moves again!

Thats really annoying!


  • 0

#129
junneth25

junneth25

    Advanced Member

  • Members
  • 221 posts

Error at line 202:
always error this one in any script after playing 2nd game!! first game no error, the 2nd games there's error 202 of IAC?


  • 0

#130
Gerah

Gerah

    Advanced Member

  • Members
  • 31 posts

scuse me, can you reupload IAC to github or the raw code to this post?. everything from your folder in github is not available.

Thank you!.


  • 0

#131
ericandre

ericandre

    Newbie

  • Members
  • 7 posts

download offline in github 


  • 0

#132
ericandre

ericandre

    Newbie

  • Members
  • 7 posts

error 202 :/


  • 0

#133
wazzup29

wazzup29

    Newbie

  • Members
  • 3 posts

I'm getting this 

http://imgur.com/mhhR3EK

Can you help out a lowly pleb?


  • 0

#134
thojuno

thojuno

    Advanced Member

  • Members
  • 147 posts

link die plz :(


  • 0




3 user(s) are reading this topic

0 members, 3 guests, 0 anonymous users