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

[Script] Inspired's Orb Walker [v2]


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

#1
Inspired

Inspired

    Took the red pill.

  • Ex-Core Dev
  • PipPipPip
  • 723 posts
  • LocationWonderland
https://raw.githubus.../Common/IOW.lua


API:
IOW::Mode() -- returns active mode "Combo", "Harass", "LastHit", "LaneClear"
IOW::AddCallback(callbackType, function) -- adds callback; callbackTypes := BEFORE_ATTACK, ON_ATTACK, AFTER_ATTACK
IOW::PredictHealth(unit, time) -- returns predicted health of a unit
IOW::CanOrb(target) -- returns true/false if target is orbable
IOW::ResetAA() -- resets auto attack
IOW::GetDmg(source, target) -- returns auto attack dmg (with bonus dmg's)
IOW.isWindingUp -- true/false
IOW.isWindingDown -- true/false
IOW.forcePos -- set this to a pos or nil
IOW.forceTarget -- set this to a target or nil
IOW.attacksEnabled -- set this to true/false
IOW.movementEnabled -- set this to true/false
IOW.mobs -- iow's minion manager
MinionManager() -- returns minionmanager instance
MinionManager.objects -- returns a table, containing ALL minions
MinionManager.maxObjects -- returns max object count
Example:
IOW:AddCallback(AFTER_ATTACK, function(target)
	CastSkillShot(_Q, GetOrigin(target))
end)
IOW.forcePos = {x = 0, y = 0, z = 0}
OnTick(function()
	if IOW:Mode() == "Combo" then
		if IOW.target then
			CastSpell(IOW.target, _W)
		end
	end
end)
9bc71e5b1dd85debb3a66734733ae4d8.pngf2bc6bb5e038acc54ebbe2d49cdc2a55.png5aac8ad8f52a708bae6223c42ca89b23.png
  • 10

#2
Deftsu

Deftsu

    donthackourgames

  • Ex-Core Dev
  • PipPipPip
  • 4,812 posts

first as always ! Kappa gj


  • 0

#3
Darkness

Darkness

    GoSDB's manager

  • Banned
  • PipPipPip
  • 1,137 posts

so this replaced IAC forever? Kappa


  • 0

#4
MaintoRudo

MaintoRudo

    Advanced Member

  • Contributor
  • 167 posts
  • LocationAnimeLandz ^.^

delete IAC and require it?? or require 'both' ???


  • 0

#5
Einzbern

Einzbern

    Ex-Support

  • Donator
  • 182 posts

 @2@ @Inspired, I like your stuff :wub:


  • 0

#6
Deftsu

Deftsu

    donthackourgames

  • Ex-Core Dev
  • PipPipPip
  • 4,812 posts

delete IAC and require it?? or require 'both' ???

stay at IAC right now till scripts are update to IOW.


  • 0

#7
Darkness

Darkness

    GoSDB's manager

  • Banned
  • PipPipPip
  • 1,137 posts

stay at IAC right now till scripts are update to IOW.

hurry up and update it buddy Kappa


  • 0

#8
junneth25

junneth25

    Advanced Member

  • Members
  • 221 posts

interesting!


  • 0

#9
D3ftonlycopyanyLsharp

D3ftonlycopyanyLsharp

    Advanced Member

  • Banned
  • PipPipPip
  • 105 posts

stay at IAC right now till scripts are update to IOW.

can u make simple guide to change all already exist script with IAC to IOW for noobs?it wil take too long if must wait the author of script


  • 0

#10
Yun

Yun

    Advanced Member

  • Members
  • 177 posts

Nice ^____^


  • 0

#11
Curqsbleh

Curqsbleh

    Member

  • Members
  • 29 posts

Much Mahalo :) (from hawaii)


  • 0

#12
ButterSmooth

ButterSmooth

    Advanced Member

  • Members
  • 710 posts

first as always ! Kappa gj

Why you steal my first post y u so faz ._.
  • 0

#13
Vision

Vision

    Advanced Member

  • Members
  • 80 posts
  • LocationPhilippines

wow this is great ^_^


  • 0

#14
ilovesona

ilovesona

    Sona's wife

  • Contributor
  • 1,096 posts

can u make simple guide to change all already exist script with IAC to IOW for noobs?it wil take too long if must wait the author of script

for user, how about not update inspired.lua? 

 

then you don't need to wait them, seems legit Doge


  • 0

#15
denart5

denart5

    Advanced Member

  • Members
  • 47 posts

What is the difference with the built-in orbwalker?


  • 0

#16
Inspired

Inspired

    Took the red pill.

  • Ex-Core Dev
  • PipPipPip
  • 723 posts
  • LocationWonderland
Updated. Added bonus damages from several champions.
  • 0

#17
zjay

zjay

    Newbie

  • Members
  • 7 posts

Updated. Added bonus damages from several champions.

So how do i go about getting this working right now? i deleted iac and downloaded this one but i read that its not working rn? is that true?


  • 0

#18
medivih

medivih

    Advanced Member

  • Members
  • 33 posts
  • LocationBrazil

Please stop to be so sexy Kreygasm


  • 0

#19
AhriForever

AhriForever

    Advanced Member

  • Members
  • 97 posts
  • LocationViệt Nam
Thanks to nice script
  • 0

#20
Deftsu

Deftsu

    donthackourgames

  • Ex-Core Dev
  • PipPipPip
  • 4,812 posts

Updated. Added bonus damages from several champions.

you did ? Doge


  • 0




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users