Glad you like it.![]()
Glad you like it.![]()
Would've run for 6 hours, but I restarted it after 2 hours to talk to the talent scout. Definitely maxes out at just over 59kxp/hr with 89+ agility. Very awesome script!Code://///////////TotalGnomes V1.8///////////// Laps Completed: 331(81 Laps/Hour) Thats 44 seconds per lap! Exp gained: 240735 exp(59436 Exp/Hour) Failsafes used: 1 Running for: 04:03:01 /////////////////////////////////////////
Flawless, nothing more to say. Good job with the script
http://i50.tinypic.com/2ecniv8.jpg
Awesome script; thanks!
Mine doesn't seem to be able to find the barrier...
Every time? If so you probably have the wrong graphics settings or something.
So I was just using this script a few hours ago and it was working flawlessly, but now every time it crosses the first log it just keeps rotating the camera angle and cannot find the canopy. I'm not sure what happened because literally 3 hours ago it was working fine, but I just can't get it to work as I have been trying for over 2 hours now. Any help would be appreciated. Thanks
I would have to teamview you to find the problem specifically, but in general that happens because of the exp counter thing I think.
Do you have teamviewer? Maybe they changed the colors around in the area.
Alright so I teamviewed Sum and there appears to be something wrong with the MakeCompass procedure that is included in SRL. I thought it was only on his side at first, but I went and tried it on my computer and it happened for me. I will need to find a work around to make the compass south but I have finals tomorrow so I'll do it ASAP.
Also, is this effecting everyone or just some people? Kinda weird...maybe it had to do with an SRL update.
Found out the problem, it has to do with the rs_GetCompassAngleRadians procedure in the SRL include. The color changed so you just need to update it. Just replace the whole procedure with this if you know what you are doing:
Simba Code:Function rs_GetCompassAngleRadians: Extended;
var
TPA: TPointArray;
T, M: TPoint;
B: TBox;
begin
B := IntToBox(529, 9, 557, 39);
with B do
FindColorsSpiralTolerance(T.x, T.y, TPA, 65536, x1, y1, x2, y2, 0);
if Length(TPA) < 1 then
Exit;
M := MiddleBox(B);
T := MiddleTPA(TPA);
Result := ArcTan2(-(T.Y - M.Y), T.X - M.X+0.5) + Radians(90);
Result := fixRad(Result - Pi);
end;
If you don't know what to do you can either wait for SRL to update or I'll make a mini guide tomorrow or something. Going to sleep for now though.
Last edited by Total; 05-08-2012 at 06:53 AM.
You should get people to annouce their 99's via your bot
Atleast i'll give you my sincerly thanks for a great bot and for "giving me" 99 agi!
Nah its not a problem, really simple fix. If you are having the error I put up a mini guide on the front page now so try that and it should start working again.
The next SRL update should fix this also, so you could wait but not sure when its updating.![]()
Last edited by Total; 05-08-2012 at 03:50 PM.
It's never detecting it already went over the first log.
If its spinning the camera around while crossing the log look at the front page and do that.
I know lol, it's not that. It's just not detecting it crossed
Do you have any exp counter set to agility or overall?
one to agi , one to overall , one to herb.
Fixed : You might want to edit your setup that it needs to be the first counter that needs to be agi or overall :P
Thanks anyways
Last edited by Era Xz; 05-08-2012 at 04:16 PM.
Well it should be detecting it then, because it basically waits until you either gain exp or if it hits 7 seconds it will failsafe. Have you tried restarting your SMART and stuff? Might be buggy.
E: Oh, didn't know that. I thought it added all 3 together. Good to know.
Hhmm ye restarted twice. You sure it doesn't matter if it is the first one or not?
You are right, it just takes the exp from the first counter only. The procedure is called GetXPBarTotal so I thought it added them all together but it just gets the first one.
Hehe, both learned something I guess.
Script runs nice! Added some summer pie eating tho :P
Great script! runs perfect for me, and i got a POS computer.
Also thanks for telling me how to fixing that net issue,
Gl with later scripts.![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)