01.22.05

Macroing in EQ2

Posted in General at 12:30 pm by jw

I’ve read a lot of posts about macros and tradeskills and while I appreciate the arguments against the practice, I can’t help but be horrified at how little people really understand about just how complex and sophisticated these macros can be. Accurate detection of macros is next to impossible because they can be programmed to act and behave just like players, given the critical step of identifying the in-game events can be made to happen.

Here’s what macros can do:

  • Send any keystroke to the game
  • Read any pixel or set of pixels from the screen
  • Read anything from a log file
  • Do any sort of calculations, loops and delays imaginable

Frequently I come across the following arguments for how to “detect and ban” macro users:

  1. Detect people who miss 5 in a row, or make crafting more deadly!

    This is seriously the dumbest idea out there. Plenty of people just ignore events/reactions when making low level stuff because it’s just not worth the effort. That hardly flags them as macro users. In fact, a decent macro user will have code to detect the events and respond precisely to them so this action will tend to catch non-macro users far more than macro users. That’s a winner!

  2. Pop up a message box randomly.Remember where I said that macros can read anything from the screen? Guess what popping up a message box is going to do? Yep – make the macro user put simple code into his macro to hit the appropriate button. Again, you catch the sleepy regular crafters and not the macro users.
  3. Have GMs directly attempt to interact with the toon.Well, this has possiblities but the smart macro user will avoid positive detection by simply coding their macro to camp and log out when a GM attempts to interact with the toon, or even when a GM is detected in the zone. Looks suspicious sure, but probably not enough to get you banned.
  4. Time the responses because macros repeat things down to millisecond accuracy.Macros can and do exhibit random response times for a number of reasons. First it’s possible to simply code in random variations to the timing of the keystrokes the macro program is sending to the application. Next, Windows XP has a timeslice of around 100ms for each process, so there’s another source of timer variation. Lastly, the internet varies greatly in packet timing, at least 50-100ms at times depending on how far you are from the server. All that added makes it rather unlikely that a simple timing analysis is going to catch any macro user at all, unless the macro is exceptionally poorly written.

There’s also the convenient fiction that if you suspect someone of macroing you should send them a tell. When I’m tradeskilling I tend to ignore anyone I don’t know sending me random stupid tells like “Hi”. Seriously, I’ve got better things to do than justify my level to some self-appointed vigilante. Whatever floats their boat though I guess.

Here’s the real way to stop macroing, at least until the hackers get their grubby hands into the internals of the EQ2 program itself and reliably detect anything and everything in the game – remove the silly little event box from the bottom of the tradeskill window and integrate events into the 3d view. Also, have events cause significant problems in casting – a missed event should drop the product a whole tier of durability. That itself is much, much harder to macro against because you have to somehow judge the meaning of a 3d image instead of a little 2d bitmap, then respond correctly to preserve your crafting progress. Of course, adding more complexity would be good too so it’s not just hours of mindless key mashing.

Detecting macroers though? Never going to be very reliable if you don’t accept false positives. It wasn’t in EQ1 and I don’t see anything in EQ2 that would make it easier (or WoW or any current MMOG for that matter).

One of the original comments which was very good:

I wrote some insane FFXI macros in my day. What he says is right. I can detect and react to any 2D image like what EQ2 has now. If they display the crafting data in 3D however, it becomes VERY difficult to detect what is going. I think it still theoretically can be done, but only with some amazing scanning code that is ultra efficient… I know I couldn’t pull it off.

But the pop-up window idea that GMs send to potential botters could be a good idea, if the windows had no set colors/sizes/shapes, and if they were totally random blobs with totally random text sizes/fonts/colors. Humans could read that, but bots could not (well, theoretically they could, but not without millions in funding for the code developement – hehe).

01.21.05

Internet Illiteracy

Posted in Opinion at 4:31 pm by jw

Browsing the Brell Serilis board, I saw the following gem:

…i dont need english lessions. my spelling sux yes , and maybe ther are them people out ther that have to point it out just to make them selfs feel better , and as far as my gramer goes i dont feal the need to put peroids and such in , i dident know i was back in school wher it matters if this wher school yes i would use the proper peroids and commas and such but im not so shuve it up your expletive deleted and go teach a class are somthing wher thay care.
and oh ye i allredy droped a 100$ are so on english 101 i cant help it that i have AD/HD and my mind races and i thank faster than my hands can type and on top of that i went to crappy elem schools and that my high school was a football factory and as long as you played football you dident even have to atend class to pass , so beffor you make fun of some one thank about the fact that not all of us are pirfect like you

People like this annoy me excessively. Proper English (even vaguely proper English) allows you to communicate with other people. It’s morons like this that have mastered the art of making noise but haven’t yet gathered the collective brain cells to work together and realize that the whole point of making noises is for someone else to hear and comprehend what you are trying to say.

You learn English in school so you can make yourself understood. Morons like this who think people don’t care that you are at least legible and then make weak excuses about not being in school any more and follow it up with their disability and poor childhood sob stories are just worthless disturbances in the gene pool.

You know what? On the internet and especially on message boards everyone gets a clean slate. What you do with it is your business but you’ll find very little sympathy for begging not to be judged on your communication skills. The amusing thing is that in his final “sentence” he is far closer to the truth than he probably realizes. Not everyone is perfect, but at least some of us try to get as close as we can and refuse to wallow in illiterate uneducated indignation when someone accurately points out that you have the absolute inability to communicate on a messageboard.

Next entries »