skoodat
09-06-2006, 05:03 PM
anger management......
http://www.curse-gaming.com/en/wow/a...anagement.html
2 errors i have .... maby someone could even post and i can fix it lol i just need some help....
if ( arg1 == "player" ) and ( difference > 0 ) then
line 38 local l_gainMsg = format( POWERGAIN_SELF, difference, RAGE )
format - has an error
function AngerMan_MessageProducingEvent()
line 67 local l_amount, l_powerType = string.gfind( arg1, POWERGAIN_SELF )
String.gfind - has error
the addon isnt very big its about 50 lines of code ... any help is awesome
SkOO
http://www.curse-gaming.com/en/wow/a...anagement.html
2 errors i have .... maby someone could even post and i can fix it lol i just need some help....
if ( arg1 == "player" ) and ( difference > 0 ) then
line 38 local l_gainMsg = format( POWERGAIN_SELF, difference, RAGE )
format - has an error
function AngerMan_MessageProducingEvent()
line 67 local l_amount, l_powerType = string.gfind( arg1, POWERGAIN_SELF )
String.gfind - has error
the addon isnt very big its about 50 lines of code ... any help is awesome
SkOO