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

vayne Q didn't call OnProcessSpellComplete


  • Please log in to reply
3 replies to this topic

#1
ilovesona

ilovesona

    Sona's wife

  • Contributor
  • 1,096 posts

as title 

 

 

test code:

local myHero = GetMyHero()


OnProcessSpellComplete(function(unit, spell)
  if unit == myHero then
   PrintChat("OnProcessSpellComplete: "..spell.name)
  end  
end)


OnProcessSpell(function(unit, spell)
  if unit == myHero then
   PrintChat("OnProcessSpell: "..spell.name)
  end  
end)

 


  • 0

#2
ilovesona

ilovesona

    Sona's wife

  • Contributor
  • 1,096 posts

bump  Doge

 

darius W too.....


  • 0

#3
Feretorix

Feretorix

    Administrator

  • Administrators
  • 3,030 posts

I will investigate, but in the meantime, any other champ spells like that?


  • 0

#4
ilovesona

ilovesona

    Sona's wife

  • Contributor
  • 1,096 posts

I will investigate, but in the meantime, any other champ spells like that?

i didn't test them one by one :P


  • 0




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users