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

Galio's R


  • Please log in to reply
3 replies to this topic

#1
Betax

Betax

    Member

  • Members
  • 10 posts

I am coding script for galio but I have one question , when I use R in combo it is moving so I can't kill enemies.
how can I stop moving during R ?

 

"

 

-- R
if Ready(_R) and EnemiesAround(myHero, 560) >= Betagalio.Combo.MR:Value() and Betagalio.Combo.R:Value() then
CastSpell(_R)

end

"


  • 0

#2
GravesExploitz

GravesExploitz

    Advanced Member

  • Members
  • 250 posts

Check the API of the Orbwalker you are using. Or just use MixLib: http://gamingonstero...and-prediction/

 

There are functions for blocking the movements and attacks in MixLib.


Edited by GravesExploitz, 02 February 2017 - 12:19 .

  • 0

#3
Ryzuki

Ryzuki

    Advanced Member

  • Contributor
  • 297 posts
  • LocationOsu!z

if you want to block player's move, use OnIssueOrder and BlockOrder

if just orbwalker, you can use Mix:BlockOrb(true/false)


  • 0

#4
Betax

Betax

    Member

  • Members
  • 10 posts

if you want to block player's move, use OnIssueOrder and BlockOrder

if just orbwalker, you can use Mix:BlockOrb(true/false)

thanks , I used it ^_^


  • 0




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users