I created a walking fail safe but I get "Type mismatch" error at line 6 when compiling.
Code:procedure GetIntoPos; var myPath:TPoint; begin if OutsideRange then myPath := [Point(2519, 2977)]; SPS_WalkToPos(myPath); end;
I F****ING DID IT MOTHER F***ERS!!!!! finally!
Well you have to set OutsideRange first so that probs won't work
Here is the failsafe
Simba Code:procedure FailSafe2;
var
Z:TPoint;
begin
Z:= SPS_GetMyPos;
if (Not (Distance(Z.X, Z.Y, x, y) < 20)) then//Change the 25 to whatever you want your distance checking to be.
begin
SPS_WalkToPos(Point(x, y)); // Put in coordinates for T-Point here
end;
end;
Current Project: Retired
For the basics of the basics of pascal, try my TuT. ||Photoshop Editing ||MapleResourceDung Script || Book a flight! BuySellTrip
why does it log out, after 1 course is done? i fixed the Anti-Leech, did i mess something up..?
☆Haterz Make Me Famouz☆
yea theres something with the loop! i just gave up on that! not good with loops!
is this working? cause i got 14 days trial and i wanna get 90-96 ranged
Can someone tell me... is this script working?
I believe I fixed the anti leach, but the script just stops after like 10 mins...
okay sweet. the script is working fine for me now, didn't fully understand the anti-leech.
but you are right, you have to babysit, walking behind targets is a bitch, that should be fixed..
this works?
Love it! Very nice script
[~~~~~~RangeGuilder by Riyyi - Version 1.23~~~~~]
Time Running : 3 Hours, 26 Minutes and 56 Seconds
XP Gained : 113320
XP Per Hour : 32846
Tickets Gained : 22664
Time Until Logout : 2 Hours, 21 Minutes and 40 Seconds
[~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~]
Hey guys i really cant figure this anti leech out and its been 2 days since im trying to do it and reading tutorials. help pls
This script definitely works if you can figure out the anti-leech. As for getting 90+ range with a 14 day trial, I dont believe that is possible. You'd have to sit there and babysit the script pretty much all day everyday throughout the whole trial to reach 90+. I reached level 81 with the 14 day trial, running it about 7-8 hours a day or so. Goodluck!
Great work!
Hey Riyyi thanks for that post saying
You know what the main loop is?
It's the last begin>end, and the end closes with a '.' instead of a ';'.
The loop stops itself after 1 round, therefore check what the mainloop does.
You will find that it has 2 repeats in it.
1 for the 'main loop' that shoots the targets and stuff, that stops after:
TimeFromMark(ClientTokenLogout) < CTLRandom
Then you check those variables and you should be able to fix it.
The second loop is after you logout and wait, then it starts from the beginning (to prevent the ClientTokenFailure),
but it has until(true) which means just once, fix that also.
That's it, hope this helps you.
It helped me a bunch and ill be posting a proggy soon.
Thanks!
PS: Is it possible that you could add a xp counter?
Last edited by akash22; 05-27-2012 at 09:13 PM.
Proggy:
[~~~~~~RangeGuilder by Riyyi - Version 1.23~~~~~]
Time Running : 1 Hours, 2 Seconds
XP Gained : 23065
XP Per Hour : 0
Tickets Gained : 4618
Time Until Logout : 4 Hours, 46 Minutes and 24 Seconds
[~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~]
First of all great script.
The problem is that in one hour i had to babysit the bot and it would go behind targets like 6-8 times.
And is there a way to speed up the script?
Also sometimes the bot will get stuck on this interface and instead of pressing 'x' it keeps moving around
![]()
Last edited by akash22; 05-28-2012 at 02:54 AM.
it took me a while to figure out the anti-leech but once i found it, i had a facepalm moment cos i realised how easy it was. trying the script now, it looks very promising
fk your anti leech, your comment mislead me, it is not in the mainloop procedure....
totally hit my head on desk when I saw it though.
Bored of playing rs, and bored of botting it, why am i here?
-Anyone worked a fully working failsafe to stop it screwing around behind the targets?
-Btw guys thx for all the post regarding the antileach, (note to peeps who are still trying: read through all the posts that have been made, they almost tell you word for word what to do and what to change lol, if still can't get it just take your time read the tutorials in tutorial island section)
-To Riyyi this is a great script you have made, I love how it has antileach because it made me get involved with the conversation and read up on some tutorials, if possibly have time in the next update, I know your very busy do you think you could please implement a failsafe for the going behind the targets issue, thankyou![]()
For all the people who can't figure the anti-leach.
Read the whole script, somewhere a code stops the mainloop to repeat.
Some obvious errors.(need basic knowledge)
Just watch YoHoJo's tutorials.
After watching this video, I easily figured out the problem.
http://www.youtube.com/watch?v=pMMejhyjGwI&feature=plcp
Don't watch the video just for the anti-leach.
Watch it for basic knowledge.
This script is totally worth it.
PS: For the player running behind the targets, maybe i have a solution.You could make it so every 5 minutes the player clicks on a white dot in the minimap as not all bots will run behind the target at the same time.
Last edited by akash22; 05-28-2012 at 06:55 PM.
There are currently 1 users browsing this thread. (0 members and 1 guests)