I am getting no errors from the script but i cannot get walking when i use the surface 7_7 but when i use 6_7, and 6_6 it works (walks) fine until it gets to the area of the map where 7_7 is and then stops and gives me this after waiting a good 10 seconds
(i'm making a simple flax picker)
Code:The following DTMs were not freed: [SRL - Lamp bitmap, 1] The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, 6]
Code:Procedure walktofield; begin; If (not LoggedIn) Then Exit; FindNormalRandoms; SetAngle(SRL_ANGLE_HIGH); MakeCompass('n'); SetupSRL; Writeln('Walking to Field') SPS_Setup(RUNESCAPE_SURFACE, ['7_7','6_7','6_6','7_6']); myPath := [Point(2737, 2677), Point(2737, 2689), Point(2737, 2700), Point(2740, 2715), Point(2741, 2731), Point(2741, 2748), Point(2741, 2768), Point(2742, 2782), Point(2746, 2800), Point(2747, 2820), Point(2753, 2842), Point(2756, 2858), Point(2767, 2884), Point(2802, 2871)]; SPS_WalkPath(mypath); Writeln('Arrived at the field') Wait(5000); end;


Reply With Quote









that's what I done when making the map for soul wars.. it just takes a little longer it's better than grabbing your coordinates in game and writeln();'ing them.

