Great script thanks!
Got it working for 1 hour now at 44k exp/hour!
Great script thanks!
Got it working for 1 hour now at 44k exp/hour!
I think I know why the script may sometimes fail to go down the stairs. Today, I witnessed my character appear at the far side of the room after it exits a dungeon. The script clicks on the other side, but not far enough. My character walks close to the exit, and logs out. Maybe having the script click closer to the border of the minimap may help.
Fatigue I'm familiar with why it fails the broken stairs, thanks though.
I have it just arbitrarily click on the bottom left of the mini-map to get to the corner, and then arbitrarily move the mouse to where the stairs should be. If that doesn't work it Uses DTMs instead.
It's just that it messes up sometimes, but you should be able to get a decently long run with it, it shouldn't mess up too often like that.
Uploaded video of the script running on the first post.
I got lucky and managed to get this: =P
So...Thanks. =)
Progress Report:/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\ | --> YUGAY 1.3 <-- | \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/ | Worked for 2 Hours, 16 Minutes and 32 Seconds| | Created 2088 Gatstones | | Gained 90828 Experience | | Created 917 Stones/Hour | | Gained 40,116 Experience/Hour | \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
Last edited by Fatigue; 01-13-2012 at 12:16 PM.
I will use this in the future to get 85 magic. Keep it updated.
It is related to entering a Dungeon. I'm not sure, but maybe commenting that part that gives the error would make the script work.
On lines ~238, comment the lines out like this:
Code://WaitColorFailSafe(217, 410, 0, 0, 5000, '1 of Small Shadow'); //Mouse(259, 432, 20, 5, True); //Click Medium
The blindwalk thing is the way I do it in my Gatestoner. I didn't code it very well, but here's the general idea.
Simba Code:function SlideDownLadder: Boolean;
var mx, my, t: integer;
begin
Result:=False;
if not LoggedIn then Exit;
if not InLadder then Exit;
ClickNorth(SRL_ANGLE_HIGH);
//Blind walk near the exit, good news is it almost always ends in 2 tiles
// RadialWalk( ,270,270+randomRange(16, 21), 50, 0, 0);
MMouse(MMCX-randomRange(45,50),MMCY-randomRange(15,20),2,2);
ClickMouse2(True);
WaitTillStationary;
MarkTime(t);
repeat
//Look for slide
MMouse((MSX1+MSX2) shr 1 - 25, (MSY1+MSY2) shr 1 - 25, 20, 20);
if WaitUpText('ump',1000) then
begin
ClickMouse2(True);
wait(500);
if InLobby then
begin
Result:=True;
//We cheat this for the next step
MouseBox(590, 325, 690, 345, mouse_move);
Exit;
end;
end;
wait(50+random(50));
until (TimeFromMark(t) > 30000);
end;
Your script is quite nice, i loved using it. Keep up the good work!
Nice script! no loss of wealth using this, will use on one of my poor f2p accounts lol.
Here's an edit that should make it compile:
Simba Code:function SlideDownLadder: Boolean;
var mx, my, t: integer;
begin
Result:=False;
if not LoggedIn then Exit;
ClickNorth(SRL_ANGLE_HIGH);
//Blind walk near the exit, good news is it almost always ends in 2 tiles
// RadialWalk( ,270,270+randomRange(16, 21), 50, 0, 0);
MMouse(MMCX-randomRange(45,50),MMCY-randomRange(15,20),2,2);
ClickMouse2(True);
While (IsMoving) do
Wait(1000);
MarkTime(t);
repeat
//Look for slide
MMouse((MSX1+MSX2) shr 1 - 25, (MSY1+MSY2) shr 1 - 25, 20, 20);
if WaitUpText('ump',1000) then
begin
ClickMouse2(True);
wait(500);
begin
Result:=True;
//We cheat this for the next step
MouseBox(590, 325, 690, 345, mouse_move);
Exit;
end;
end;
wait(50+random(50));
until (TimeFromMark(t) > 30000);
end;
and at Procedure DownTheStairs(Angle:Boolean); write this:
Simba Code:Procedure DownTheStairs(Angle:Boolean);
Begin
If Not(SlideDownLadder) Then
Begin
Players[CurrentPlayer].Loc:='Broken Stairs Failed';
WhyBroke;
Logout;
End;
DoubleDownCheck;
End;
The following DTMs were not freed: [2, 3, 4, 5]
The following bitmaps were not freed: [3]
I get the above error message when the script crashes. :/
That's not an error that's just messages. Post more debug, explain how the script acts.
I know you can get banned from botting and stuff, but does any1 know how higt the rate is for F2P dung related bots?
M8, could you please update this want to get my magic up.
Runescape updated today so SRL is broken.
Have to wait for SRL to update and then it will work again.
A user named Home posted fixes you can make yourself to fix SRL in another thread.
I botted nearly nearly 1m exp with this script, and suprisingly, I'm not banned, unlike the gatestone script I used that was for injection bots. I hope I can reach at least level 90 magic with this.
Edit: Longest report atm?
Progress Report:/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\ | --> YUGAY 1.3 <-- | \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/ | Worked for 3 Hours, 43 Minutes and 5 Seconds| | Created 3157 Gatstones | | Gained 137329.5 Experience | | Created 856 Stones/Hour | | Gained 37,304 Experience/Hour | \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
Last edited by Fatigue; 01-17-2012 at 10:26 AM.
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| --> YUGAY 1.3 <-- |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
| Worked for 1 Hours, 51 Minutes and 39 Seconds|
| Created 2132 Gatstones |
| Gained 92742 Experience |
| Created 1150 Stones/Hour |
| Gained 50,357 Experience/Hour |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
Runs great. Only problem is everyonce in awhile can't find its way down the ledge. Thanks a lot for this script.
Error 1 of Small Shadow whenever I enter the dungeon.
That's what I did. Right next to the entrance. And whenever it starts a party, goes into the dungeon I get that error and it logs out.
There are currently 1 users browsing this thread. (0 members and 1 guests)