What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

LUA error

peterpanic

New Member
Joined
Nov 7, 2010
Messages
22
Reaction score
0
I am new to honorbuddy but have looked through what people have asked and have not seen anyone with this problem. When I start a profiles this pop s up on wow

LUA Error
Message: [string "Hax.lua"]:1: ')' expected near '<eof>'
Time: 11/12/10 20:21:33
Count: 156
Stack:
Locals:

the count continues going the longer its up
not sure why this is happening
 
just ignore it. Its nothing to worry about.
 
is there any way to get rid of it though? its pretty annoying at one point it said your addons are experiencning a laarge number of errors do you want to disable them? i said yes and it still kept popping up
 
well if it makes you feel better you can turn off displaying LUA Errors in the display options in your wow settings.
or you can run this script, to do it automaticly.
Code:
/script if ( GetCVar("ScriptErrors") == "0" ) then SetCVar("ScriptErrors", "1") else SetCVar("ScriptErrors", "0") end;

out of sight, out of mind.
 
Back
Top