Script updated, all of the major bugs fixed, if anyone finds more please inform me.
Script updated, all of the major bugs fixed, if anyone finds more please inform me.
You said that like 4 posts ago... Post a report next post or im going to report you for spamming...
sorry i meant i was gunna try the update im sorry
hey it logs in and dose nothing (im cutting yews and banking) any idea's?
Are you at the yews or the bank? Do you have the newst revision of reflection? Runescape was updated today so that may be the problem.
i got it to work!
its chopping but just started so lets hope it banks
u want this banner?
![]()
Umm it walked to the mine,Was supposed to mine and bank iron ore..
Then a runtime error hit me,Said something on the context of runetime error on line 2200 or so
And then i tried powermining
It jus stood there and did nothing
January 21th, 2009
_________________________________________________
--|SirLaughsALot's Totally RAD |--
--|Has been running for 26 Minutes and 10 Seconds |--
--|Cut 56 Yew Logs |--
--|Gained A Total of 9800 WoodCutting XP |--
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
HTTP/1.1 302 Found
plus i got a broken axe
(it got stuck on the mysterious box random)
I bet youve worked with this for centuries
I must try this asap
Awsome Script...Raped anything i can do..Lol but then again i just started scripting
hey the ent finding dosnt work and if u break an axe it dosnt return to bank!
maybe fixed in next version?
Please copy/paste the error, are you sure that you have V1.5? Because there was a runtime error in that one but i fixed it so get back to me on that if you can.
Ill take a look at the ent finder, its kinda hard to work on because it is a random (hence the name), but ill do my best.
Feel free to take from it and learn from it just credit me for whatever you wantadd me on msn if you need any help
lol thank you, post a proggy or whatever error you get
Yeah ill work on it
<Wizzup> And he's a Christian
<Wizzup> So he MUST be trusted
___________________________________________
<Wizzup> she sounds like a dumb bitch
Few suggestions. When you load your bitmaps... you should just load them through-out the script, instead of declaring them then unloading them each time you run just that one procedure for them. Add ScriptTerminate Procedure to free them.
SCAR Code:Procedure SwitchGameTabs;//shorten it greatly and it will ignore GameTab 4
var
T: integer;
begin
T :=Random(12)+1;
if T = 4 then
T := RandomRange(5,12);
GameTab(T);
Wait(1000+random(4000));
GameTab(4);
exit;
end;
Function WhereAmI : String;
var
Me: TPoint;
begin
if not loggedin then exit;
Me := GetMyPos;//This will make it 14 times faster.
If InRange(Me.x,2947,2950) and InRange(Me.y,3212,3218) then
begin
Result:='store';
exit;
end;
If InRange(Me.x,2963,2970) and InRange(Me.y,3209,3216) then
begin
Result:='stove';
exit;
end;
If InRange(Me.x,2951,2962) and InRange(Me.y,3206,3218) then
begin
Result:='rimmington square';
exit;
end;
If InRange(Me.x,2965,2975) and InRange(Me.y,3191,3202) then
begin
Result:='willows';
exit;
end;
If InRange(Me.x,2981,3001) and InRange(Me.y,3145,3193) then
begin
Result:='fish';
exit;
end;
If InRange(Me.x,2963,2993) and InRange(Me.y,3226,3253) then
begin
Result:='mine';
exit;
end;
If InRange(Me.x,2929,2945) and InRange(Me.y,3222,3239) then
begin
Result:='yews';
exit;
end;
end;
(Scripts outdated until I update for new SRL changes)
AK Smelter & Crafter [SRL-Stats] - Fast Fighter [TUT] [SRL-Stats]
If you PM me with a stupid question or one listed in FAQ I will NOT respond. -Narcle
Summer = me busy, won't be around much.
wow good job didnt see this thread -.-
Goodluck updating and keeping it going!
Whoah! That's...impressive! I thought about doing something like that but was just like eh. Very nice! Keep it up
~Camo
Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
{ MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }
When posting a bug, please post debug! Help us, help you!
I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.
SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.
Very good idea!
I'd try it but I don't have an account to run this on.
Lvl 125 mining iron and cutting willows.. naa :P
Haha sure. I'll make it SLA for short xD
~Camo
Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
{ MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }
When posting a bug, please post debug! Help us, help you!
I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.
SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.
There are currently 1 users browsing this thread. (0 members and 1 guests)