PDA

View Full Version : Enabling EQBOTS


LeftRoad
12-31-2008, 09:29 AM
Some of the bots threads are painfully large, so excuse me if this was asked elsewhere. I run a Linux server and saw that you can enable bots with a preprocessor command for Windows. Is there a similar way to get it running in Linux? Passing it to the makefile? I know I can probably just add...
#ifndef EQBOTS
#define EQBOTS 1
#endif
into a code file, but which file would be the preferred place?

Bots sound very interesting and I'd love to try them out. Could this be something better suited for a new rule to make life easier on some of us?

Congdar
12-31-2008, 04:04 PM
read posts 381 and 382 in the locked thread 'EQOffline, bots and more..' for a linux compile and for windows compiles see post 750.

Bots are a compile time selection

LeftRoad
12-31-2008, 11:14 PM
That's what I was looking for! It compiles and I'll test it tomorrow.

Thanks :)