HEY,,
I just bought 2.5k BB and I need to burry them.... I cannot find a good bone burrier in varrok and suggestions?
thanks,,
good..
(will be deleted one i find one)
HEY,,
I just bought 2.5k BB and I need to burry them.... I cannot find a good bone burrier in varrok and suggestions?
thanks,,
good..
(will be deleted one i find one)
Make oneShouldn't be that hard. Just a few mouse clicks and a banking procedure. I can make a quick one tonight when I get off of work if you would like. I would just need a .bmp of a bone.
~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.
SCAR Code:program New;
{.include srl/srl/misc/smart.scar}
{.include SRL/SRL.scar}
{.include srl/srl/misc/Users.scar}
var x,y:integer;
procedure term;
Begin
logout;
terminatescript;
end;
{*******************************************************************************
Procedure BuryBones(HowMany : Integer; WhatType : String);
by: NaumanAkhlaQ
Description: Burries The amount of bones specified.
WhatType - enter in part of the uptext
*******************************************************************************}
Procedure BuryBones(HowMany : Integer; WhatType : String);
Var III, C0l, IMark : Integer;
Begin
If HowMany > CountColorTolerance(14013914, MIX1, MIY1, MIX2, MIY2, 10) Then
srl_Warn('BuryBones', 'Not Enough Bones Found', warn_AllVersions)
else
GameTab(4);
Repeat
If FindColorTolerance(x, y, 14013914, MIX1, MIY1, MIX2, MIY2, 15) Then
Begin
MMouse(x, y, 0, 0);
C0l := GetColor(x, y);
SRL_Procs[srl_OnFindRandom] := @Term;
Wait(20 + Random(80));
end;
If IsUpText(WhatType) Then
Begin
Case Random(5) Of
6 : Begin
Mouse(x + Random(5), y, 0, 0, False);
Wait(200 + Random(200));
ChooseOption('ury');
MMouse(x, y, 0, 0);
end
else Mouse(x + Random(5), y, 0, 0, True);
end;
Inc(III);
end;
MarkTime(Imark);
Repeat
Wait(1 + Random(200));
Until(Not(SimilarColors(c0l, GetColor(x, y), 3))) or
(TimeFromMark(IMark) > 600 + Random(800));
Until(III >= HowMany) or (Not(FindColorTolerance(x, y, 14013914, MIX1, MIY1, MIX2, MIY2, 10)));
WriteLn('Bones Burried!');
end;
Procedure SetUpSMART;
Begin
WriteLn('Getting Ready - SMART');
SmartSetupEx(108, false, true, false);
SetTargetDC(SmartGetDC);
repeat
wait(100);
until(SmartGetColor(253, 233)<>1118604);
wait(1300+Random(2000));
WriteLn('Loaded SMART!');
Exit;
end;
Begin
SetUpSMART;
SetupSRL;
SRLPlayerForm(True, [], [], [], []);
wait(999);
LoginPlayer;
Repeat
SRL_Procs[srl_OnFindRandom] := @Term;
OpenBankFast('vwb');
Wait(200 + Random(300));
Withdraw(1, 1, 0);
Wait(200 + Random(300));
ChooseOption('ll');
SRL_Procs[srl_OnFindRandom] := @Term;
Wait(200 + Random(300));
CloseBank;
BuryBones(28, 'ones');
Until(False);
end.
Its very messy, I use it for my own private usage to get randoms. Please dont critize me that much
Use it in varrock west bank.
Have bones in first bankslot![]()
Grr...Nauman lol. That looks nice tho.
~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.
Its uhh not working... it dosent click the bank it just trys and fails?
^^
ya

are you at the right bank?
Anyother ones?
(I suck at Scripting.. trying to learn.... no patience im sorry)
SRL_Procs[srl_OnFindRandom] := @Term;
... How will it ever call Term if it never calls FindNormalRandoms? and why would you terminate a script if it found, per se, a certer?
GoodPeople, i have a bone burier in the Junior Member prayer secton, probably just need some updating. go check it.
~RM
Whoops, Sorry, I forgot about that![]()
What is the bone burriur called and when will it be update?
Goodpeople![]()
this should work, it has a good antiban of burying bones 3 different ways and sleeps every 5 loads since you get randoms a lot with bone burying as mentioned before. Tell me how it works. (works at any bank, just change which bank to where you wanna auto db-draynor, -veb-varrock eat, etc.) I'll help you setup if you want.
There are currently 1 users browsing this thread. (0 members and 1 guests)