Sotsiv
-
Posts
21 -
Joined
-
Last visited
Reputation Activity
-
Sotsiv reacted to TheSmokie in If unitBuffName
If UnitBuff(“arena1”, “shadow dance”)
then CastSpellByName(“Psychic Horrow”, “arena1”) end
-
Sotsiv reacted to Ordush in If unitBuffName
First of all
UnitBuffName is something I added to my api. It's not native to the wow lua api.
It's funny how stuff from my api keeps showing up on these forums, not sure where people are getting it from.
Depending on what expansion you are on you shoudl use either UnitAura("Unit", "SpellName") or UnitBuff("Unit", index) or UnitDebuff("Unit", index)
-
-
Sotsiv reacted to Droidz in Random Dismounts
Hello, check if you use mount name like is appaer in game (with upper/lower cases).
If problem is not here share your log