You run the script, you run the risk.
Printable View
Well, after teaching myself how to script thanks to the tutorial island, I can say that I've finally got this script working. Lol.. mission accomplished! thanks =D
Edit: after letting it go through like 15 rounds or something it took me to the other side of the range (behind the targets). I changed GetIntoPos as follows:
By changing to that point is goes back to the correct area. All peachy again =)Code:procedure GetIntoPos; // (2515, 2970) // (2530, 2985) // (2520, 2980)
var
myPath: TPointArray;
begin
if not InCords(2510, 2965, 2545, 2990) then
myPath := [Point(2520, 2983)];//changed to this point
SPS_WalkPath(myPath);
end;
i noticed whenever it levels up ur ranged it goes back and attacks lst guard in the back then stops =P just a tip
The script works well enough, it finds the judge, shoots the targets. You have to check on it from time to time because it goes behind the targets, but not too often and you must have the money to afford losing your tickets in some place completely unrelated to the minigame, otherwise you'll be like me, trying to convince MSI to actually mine something, not just search for players and randoms.
That said, if you can afford the risk this is one of the better scripts.
i fixed the compile error , knowing something about this script. but unable to fix the 2nd and last problem . is there 1 or 5 errors from main loop to the end? been trying out all stuff's , seen all vid's . none on the last 2 . any tips?
There is one error when you try to compile and then another one that makes the script stop after one play through the minigame. In case it's not clear, by main loop he meant the main loop of the script, not the procedure mainloop.
Antileech is not meant to be difficult, so don't look for complex things, it's just a little something that stops those who don't know anything about programming.
Ive been trying to fix the anti-leech but have no success, i suppose im going to have to learn how to script right?
^^^
yup
Absolutely love this script. I've been using it on a new account that has the trial membership. Recieved level 71 ranged using it in just a weeks time. I edited a bit of the script to make it run a bit faster since I have a limited time of membership :P Kudos to you Riyyi!
Great just got it to work... idk how well but it's looping so thats all that matters=]
is anyone able to give a helping hand? i can PM what ive got so far for the CoursesDone := (CoursesDone + 1);
Dude can you get this to work I keep getting the messages :
Successfully executed.
[Hint] C:\Simba\Includes\SRL/SRL/core/animation.simba(257:3): Variable 'X' never used at line 256
[Hint] C:\Simba\Includes\SRL/SRL/core/animation.simba(257:3): Variable 'Y' never used at line 256
[Error] (239:5): Unknown identifier 'CoursesDone' at line 238
Compiling failed.
[Hint] C:\Simba\Includes\SRL/SRL/core/animation.simba(257:3): Variable 'X' never used at line 256
[Hint] C:\Simba\Includes\SRL/SRL/core/animation.simba(257:3): Variable 'Y' never used at line 256
[Error] (239:5): Unknown identifier 'CoursesDone' at line 238
Compiling failed.
[Hint] C:\Simba\Includes\SRL/SRL/core/animation.simba(257:3): Variable 'X' never used at line 256
[Hint] C:\Simba\Includes\SRL/SRL/core/animation.simba(257:3): Variable 'Y' never used at line 256
[Error] (239:9): Unknown identifier 'CoursesDone' at line 238
Compiling failed.
Works goodd!
I've been trying to fix the anti-leech for hours, still can't do it.. help please!
k, I think I fixed it. Changed a < to > and (true) to not LoggedIn
edit: now it keeps running behind the targets every 10 minutes -.-
You need to add a failsafe that recognises that checks to see arrows are equipped.
Other than that, script is great :)
Completly stuck trying to overcome the anti leech could some one attach a thread so i can read up on it or post a help ?
No offense but is it really funny to watch people get stuck on this anti leech?
Just think it can be fucking overwhelming seeing this large script with all this random bullsht and u have to ''fix'' it, hope some1 gives some usefull advice.
All i see is a fucking wall of text and im supposed to fix it? atleast some1 could give some solid advice...
EDIT : just removed every line that turned orange when trying to start the script and atleast got it to pop up a rs window, probably gonna get laughed at for fucking it up but whatever
From today, thank you :)
[~~~~~~RangeGuilder by Riyyi - Version 1.23~~~~~]
Time Running : 6 Hours, 1 Minutes and 12 Seconds
XP Gained : 116980
XP Per Hour : 0
Tickets Gained : 23352
Time Until Logout : 0 Seconds
[~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~]
Is there a way to make it less likely for my character to walk behind the targets?
Agree with previous comments. This is an awesome script and i've got from 40 range to 51 so far today (around 4 hours all babysat). Basically just wondering if there is a command such as
" If levelup = (true) then
Wait (2500 + Random(150) + Laggy);
Would that work to stop it from clicking after it gains the level to avoid it moving to back of the range OR would you need a different approach and possibly implement a pause function to pause the spamming part of the script for say 5 seconds then continue? (if there is such a command as pause i have no idea how to script just read a tutorial today but im pretty intrigued and fascinated already).
Thanks for the script dude its awesome any answers will be gratefully received.
I get this:
Exception in Script: Unable to find file 'SPS/SPS.simba' used from ''
Exception in Script: Unable to find file 'SPS/SPS.simba' used from ''
[Hint] C:\Simba\Includes\SRL/SRL/core/animation.simba(257:3): Variable 'X' never used at line 256
[Hint] C:\Simba\Includes\SRL/SRL/core/animation.simba(257:3): Variable 'Y' never used at line 256
[Error] C:\Simba\Includes\SPS/SPS.simba(300:3): Unknown identifier 'SPS_FilterMinimap' at line 299
Compiling failed.
Does it work flawless?
error :
[Error] (239:5): Unknown identifier 'CoursesDone' at line 238
Compiling failed.
looks good, i just can't seem to get the download done properly
The script wont start!
[Hint] C:\Simba\Includes\SRL/SRL/core/animation.simba(257:3): Variable 'X' never used at line 256
[Hint] C:\Simba\Includes\SRL/SRL/core/animation.simba(257:3): Variable 'Y' never used at line 256
[Error] (239:5): Unknown identifier 'CoursesDone' at line 238
Compiling failed.
What should I do?
......
snip
After a very long time i saw the very simple compile error for the courses done i think haha
could someone help me with the client token and the repeating of the script so it doesnt log out after one
{you guys are making it harder than it looks}