Thanks so much. Anyway, another question. On the minimap, do the colours of the walls (The white line) Or the doors (The red line) Change? Because I am planning to use a DTMRotated procedure to walk. Or should I use a Radial Walk function? I am trying to walk from the draynor bank to aggie's house.
Edit:
I tried using RadialWalkEx, but it keeps evading me 
SCAR Code:
(RadialWalkEx(tpa,Aggiex, Aggiey, 7171958, 150, 340, 20, 70)
I have
SCAR Code:
var
tpa:TPointarray;
Aggiex, Aggiey:integer;
I have no errors, but it just wont click the square of grey next to Aggie the witch's house!!!
Am I correct in saying that radialwalkex will try to look for the colour 7171958 in the distance of 70 in the minimap, looking from angle 340 to 20, with a tolerance of 150?
Edit No.2
Okay. I downloaded the radialwalking aid, and discovered the problem. It was going to LOOOONG way from angle 340 to 20, instead of the short way which goes from angle 0. Get me? Is there any method of getting it to use the short way?
Edit No.3
Hope this thread is still alive.
Anyway, I understood how to get past it after rereading wizzup?'s guide. Especially the pretty pictures
. Anyway, now I got this.
SCAR Code:
RadialWalkEx(tpa,aggiex, aggiey, 5855840, 150, 380, 340, 70);
Still does not work though, anybody know why?