GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!
<BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols
GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!
<BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols
GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!
<BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols
Last edited by KeepBotting; 07-28-2014 at 09:37 PM.
GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!
<BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols
If anyone wants a quick fix just to login (no world switching etc.) replace the lobby.simba file in C:\Simba\Includes\srl-6\lib\interfaces\lobby with the one attached to this post.
EDIT: Also attached turps actionbar fixes
Last edited by The Mayor; 07-28-2014 at 10:12 PM.
You beat me by like two minutes, yours is probably better than mine but I figure I'll pitch in anyway.
Put these four functions in your script, anywhere above your mainloop. Two of them override (broken) SRL routines, one is new, and one is just a wrapper.
Simba Code:function TRSLobby.isOpen():boolean; override;
var
tpa:TPointArray;
theBox:TBox;
begin
theBox := intToBox(107, 24, 187, 42);
result := findColorsTolerance(tpa, 238801, theBox, 10);
if (result) then
writeln('TRSLobby.isOpen (override): the lobby is open')
else
writeln('TRSLobby.isOpen (override): the lobby is not open');
end;
function TRSLobby.findPlayButton():boolean; overload;
var
tpa:TPointArray;
theBox:TBox;
begin
theBox := intToBox(318, 519, 480, 544);
result := findColorsTolerance(tpa, 2595296, theBox, 18);
if (result) then
writeln('TRSLobby.findPlayButton (override): found the play button')
else
writeln('TRSLobby.findPlayButton (override): did not find the play button');
end;
function TRSLobby.clickPlay():boolean;
var
tpa:TPointArray;
theBox:TBox;
begin
theBox := intToBox(318, 519, 480, 544);
mouseBox(theBox, MOUSE_LEFT);
result := true;
writeln('TRSLobby.clickPlay: clicked the play button');
end;
function loggedIn():boolean;
begin
result := isLoggedIn();
end;
and the log in your player like this:
Simba Code:players[currentPlayer].loginToLobby();
if lobby.isOpen() and lobby.findPlayButton() then
begin
lobby.clickPlay();
waitFunc(@loggedIn, randomRange(100, 500), randomRange(5000, 10000));
end;
Last edited by KeepBotting; 07-28-2014 at 11:08 PM. Reason: updated
GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!
<BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols
Hmm smart stopped working i can't get smart to work with the new login and action bar ..o.o
GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!
<BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols
working on these now patience friends!
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
everything but worldswitching should be good... idk how long it will take the updates to go out. You can still use quick select worlds while I finish the rest tonight
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
Can't do much right now, still trying to contribute while I'm working on the new house. (Can barely load RS right now)
Selected world color 5387776 tol 0
Tsunami
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
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
hEY GUYS
oops sorry wrong cap locks
I put the files in the right directories in order to update... but my charac doesn't move from a finger... nothing happening...
edit : the bot allmost entered the half of my password on the rs chat....
Last edited by Xlr; 07-30-2014 at 12:53 AM.
INACTIVE
How-to: Make S.M.A.R.T. less laggy
Sell me your Maple Shieldbows (u)! Up to 95gp ea!
My Scripts:
Ivy Chopper Ultra [RS3] | Fantastic Fletcher [RS3]
99 x78 |
99 x10 |
99 x2 |
99 x12
Use the REPORT tags when posting progress reports to make life easier (:
[REPORT]Put progress report in here![/REPORT]
Super Savvy Smither V1.06Cool Classy Cooker V1.02 [EoC]
Yeah sorry, I was a bit drunk yesterday blblbl !
It ok, I done the updates (after replacing the files like I said), bot is starting, world picking without problem, but doesn't react after init the compass...
Simba Code:---- TRSMinimap.clickCompass(): Clicked compass
---- TRSGameTab.__initTabs(): Setup gametab properties
Then he doesn't move from a finger.. Any idea guys ? :x (ps : yeah, interface is well setuped-up) (pss : yeah I'm creating new words !)
Thanks guys !
There are currently 1 users browsing this thread. (0 members and 1 guests)