Red & Green Salamander Hunter // Construction // Gilded Altar // Major help w/ Kyles Runespan // VWB Smither // PhoenixFeathers // GemCutter // Bonfire // LRC Miner // Spell Tab Maker // ApeAtollAgility // IvyWC // RoguesCooker // Herblore // AshamanButterfly // AshamanPowerMiner // Fletcher // LividFarm
Working Great with a few tolerance changes, Thanks Shaman!![]()
mardation did you change anything to make it work with the new colors?
May sound like a dumb question, but the Shanty pass is members-only, correct?
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
It is members only to use the chest but you can go to the Shanty pass as a free member but you can't do anything there.
Well in that case, @Ashaman88; you should make a F2P version just for me.![]()
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
Red & Green Salamander Hunter // Construction // Gilded Altar // Major help w/ Kyles Runespan // VWB Smither // PhoenixFeathers // GemCutter // Bonfire // LRC Miner // Spell Tab Maker // ApeAtollAgility // IvyWC // RoguesCooker // Herblore // AshamanButterfly // AshamanPowerMiner // Fletcher // LividFarm
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
Find this function in your ashabonfire and replace it. It was like line 569 or something. I literally wrote this func in 30 seconds. I kept getting debug errors of SHANTAYEXIT so I just replaced it and its working well for me. I'm running the old ashabonfire though so it might be different in the newest version with rafiki and stuff. Good luck boys
It's sloppy, I get itSimba Code:Function OpenShantayBank: Boolean;
var
i, s, h: Integer;
TPA: TPointArray;
ATPA: T2DPointArray;
t: TTimeMarker;
p: Tpoint;
begin
//mouse(p, MOUSE_LEFT);
FindColorsTolerance(TPA, 6917057,MainScreen.GetBounds, 2, ColorSetting(2, 0.12, 1.11));
//FindColorsTolerance(TPA, 7449049,inttobox(65,267,520,333), 4, ColorSetting(2, 0.3, 0.3));
if (Length(TPA) < 1) then
begin
Writeln('nope');
Exit;
end;
ATPA := TPA.ToATPA(20, 20);
SortATPAFromMidPoint(ATPA, Point(randomRange(mainscreen.playerpoint.x - 100, mainscreen.playerpoint.x + 100), mainscreen.playerpoint.y));
h := High(ATPA);
for i := 0 to h do
begin
if (Length(ATPA[i]) < 50) then
Continue;
Mouse(ATPA[i][random(High(ATPA[i]))], MOUSE_MOVE, MOUSE_HUMAN);
if IsMouseOverText(['pen', 'antay', 'ank'], 500) then
begin
fastclick(mouse_right);
Wait(500+Random(100));
chooseOption.select(['pen']);
Exit();
end;
end;
If PinScreen.IsOpen Then
PinScreen.Enter(Players[CurrentPlayer].BankPin);
end;
FYI everyone I pushed out an update to fix the shantay bank for the include and made a quick update for the script. Spirit finding may be a little fritzy until I update it b/c of stupid avatars.
An Coh3n it's hard to say... I mean the hardest part will be to make it go outside of a bank or w/e to light the fire... or if there is a f2p place that always has fires that could work too. But other than that the script just using the open bank... and clicks add to nearest bonfire button... lights a fire if it can't find bonfire after 3 tries or so, etc etc
Red & Green Salamander Hunter // Construction // Gilded Altar // Major help w/ Kyles Runespan // VWB Smither // PhoenixFeathers // GemCutter // Bonfire // LRC Miner // Spell Tab Maker // ApeAtollAgility // IvyWC // RoguesCooker // Herblore // AshamanButterfly // AshamanPowerMiner // Fletcher // LividFarm
Yeah I was looking into it a little, but I didn't find much in the sense of a F2P area for bonfires. Fires can be made anywhere in the GE, but I'm unaware of a world that constantly has fires going. E: I think they can be made outside the Lumbridge castle bank as well (only a few tiles away).
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
Red & Green Salamander Hunter // Construction // Gilded Altar // Major help w/ Kyles Runespan // VWB Smither // PhoenixFeathers // GemCutter // Bonfire // LRC Miner // Spell Tab Maker // ApeAtollAgility // IvyWC // RoguesCooker // Herblore // AshamanButterfly // AshamanPowerMiner // Fletcher // LividFarm
is this script working
NightLeaf Presents: A Working RS3 Script
(RS3) - NiteLeaf's Supreme Chopper - (Bonfire Support!)
Exception in Script: File "srl-6/lib/misc/srlplayerform.simba" not found at line 59, column 7
NightLeaf Presents: A Working RS3 Script
(RS3) - NiteLeaf's Supreme Chopper - (Bonfire Support!)
Update your srl
Red & Green Salamander Hunter // Construction // Gilded Altar // Major help w/ Kyles Runespan // VWB Smither // PhoenixFeathers // GemCutter // Bonfire // LRC Miner // Spell Tab Maker // ApeAtollAgility // IvyWC // RoguesCooker // Herblore // AshamanButterfly // AshamanPowerMiner // Fletcher // LividFarm
it still no work
NightLeaf Presents: A Working RS3 Script
(RS3) - NiteLeaf's Supreme Chopper - (Bonfire Support!)
Red & Green Salamander Hunter // Construction // Gilded Altar // Major help w/ Kyles Runespan // VWB Smither // PhoenixFeathers // GemCutter // Bonfire // LRC Miner // Spell Tab Maker // ApeAtollAgility // IvyWC // RoguesCooker // Herblore // AshamanButterfly // AshamanPowerMiner // Fletcher // LividFarm
NightLeaf Presents: A Working RS3 Script
(RS3) - NiteLeaf's Supreme Chopper - (Bonfire Support!)
NightLeaf Presents: A Working RS3 Script
(RS3) - NiteLeaf's Supreme Chopper - (Bonfire Support!)
Red & Green Salamander Hunter // Construction // Gilded Altar // Major help w/ Kyles Runespan // VWB Smither // PhoenixFeathers // GemCutter // Bonfire // LRC Miner // Spell Tab Maker // ApeAtollAgility // IvyWC // RoguesCooker // Herblore // AshamanButterfly // AshamanPowerMiner // Fletcher // LividFarm
Checking for script updates...
3.4
3.4
You have the latest version of the script!
-- TPlayerArray.setup()
---- Loaded player: Ravens Cry
-- TPlayerArray.setup(): Success
-- setupSRL()
---- Setting up SRL...
---- initSmart():
------ Attempting to pair to a previously spawned client
------ smartPairToExistingClient():
-------- Found no free clients to pair to
------ smartPairToExistingClient(): result = false
------ Attempting to spawn a new client..
------ smartCreateClient():
---------- smartGetParameters(): Succesfully grabbed paramters
-------- getJavaPath():
---------- Attempting to search for your Java path
---------- Found your java path @ C:\Program Files (x86)\Java\jre7\bin\java.exe
-------- getJavaPath()
-------- Using parameters [http://world15.runescape.com/, f753874031663439301]
-------- Using plugins "OpenGL32.dll"
-------- Succesfully spawned a client, attempting to target
---------- smartSetAsTarget(): Succesfully set SMART[31552] as Simba's target
------ smartCreateClient(): result = true
------ Succesfully initialized via spawning a new client
---- initSmart()
------ smartSetupDrawing(): Succesfully setup SMART drawing
---- Waiting up to 5 minutes for RS to load...
NightLeaf Presents: A Working RS3 Script
(RS3) - NiteLeaf's Supreme Chopper - (Bonfire Support!)
that keeps happening![]()
1B total exp progress
875m / 1B
120s
113/120 Fish
112/120 Dung
There are currently 1 users browsing this thread. (0 members and 1 guests)