I love your script. Very stable and smooth.
I have wanted to post a proggie but have been manually stopping to work on other things.
I will really let it go soon, but I have come across something...
It just started the competition I believe, and keeps trying to find compete.
It just sits and repeats the right clicking and checking.
E: Just read ur posts over this problem. Hope this pic helps =P
Last edited by 0UT2K1LL; 03-30-2011 at 05:10 AM.
I’m better than you. Nah nah nuh boo boo. Stick your head in doo doo.
http://i533.photobucket.com/albums/e...urses/1337.png
Edit: Nap ended up being a 12 hour sleep re-ran the script this morning small proggy.
++++++++++++++++++++++++++++++++++++++++++++++++++ +++++
Home's Guild Ranger 0.6
++++++++++++++++++++++++++++++++++++++++++++++++++ +++++
Name : ^^
Xp / Hour : 31431
Xp Gained : 98425
Worked : 3 Hours, 7 Minutes and 52 Seconds
Active : True
Time : 10:24:25 AM
-------------------------------------------------------
Last edited by Kave; 04-04-2011 at 09:26 AM.
doesn't handle tons of people covering the competition judge. Maybe you should edit it so it can go the the menu's after it right clicks
spam clicks the shit outta the targets lols (:
Last edited by footballjds; 04-05-2011 at 05:08 PM.
Progress Report:Status: /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\ Status: | SRL Randoms Report | Status: | www.villavu.com | Status: |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Status: \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/ +++++++++++++++++++++++++++++++++++++++++++++++++++++++ Home's Guild Ranger 0.6 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ Name : Bob909Er Xp / Hour : 42579 Xp Gained : 22035 Worked : 31 Minutes and 2 Seconds Active : True Time : 11:14:16 AM -------------------------------------------------------
I maxxed out my ranged bonus(dark bow, ranging amulet) and i made it so it only equips arrows 10%(random) of the time. brought my exp an hour up significantly!!!
EDIT:
Got stuck in an infinite loop right clicking the competition guy and then doing nothing. repeated this for 20 mins until i saw it =/
the issue is it tries talking to the guy BUT if you are already entered into the competition there is nothing except (talk-to) for menu text. it keeps trying to talk the guy. IDK why it doesn't just try to shoot the targets again. but it keeps on trying to talk to the guy. I paused the script. finished the competition and the hit play. It right clicked the guy, selected compete and then went on its merry way,
some quick failsafe should fix this.
Last edited by footballjds; 04-06-2011 at 04:18 PM.
Has to do with:
while not FindNPCText('Compet') do beginfunction FindNPCText(text: string): boolean;
By: Drags111
Description: Searches through the known talking interfaces to search for the
inputed text.
It it finds the npcText sometimes...Instead of using SRL Ref's NPCText trying learning about interfaces and only search ONE interface(has the potential of solving this, idk as i didn't try it)
reflection thing. you'l have to find another route? I'd suggest adding more things like:
while not FindNPCText('Compet') and not() and not() do begin
also what you have now could stick it into an infinite loop. (this happened aswell...) if it enters that loop and never finds npc chat text it will just STAY in that loop. ME no likey infy loops....Add in a check to see if ur logged in atleast... also a failsafe for no amo wouldn't hurt either. that could be checked using reflection easily.(equipment tab stuff)
Last edited by footballjds; 04-06-2011 at 05:24 PM.
Progress Report:Status: /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\ Status: | SRL Randoms Report | Status: | www.villavu.com | Status: |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Status: | Leo's Solved : 1 | Status: | Beekeepers Solved : 1 | Status: | Reward Box Solved : 2 | Status: \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/ +++++++++++++++++++++++++++++++++++++++++++++++++++++++ Home's Guild Ranger 0.6 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ Name : Reward Xp / Hour : 41832 Xp Gained : 251390 Worked : 6 Hours, 33 Seconds Active : True Time : 04:27:12 AM -------------------------------------------------------
my char was logged out with menu up(rs fucked up) still kept trying to click that shit!!!Simba Code:while not FindNPCText('Compet') do begin
if not R_LoggedIn then Exit;
if UpdatePos then Break;
if H_InFight then
HandleFight;
HandleRandoms;
if FindTarget(x, y) then SpamMouse(x, y, RandomRange(Players[CurrentPlayer].Integers[1], Players[CurrentPlayer].Integers[2]));
CounterX := 0;
Counter := 0;
Wait(10);
if not DidClick(True, 50) then Inc(C)
else
C := 0;
if (C >= 2) then begin
CloseRangeWindow;
CloseRangeWindow; // FailSafe
end;
end;
findnpctext isn't reliable enough...
Progress Report:Status: /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\ Status: | SRL Randoms Report | Status: | www.villavu.com | Status: |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Status: | Abysses Solved : 1 | Status: | Reward Box Solved : 1 | Status: \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/ +++++++++++++++++++++++++++++++++++++++++++++++++++++++ Home's Guild Ranger 0.6 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ Name : boxcake Xp / Hour : 42053 Xp Gained : 252692 Worked : 6 Hours, 31 Seconds Active : True Time : 02:31:27 PM -------------------------------------------------------
you need to fix the 6 hour log out thingo(I think its something that jagex added so your character logs out at 6 hours)
other than that, perfect run![]()
Progress Report:Status: /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\ Status: | SRL Randoms Report | Status: | www.villavu.com | Status: |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Status: | Capn Arnav Solved : 1 | Status: | Reward Box Solved : 1 | Status: \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/ +++++++++++++++++++++++++++++++++++++++++++++++++++++++ Home's Guild Ranger 0.6 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ Name : **** Xp / Hour : 41009 Xp Gained : 241145 Worked : 5 Hours, 52 Minutes and 48 Seconds Active : True Time : 03:21:25 PM -------------------------------------------------------
Last edited by Accure; 04-13-2011 at 01:43 PM.
^^ Awesome script. Many thanks!Status: /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
Status: | SRL Randoms Report |
Status: | www.villavu.com |
Status: |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Status: \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
++++++++++++++++++++++++++++++++++++++++++++++++++ +++++
Home's Guild Ranger 0.6
++++++++++++++++++++++++++++++++++++++++++++++++++ +++++
Name :
Xp / Hour : 33309
Xp Gained : 85050
Worked : 2 Hours, 33 Minutes and 11 Seconds
Active : True
Time : xx:xx:xx AM
-------------------------------------------------------
Last edited by dj2b4life; 04-25-2011 at 05:06 AM.
Hopefully I can use this to get 85 range. Used it for 10mins and stable ^_^ will post a hour or 2 proggy maybe. :]
Hey, I'm mostly a lurker, but I had to post. I started at 70 range and now currently at low 90's. Your script rocks.![]()
I don't have proggies but I've gone at least 50 hours total![]()
Another ProggyStatus: /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
Status: | SRL Randoms Report |
Status: | www.villavu.com |
Status: |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Status: | Beekeepers Solved : 1 |
Status: | Reward Box Solved : 1 |
Status: \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
++++++++++++++++++++++++++++++++++++++++++++++++++ +++++
Home's Guild Ranger 0.6
++++++++++++++++++++++++++++++++++++++++++++++++++ +++++
Name : ****
Xp / Hour : 44592
Xp Gained : 225165
Worked : 5 Hours, 2 Minutes and 57 Seconds
Active : True
Time : xx:xx:xx
-------------------------------------------------------![]()
nice script.
If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly.
right doing getting 40k+xp/hr hope it goes for like 16+ hours ill be so happy =D
If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly.
It spam clicks the target like crazy? can't have it just click once? or is this what people do at the guild range.. lol
I have looked over 3 different scripts within this range guild and all do spam clicking, although the other two have the option for spam click and whether or not to equip arrows (without equipping the arrows you can average about 42k exp an hour).
O/T: I am fairly certain that 99% of botters at range guild do spam clicking so its not really something to be worried about![]()
Hey Home.
Thanks for the 7million range xp...
and the 500k mining xp...
and my 2million fishing xp...
oh and my alts 10k pure essence.
my hero....![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)