do you have azir in these scripts?
Login to Account Create an Account
[SEMI-OKAY✔️]Pussy AIO [73 Champions] (I am not the developer of it.)
#261
Posted 28 April 2022 - 03:22
#262
Posted 28 April 2022 - 04:24
do you have azir in these scripts?
Hey there! Supported champs should be visible on the first post of this thread. For more scripts you can install my AIO file there's a txt file that shows the supported champs: http://gamingonstero...-just-one-file/
#263
Posted 28 April 2022 - 05:38
I already downloaded it but I don't see the name of azir, what is the name of the script
#264
Posted 28 April 2022 - 07:13
I already downloaded it but I don't see the name of azir, what is the name of the script
PussyAIO already has an Azir script, just enable GGorbwalker + Pussynewgen.aio it should be fine.
#265
Posted 28 April 2022 - 07:56
Thank you so much
#266
Posted 30 April 2022 - 12:35
Did everything. Changed the files. Working with PussyAIOnewgen activate.
#267
Posted 26 May 2022 - 04:54
fixed
#268
Posted 06 June 2022 - 08:16
Smol update:
General lua error stuff in some of the AIO champs. [Azir, Fiora, Kass]
I'll try to be more active on champ bug/logic work here on the forums&dicord - also trying to get a todo list together.
I'm also trying to get an account with all the champs I need to testing xD
So, no major overhauls to this AIO. just yet.
soon™
#269
Posted 06 June 2022 - 08:47
Smol update:
General lua error stuff in some of the AIO champs. [Azir, Fiora, Kass]
I'll try to be more active on champ bug/logic work here on the forums&dicord - also trying to get a todo list together.
I'm also trying to get an account with all the champs I need to testing xD
So, no major overhauls to this AIO. just yet.
soon™
Thanks for the effort
#270
Posted 08 June 2022 - 12:37
fixed
#271
Posted 08 June 2022 - 08:34
fixed
#272
Posted 08 June 2022 - 08:46
Feretorix pushed an update for the crash issue, and it's been fixed, enjoy!!
Please use only with GGorbwalker + the champ script + cdtracker+ do not enable other things.
Seems, we need another update
#273
Posted 09 June 2022 - 01:06
Seems, we need another update
Restart your loader its been shipped. Everything works fine.
#274
Posted 13 June 2022 - 11:04
zyra script not working
#275
Posted 14 June 2022 - 03:41
zyra script not working
If you enable GGorbwalker + PussyAIO and set your keys like this, I don't see a reason for that issue: https://bit.ly/3gkCD2P
#276
Posted 14 June 2022 - 04:36
#277
Posted 16 June 2022 - 12:08
zyra script not working
I only use the recommend scripts it works with all champions but with zyra it does not cast any spells
I should cast spells for farming/ enemy heros
It does for me in testing
It's pretty old, still uses GamsteronPrediction and not the updated GGPrediction
It doesn't want to cast on training dummy though, That maybe the issue, I'll see if I can update Zyra a little
#278
Posted 21 June 2022 - 11:55
I should cast spells for farming/ enemy heros
It does for me in testing
It's pretty old, still uses GamsteronPrediction and not the updated GGPrediction
It doesn't want to cast on training dummy though, That maybe the issue, I'll see if I can update Zyra a little
Maybe i could share my version of Yone? I fixed the combo miscalculations, spelldata, added lasthit with Q/Q3, fixed drawing issue and also optimized it a bit, i had 20-30 GoS fps in combat before, now it's up to 80-120, 165 at idle (165hz monitor, so gsync cap)
Btw, there are missing types in prediction libs (GG and Premium), who maintains those?
#279
Posted 22 June 2022 - 01:45
Maybe i could share my version of Yone? I fixed the combo miscalculations, spelldata, added lasthit with Q/Q3, fixed drawing issue and also optimized it a bit, i had 20-30 GoS fps in combat before, now it's up to 80-120, 165 at idle (165hz monitor, so gsync cap)
Btw, there are missing types in prediction libs (GG and Premium), who maintains those?
Feel free to tell what is missing, so gamsteron can take a look, he takes care of ggpred.
#280
Posted 22 June 2022 - 01:04
Feel free to tell what is missing, so gamsteron can take a look, he takes care of ggpred.
Buff type 30 is, probably, a knockup. At least yoneq3knockup and yonerknockup both have type 30 and i feel like prediction doesn't take into account knockups at all. Both preds don't have a 30 in their immobile types and GetImmobileDuration returns 0 on Yone knockups.
Edit: GGPred does have a 30 in immobile types, PremiumPred, doesn't. Nevertheless, GGPred did return 0 on Yone Q3 knockup
Edit 2: I guess there are issues with target selector. Too often it tries to reach enemies that are kinda close, but optimal strategy is to fight nearest. In teamfight as melee it just runs towards an easily killable, instead of fighting right here, right now. Same for spells. Plus orbwalker doesn't stick to target, there is no option for this at all :c
Blitz, for example, decided to not hook a stunned target that was in range, and was waiting for something. Turns out it was waiting for Ez to come closer and missed him completely. Why?
function Combo() local target = GetTarget(1200)
Even though menu had Q range set to 1000
Auto Q actually handles this issue pretty well. It just iterates through champs until it can Q someone. Should be a standard, imo.
And it kinda ignored my forced target a bit later, once again that's the GGOrbwalker to blame
I had to avoid this issue in Yone script as well. Q1 and target not reachable? Q nearest enemy, or minion if desired target is running away.
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users