KeepBotting
06-02-2012, 03:58 PM
Here's my procedure.
SPS_Setup(RUNESCAPE_OTHER,['karamja_underground']);
WriteLn('Status: Getting ready to walk to Crandor door.');
MakeCompass('N');
SetAngle(SRL_ANGLE_HIGH);
WriteLn('Status: Found walkpath! Walking to Crandor door.');
WalkToDoor := [Point(905, 864), Point(902, 853), Point(897, 847), Point(892, 845), Point(891, 841), Point(888, 838), Point(884, 834), Point(877, 824), Point(870, 819), Point(863, 816), Point(854, 814), Point(850, 814), Point(841, 815), Point(831, 813), Point(825, 811), Point(823, 806), Point(821, 800), Point(820, 795), Point(820, 787), Point(821, 781), Point(823, 775), Point(826, 772), Point(828, 767), Point(829, 762), Point(829, 756), Point(828, 749)];
SPS_WalkPath(WalkToDoor);
Why does it only walk me half-way to my destination?
SPS_Setup(RUNESCAPE_OTHER,['karamja_underground']);
WriteLn('Status: Getting ready to walk to Crandor door.');
MakeCompass('N');
SetAngle(SRL_ANGLE_HIGH);
WriteLn('Status: Found walkpath! Walking to Crandor door.');
WalkToDoor := [Point(905, 864), Point(902, 853), Point(897, 847), Point(892, 845), Point(891, 841), Point(888, 838), Point(884, 834), Point(877, 824), Point(870, 819), Point(863, 816), Point(854, 814), Point(850, 814), Point(841, 815), Point(831, 813), Point(825, 811), Point(823, 806), Point(821, 800), Point(820, 795), Point(820, 787), Point(821, 781), Point(823, 775), Point(826, 772), Point(828, 767), Point(829, 762), Point(829, 756), Point(828, 749)];
SPS_WalkPath(WalkToDoor);
Why does it only walk me half-way to my destination?