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

Alpha Strike - Master Yi Q Dodge [API/MENU Update]

Alpha Strike Dodge Follow delay OP Master Yi Logge

Best Answer Starific , 02 September 2016 - 12:14

Should be

Hey, if you're willing to update this, I could REALLY get ALOT of bugs and errors for this. Here's some I found so Far
 
Spells That Don't Get Dodged Properly : 
-Pantheon (W) (Doesn't work if your too close)
-Teemo (Q) (Doesn't work if too Close again)
-Warwick {R} (Does it too early, and doesn't do it whilst being CC'd)

-Lee Sin {R} (Does it too early, and doesn't count as using hit ultimate up)

-TwistedFate (W) (Too Close, doesn't make it in Time)
(It Seems that any of the "Point and Click" Stun's/Debuffs don't seem to be dodged too well, either being too close, or too early)
 
Spells That Don't Have an Option to Dodge With : 
-Taliyah (W)
-Kled {R}
-Fiddlesticks (Q)
-Xin Zhao {R} + (3 Hit Knock Up)
-Riven (W) + (Q - 3 Ability Knock Up)

-Rengar (E) (5 Stack Root)

-Nocturne (E) (2 Second Attach then Fear)

-Dianna (E) (AOE Pull)

 

Spells That Don't Have an Option to Follow With 

-Zed (W)

-Flash

-Pantheon {R}

-Riven Dashes (Q) + (E)

 

Suggestions To Add : 
-W Auto Attack Reset if Killable

-W Anti-Nuke

-Q KS

-Smite Ks

-Use Smite in Combo

-Use Smite to Save Life

-Toggleable Key for "Q on Dashes"

 

Bugs I Found :

-If you're too close with the "Point and Click" Debuffs, it won't dodge in time, or dodge too early so it doesn't make them use their ability at all (I.E. Teemo Q, Pantheon W)

-No Option on which abilities to Use Q to Dodge Onto

-No Option for W Anti-Nuke

-No Option for Items KS

Go to the full post »


  • Please log in to reply
104 replies to this topic

#41
Zwei

Zwei

    Advanced Member

  • Contributor
  • 2,201 posts

W for as reset? Kappa


Then no W for anti-nuke :/
  • 0

#42
Hanndel

Hanndel

    datebest.net - visit website and win smartphone!

  • Contributor
  • 604 posts
  • Locationhttps://t.me/pump_upp

Then no W for anti-nuke :/

2 modes :fappa:
  • 0

#43
Vedere

Vedere

    Advanced Member

  • Members
  • 133 posts
  • LocationNull
add a checkbox if require to use Q to dodge it,coz it Q unnecessary spell like Katarina's Q which waste the cooldown.
  • 0

#44
Lelouch

Lelouch

    ?

  • Members
  • 464 posts

add a checkbox if require to use Q to dodge it,coz it Q unnecessary spell like Katarina's Q which waste the cooldown.

This script was made, that everyone can edit the script file easily to add/remove spells. Just open it and edit the line ;) Other people don't want to get hit by kata Q becuase of the additional burst for example.
  • 0

#45
cosbytouchedme

cosbytouchedme

    Advanced Member

  • Members
  • 41 posts

If you could, can you either add more spells to dodge on this or explain to me how you would add champion spells in the code that have 2 forms? (Nid, Jayce, Gnar)


  • 0

#46
Lelouch

Lelouch

    ?

  • Members
  • 464 posts

If you could, can you either add more spells to dodge on this or explain to me how you would add champion spells in the code that have 2 forms? (Nid, Jayce, Gnar)

You have to get the name of that spell. And put it in the table:

Example:

["Sejuani"] = {0,0,_Q},

Will cast Q on Seju whenever she uses Q in range.

 

First 0 is for the delay.

Second 0 is for the type:

  -spelltype: 0 Normal --spelltype: 1 Targeted --spelltype: 2 Nuke --spelltype: 3 Gapcloser
  • 0

#47
cosbytouchedme

cosbytouchedme

    Advanced Member

  • Members
  • 41 posts

 

You have to get the name of that spell. And put it in the table:

Example:

["Sejuani"] = {0,0,_Q},

Will cast Q on Seju whenever she uses Q in range.

 

First 0 is for the delay.

Second 0 is for the type:

  -spelltype: 0 Normal --spelltype: 1 Targeted --spelltype: 2 Nuke --spelltype: 3 Gapcloser

 

Right I figured that much out, but is it the same way for champions with 2 forms? Like if I did ["Nidalee"] = {0,0,_Q}, how would I make it so it only worked for human form Nidalee instead of cougar form and vice versa?


  • 0

#48
Zwei

Zwei

    Advanced Member

  • Contributor
  • 2,201 posts

Right I figured that much out, but is it the same way for champions with 2 forms? Like if I did ["Nidalee"] = {0,0,_Q}, how would I make it so it only worked for human form Nidalee instead of cougar form and vice versa?


Get a list of spell names (engine) and use {0, 0,"spellname"}
  • 0

#49
Zwei

Zwei

    Advanced Member

  • Contributor
  • 2,201 posts
SPELLNAMES
  • 0

#50
cosbytouchedme

cosbytouchedme

    Advanced Member

  • Members
  • 41 posts

Get a list of spell names (engine) and use {0, 0,"spellname"}

Oh I see now. Thank you  :)


  • 0

#51
chineseguy91

chineseguy91

    Newbie

  • Members
  • 4 posts

Follow Flash?


  • 0

#52
Lelouch

Lelouch

    ?

  • Members
  • 464 posts

Follow Flash?

Tried it, but q can't follow instant dashes like flash Kata E, ...


  • 0

#53
freem4n

freem4n

    Advanced Member

  • Members
  • 152 posts

I think should be nice a menu in game to select what skill you want to dodge or follow with Q, depends of the enemy champions in game.


  • 0

#54
Lelouch

Lelouch

    ?

  • Members
  • 464 posts

Yeah, but I suck at custom menus and never got it working :/


  • 0

#55
Deftsu

Deftsu

    donthackourgames

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

Yeah, but I suck at custom menus and never got it working :/


check my interrupter menu Doge
  • 0

#56
chineseguy91

chineseguy91

    Newbie

  • Members
  • 4 posts

Is it possible to Q a warwick ult? I tried adding it in, didn't work


  • 0

#57
chineseguy91

chineseguy91

    Newbie

  • Members
  • 4 posts

Malzahar Ult dodged, but not on CD

Lee Sin and Skarner Ult can't be dodged 


  • 0

#58
Lelouch

Lelouch

    ?

  • Members
  • 464 posts

Malzahar Ult dodged, but not on CD
Lee Sin and Skarner Ult can't be dodged


Point and click spells generally don't go on CD. Also it will meditate Lee ultimate to reduce dmg.
  • 0

#59
kaytler

kaytler

    Member

  • Members
  • 12 posts

You know  Keepo


  • 0

#60
Zwei

Zwei

    Advanced Member

  • Contributor
  • 2,201 posts

You know  Keepo

Mah inspiration... but srsly this video gets so annoying after 30sec Doge


  • 0





Also tagged with one or more of these keywords: Alpha, Strike, Dodge, Follow, delay, OP, Master, Yi, Logge

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users