Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: Blixia
Forum: Lua/XML Help 06-01-10, 02:42 PM
Replies: 7
Views: 6,631
Posted By Blixia
Umh, How can I check if a player has the buff...

Umh,

How can I check if a player has the buff essence of wintergrasp?

What I am trying doens't seem to work
Forum: Lua/XML Help 06-01-10, 01:23 PM
Replies: 7
Views: 6,631
Posted By Blixia
seems that WG_BUFFNAME had to be quoted. thanks...

seems that WG_BUFFNAME had to be quoted.

thanks tho :)
Forum: Lua/XML Help 06-01-10, 01:18 PM
Replies: 7
Views: 6,631
Posted By Blixia
I am currently doing...

I am currently doing this:

if(UnitBuff("player",WG_BUFFNAME))then <- line 15
//do something
else
//do something else
end
Forum: Lua/XML Help 06-01-10, 12:57 PM
Replies: 7
Views: 6,631
Posted By Blixia
UnitBuff

Hello,

For the first attempt of making a simple addon for wow I tried to make a wintergrasp addon. However I seem to fail to understand the LUA error reporting.

This is the error I get...
Showing results 1 to 4 of 4