Is radialwalking a vialble method of walking on Entrana? Ive been using sps and I keep running to the wrong places. Is DDTM a better option than the other 2?
Is radialwalking a vialble method of walking on Entrana? Ive been using sps and I keep running to the wrong places. Is DDTM a better option than the other 2?
are you using the correct coordinates? did you use the tools for make sps paths? SPS is alot easier.
I dont know if im using the correct coordiantes. Im pulling up the runescape_surface map. It works to walk elsewhere but on entrana i keep getting weird paths. What SPS genorater do u recommend? can I just pull the sps cords from a get my position code? maybe print in the debug box?
Make a custom map of your path, it shouldn't be that big . And it's way more accurate.
Get your buildings alligned perfectly straigh(north) though!
Creds to DannyRS for this wonderful sig!
Thanks Joe for all the help! How can I get the coing SPS_Setup(FIndCustomMap?)
And Can I just use the 3_10 map found in the runescape surfaces folder or should i screen shot runescapesurface map zoomed in or where should my base map be from? I cant mix and match minimaps :z
Last edited by mafia miles; 04-07-2013 at 05:24 AM.
runescape_surface use 7_7, and 8_7.
SPS_Setup(RUNESCAPE_SURFACE, ['7_7','8_7']);
Ok Im using caps in my SPS SETUP(RUNESCAPE_SURFACE) part. Still idles after starting script.
Code:Procedure GoAlter; begin SPS_Setup(RUNESCAPE_SURFACE, ['7_7','8_7','7_8','8_8']); myPath := [Point(3024, 3180), Point(3069, 3225), Point(3118, 3256), Point(3188, 3252), Point(3228, 3206), Point(3222, 3148), Point(3226, 3080), Point(3094, 3006), Point(2936, 3177), Point(3040, 3326), Point(3267, 3315), Point(3290, 3026)]; SPS_WalkPath(mypath); end;
Now its just running around the building and stopping. I like your idea though
Heres My coding:
Code:program Runtoalter3; {$DEFINE SMART8} {$I SRL-OSR/SRL.Simba} {$I SRL-OSR/SRL/Misc/Debug.Simba} {$I SPS/sps-osr.simba} var mypath:TPointArray; X, Y, pX, pY:Integer; walkalt:TPointArray; A:Extended; const AccountLogin = ''; AccountPass = ''; CharacterName = ''; version = '1.1'; procedure DeclarePlayer; begin HowManyPlayers := 1; NumberOfPlayers(HowManyPlayers); CurrentPlayer := 0; Players[0].Name := AccountLogin; Players[0].Pass := AccountPass; Players[0].Nick := CharacterName; //Important for antirandoms Players[0].Active := True; end; function InArea(Pt1, Pt2: TPoint): Boolean; var Loc: TPoint; Box: TBox; begin Loc := SPS_GetMyPos; Box := PointToBox(Pt1, Pt2); if (PointInBox(Loc, Box)) then Result := true else Result := false; end; Procedure GoAlter; begin SPS_Setup(RUNESCAPE_SURFACE, ['7_7']); walkalt := [Point(3024, 3180), Point(3069, 3225), Point(3118, 3256), Point(3188, 3252), Point(3228, 3206), Point(3222, 3148), Point(3226, 3080), Point(3094, 3006), Point(2936, 3177), Point(3040, 3326), Point(3267, 3315), Point(3290, 3026)]; SPS_WalkPath(walkalt); end; begin SetupSRL; Cleardebug; activateclient; DeclarePlayer; LoginPlayer; wait(500); repeat begin GoAlter; end; until(false) end.
Last edited by mafia miles; 04-07-2013 at 06:04 AM.
Hey it's Sjoe not Joe (can't stand people calling me Joe)
And by custom map I mean this tutorial here: http://villavu.com/forum/showthread.php?t=84360
The maps from runescape_surface will probably not work, since the colors are way different.
(U can test it out first though, to be sure)
Creds to DannyRS for this wonderful sig!
SPS does work there, but you need to edit out that giant "Entrana" text with some green.
Miner & Urn Crafter & 07 Chicken Killer
SPS BlindWalk Tutorial
Working on: Nothing
teacher in every art, brought the fire that hath proved to mortals a means to mighty ends
Anyone care to help me make a custom map for entrana for the whole of villavu? Im trying to make a minimap merge from the minimap photoshop tut and am hhaving problems pasting into a new layer with gimp.
Here is the map that I have been using. It still has the text on it, but I haven't had any issues with it.
"To sleep, perchance to dream"
There are currently 1 users browsing this thread. (0 members and 1 guests)