avoiding square coordinates

Discussion about everything RO and OpenKore related. This place is NOT for ANY kind of support questions.

Moderator: Moderators

Message
Author
loydi12345
Noob
Noob
Posts: 11
Joined: 20 Jul 2008, 09:48
Noob?: Yes

avoiding square coordinates

#1 Post 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?

Lotus
Human
Human
Posts: 32
Joined: 26 Jan 2010, 12:07
Noob?: No

Re: avoiding square coordinates

#2 Post 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.

Post Reply