Page 1 of 1

avoiding square coordinates

Posted: 26 Apr 2010, 02:40
by loydi12345
Hello, I would like to know if there is something in the config that limits the character when botting on lockmap with a square coordinates limitation, for an instance the square coordinates from x coordinate 100-200 and y coordinate 100-200. Like it wont have a random route coordinates of:
(examples)
101, 199
150, 110
188, 125

Code: Select all

lockMap myMap
lockMap_x
lockMap_y
lockMap_randX
lockMap_randY
i believe this part of the config.txt is useful but i want to use the whole map and avoid the square coordinates where too much people hang around.

or should i make a macro for this?

Re: avoiding square coordinates

Posted: 03 May 2010, 10:48
by Lotus
Well..I can think of two ways.

1) Using macro tele (not sure if feasible, just theory)

location mapname ( x , y ) #applying regexp? to the avoiding radius?
do tele

or...

2) Using macro switchconf

make four configs with different

Code: Select all

lockMap myMap
lockMap_x mymapx1
lockMap_y mymapy1
lockMap_randX mymapx1
lockMap_randY mymapy1
and make macro to alternately switchconf config<name>.txt every few minutes to walk around the four spots avoiding the hot spot. Might not be the best solution, but should avoid the hot spot yet cover the map.