I would like to request for a simple yuumi script lol just Q range draw that's all
though idk how simple this actually is. her AA range disappears when attached to a champion
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
Yuumi Q range draw
Started By
P0PCAT
, Nov 11 2023 09:40
#1
Posted 11 November 2023 - 09:40
#2
Posted 12 November 2023 - 03:16
I would like to request for a simple yuumi script lol just Q range draw that's all
though idk how simple this actually is. her AA range disappears when attached to a champion
-- Yuumi START if myHero.charName == "Yuumi" then function IsSpellReady(spell) return myHero:GetSpellData(spell).currentCd == 0 and myHero:GetSpellData(spell).level > 0 and myHero:GetSpellData(spell).mana <= myHero.mana and Game.CanUseSpell(spell) == 0 end Callback.Add( "Draw", function() if IsSpellReady(_Q) then Draw.Circle(myHero.pos, 850, Draw.Color(255, 255, 255, 100)) end end ) end -- Yuumi END
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users