How can i make a map for 07 sps?
How can i make a map for 07 sps?
Tutorial on making a map: http://villavu.com/forum/showthread.php?t=84360
If u do not have photoshop, u can use GIMP. Which is free and just as good (for creating a SPS map).
U have to use the SPS for 07 found here : http://villavu.com/forum/showthread.php?t=97449
Creds to DannyRS for this wonderful sig!
Ty, but does it still work? Because i cant make a perfect map, every image is a little different, croocked pixels etc.
And the cords are very messed up.. Which simba color picker gives me.
I dont quite get it then..
My script:
Program testP07;
{$DEFINE SMART8}
{$I SRL/SRL.Simba}
{$I P07Include.Simba}
{$i sps/p07sps.simba}
//LOGIN INFO STUFF
Procedure P07_DeclarePlayer;
Begin
P07_PlayerName:='xxxx';
P07_PlayerPass:='xxxx';
End;
Begin
SetupSRL;
SPS_Setup(RUNESCAPE_OTHER,['1map']);
P07_DeclarePlayer;
SetupP07Include;
ActivateClient;
Wait(2000);
If (Not P07_LoggedIn) Then
P07_LogInPlayer;
while P07_LoggedIN do
begin
P07_MakeCameraAngleHigh;
P07_MakeCompassNorth;
WriteLn(toStr(SPS_GetMyPos));
wait(500);
Mouse(1092, 236, 2, 2, MOUSE_LEFT);
end;
End.
1map.png
It seems that i do need to make a map for this to work? Because it needs SPSSetup... I made it, its called 1map and its in rs other folder, so its all right. And the functions gives me the same coordinates while im moving...
Last edited by Zvejniex; 03-08-2013 at 02:12 PM.
Nvm, got it to walk where i want, but now i cant get it to click in my inventory.. Findobject doesnt seem to search in inventory.
Scrach that, got inventory to work.
Last edited by Zvejniex; 03-08-2013 at 05:06 PM.
There are currently 1 users browsing this thread. (0 members and 1 guests)