And your program could have better error trapping.you can disable lua errors in wow settings
And your program could have better error trapping.
You have a variable that obviously stores information that the bot reads out of. One of the first steps should be to see if that variable is initialized, and if it's not, then reinitialize it. Lua Errors mean that there are problems with the program itself. It's not something that should just be ignored, it's not something that I should have to turn of lua errors (If I am a developer, and I do work, then I need them on).Why does that matter? Your tinfoil hat is showing...
You have a variable that obviously stores information that the bot reads out of. One of the first steps should be to see if that variable is initialized, and if it's not, then reinitialize it. Lua Errors mean that there are problems with the program itself. It's not something that should just be ignored, it's not something that I should have to turn of lua errors (If I am a developer, and I do work, then I need them on).
It's all these errors, and little problems that we are told to brush aside, which ultimately show the poor coding in the bot. The OP obviously came here thinking there was a problem, so that made the mods have to reply to this thread to say something. All these little things add up over time. 1 line of code, or hours of support time. HB needs a QA team lead, that isn't so familiar with coding, and then they'd see the true problems of honorbuddy that faces the community, vs. just "shrug it off", it's nothing...
The Lua errors happen when you DC and the bot is looking at the events table.
The correct way to do this is to see if the variable equals nil first, and if so (Then initialize it with an empty table/fill it with values from original, and continue). Apoc, I know you are a hardcore programmer, but you need to start thinking like a regular user of the bot. When I worked my first job, I cut corners all the time to get the job in a timely mannor, but it was all the little things that cropped up all over which ultimately led to bad reviews. I shouldn't have to restart the bot. I shouldn't have to get lua errors. The code should detect that the variable is empty, and reinitialize everything it did when it first attached to the game.
DON'T SHRUG THIS OFF PLEASE!!! Your user base is starting to get upset, and I think it's time for a new QA team leader.
If I had the time and effort to fucking learn how to inject code into wow, and avoid warden I would, but that would take years of time. I'm trying to perfect something that already exists, so take your motherfucking gangster ass looking picture back to the alley you came from.Then do us all a favour and, MAKE YOUR OWN BOT
[...] Apoc, I know you are a hardcore programmer, but you need to start thinking like a regular user of the bot. [...] I shouldn't have to restart the bot. I shouldn't have to get lua errors. The code should detect that the variable is empty, and reinitialize everything it did when it first attached to the game.
DON'T SHRUG THIS OFF PLEASE!!! Your user base is starting to get upset, and I think it's time for a new QA team leader.
If I had the time and effort to fucking learn how to inject code into wow, and avoid warden I would, but that would take years of time. I'm trying to perfect something that already exists, so take your motherfucking gangster ass looking picture back to the alley you came from.