Hi, I'm creating a walker to walk from varrock center to bank, but the script only opens house options and doesn't walk
Hi, I'm creating a walker to walk from varrock center to bank, but the script only opens house options and doesn't walk
Could you post screenshots, the debug information, and the script you are using?
The more information that you give, the easier it is for us to help.
But make sure that you do not post any personal information or character information.
I'm going to guess that you're using SRL-OSR? That's highly outdated and hasn't been updated for any changes in the "tools" tab. It will be trying to turn on run but that's changed places due to toggles been added to that tab.
Last edited by Harrier; 05-19-2015 at 04:06 PM.
#slack4admin2016
<slacky> I will build a wall
<slacky> I will ban reflection and OGL hooking until we know what the hell is going on
this is what I'm using:
{$DEFINE SMART8}
{$DEFINE SMART}
{$I SRL-OSR/SRL.Simba}
{$I SRL-OSR/SRL/misc/Debug.Simba}
{$I SRL-OSR/SRL/misc/SmartGraphics.Simba}
{$I SRL-OSR/SRL/Reflection/Reflection.simba}
{$i sps/sps-osr.simba}
And this is the script:
procedure WalktTOBank;
begin
SPS_Setup(RUNESCAPE_SURFACE,['11_7','12_9']);
myPath := [Point(237, 158), Point(229, 160), Point(221, 160), Point(213, 158), Point(206, 157), Point(193, 157), Point(186, 157), Point(175, 156), Point(165, 154), Point(165, 148), Point(164, 140), Point(170, 138)]
//SPS_Blindwalk(Point(500, 500)));
SPS_WalkPath(mypath);
I'll try to remake the script in lape
Last edited by valentinas25; 05-19-2015 at 05:18 PM.
There are currently 1 users browsing this thread. (0 members and 1 guests)