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

Yuumi Q range draw


  • Please log in to reply
1 reply to this topic

#1
P0PCAT

P0PCAT

    Member

  • Members
  • 26 posts

I would like to request for a simple yuumi script lol just Q range draw that's all :P

though idk how simple this actually is. her AA range disappears when attached to a champion


  • 0

#2
0xE0D59

0xE0D59

    Advanced Member

  • Members
  • 142 posts

I would like to request for a simple yuumi script lol just Q range draw that's all :P

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

  • 2




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users