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
[DEBUG] : Appended procedure scriptTerminate to shutdown.
[DEBUG] : Setting up SRL...
[DEBUG] : Spawning SMART client...
SRL: Logfile = C:\Simba\Includes\SRL-6/logs/SRL log (07-11-14 at 01.37.42 PM).txt
-- setupSRL()
---- Setting up SRL...
---- attempting to spawn smart, attempt #: 1
---- initSmart():
------ Attempting to pair to a previously spawned client
------ smartPairToExistingClient():
-------- Found 1 free client(s), attempting to pair to one...
---------- smartSetAsTarget(): Succesfully set SMART[14672] as Simba's target
-------- Succesfully paired to a existing client, SMART[14672]
------ smartPairToExistingClient(): result = true
------ Succesfully initialized via pairing to a previously spawned client
---- initSmart()
------ smartSetupDrawing(): Succesfully setup SMART drawing
---- Waiting up to 5 minutes for RS to load...
------ TRSActionBar.__findButton(): Found the actionbar button @ {X = 566, Y = 315}
------ TRSActionBar.__find(): result = true (height = 75)
------ Dynamic interfaces have been set.
---- Client is ready.
---- Setup SRL in 0 Seconds
-- setupSRL(): True
[DEBUG] : Successfully spawned SMART client.
-- TPlayerArray.setup()
---- Attempting to load player(s) "[mac]" from army "promacbae"
---- Raf_GetPlayers()
------ Army exists, reading the players...
---- Raf_GetPlayers: Result = True
---- Loaded player: mac
-- TPlayerArray.setup(): Success
[DEBUG] : Setting up players...
[DEBUG] : Successfully defined player arrays - logging in.
-- TPlayer.login()
---- Already logged in
---- Logged in: mac
-- TPlayer.login(): True
[DEBUG] : Setup complete - player is logged in.
[DEBUG] : Setting camera.
---- minimap.mouseOffCompass(): Succesfully moved mouse off of compass
---- TRSMinimap.clickCompass(): Clicked compass
[DEBUG] : Setting run.
[DEBUG] : Setting gametab.
---- TRSGameTab.__initTabs(): Setup gametab properties
[DEBUG] : Player has been initalized.
-- karamja.init()
---- Path exists (C:\Simba\Includes\SPS\img\karamja.png)
---- Setup area "karamja" in 47ms
-- karamja.init()
[DEBUG] : Map has been initalized.
[DEBUG] : Paths have been initalized.
[DEBUG] : Colors have been initalized.
[DEBUG] : DTMs have been initalized.
[DEBUG] : BMPs have been initalized.
---- tabBackpack.countDTM(): Found no DTM matches
[DEBUG] : Counted 0 tuna.
---- tabBackpack.countDTM(): Found no DTM matches
[DEBUG] : Counted 0 swordfish.
---- tabBackpack.countDTM(): Found no DTM matches
[DEBUG] : Counted 0 lobsters.
-- WARNING: karamja.getPlayerPos(): Didn't find enough matches accurately calc your postion
-- karamja.getPlayerPos(): result = {X = -1, Y = -1}, took 547 ms
-- WARNING: karamja.getPlayerPos(): Didn't find enough matches accurately calc your postion
-- karamja.getPlayerPos(): result = {X = -1, Y = -1}, took 531 ms
[WARNING] : Failed to walk to: !
[ERROR] : *** FATAL ERROR: Failed to handle walking!
[WARNING] : *** Terminating script ***
[DEBUG] : Logging out
-- TPlayer.logout()
---- Waiting for login screen...
---- Waiting for login screen...
---- Waiting for login screen...
-- TPlayer.logout(): True
[DEBUG] : Freeing BMPs
[DEBUG] : Freeing DTMs
[WARNING] : *** Terminated script ***
-- Succesfully freed SMART[14672]
-- Freeing gametabs bitmaps...
Successfully executed.
Always terminating the script.
''If you want something you've never had, you have to do something you've never done''
total leve 2715/1b exp +... exterminated.
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
Problem solved. And sorry, did not found the CODE tags. And I thought I had used the QUOTE one..
just started fishing at the docks, and the script continued from there..
''If you want something you've never had, you have to do something you've never done''
total leve 2715/1b exp +... exterminated.
Failed to initialise the interpreter: Thread creation error.
):
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
Lmao, trust me. Ive tried it all. Tried cleaning disk', restarting computer, reinstalling SRL/Simba.
): SRL doesnt like me.
EDIT:
Completely commented out lines 3839 through 3852.
Please make me aware if this is not okay/unsafe.Code:{procedure scriptTerminate(); begin writeWarn('*** Terminating script ***'); writeDebug('Logging out'); if isLoggedIn() then players[currentPlayer].logout(); writeDebug('Freeing BMPs'); //COMMENTED OUT! freeBitmap(proggyBmp); writeDebug('Freeing DTMs'); freeDtm(dtmArr[0]); freeDtm(dtmArr[1]); freeDtm(dtmArr[2]); writeWarn('*** Terminated script ***'); end; }
Thanks again KeepBotting.
Last edited by xSorrels; 11-11-2014 at 01:45 AM.
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
Came home today and I was still fishing!
Awesome.
Thanks KeeyBotting!
![]()
Last edited by xSorrels; 11-12-2014 at 12:50 AM.
I love this script so far, but I have some further suggestions
Breaks, and an option to stop the script after the given time
Drop tunas, keep swordfishes
If you implement these, an SPF would be great
+While walking to Stiles, the mouse clicks on the minimap even when Stiles is on the mainscreen. You should check that.
Sweet. Thanks for the proggy.
Not adding breaks, they're useless imo.
Adding a timed shutdown would be easy, just start a global TTimeMarker in initScript() and call terminateScript() conditionally in the mainloop (yourMom()). Not worth pushing an entire update for.
Dropping tuna is a good idea, might think about doing that.
I don't know what an SPF is.
Clicking on the minimap while Stiles in on the screen is a failsafe, not a bug. It's intentional.
Thanks for the feedback!![]()
Last edited by KeepBotting; 11-12-2014 at 11:43 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
Won't be adding a form either - I personally dislike them and think they detract from the aesthetic of an SRL script.
Sorry if it seems like I'm denying all your suggestions. It's just that most of the things you've suggested, I've already gone over and decided not to include.
Sure. I'm not against adding them, but they've never proved useful in my experience.
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 you want something you've never had, you have to do something you've never done''
total leve 2715/1b exp +... exterminated.
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
I've suicided my ironman account since day 1. I've been botting non-stop, turning off all breaks on my main as well for about 3-4 months now. AINT SCARED.
On a side note, I went from 40-47 very smoothly with the script so far, will post some proggies when I get some worth posting.17k an hour cuz of low fishing level isn't worth it :P
BUG:
Antipattern hovers over SKILL_HUNTER of SKILL_FISHING.
And its not hoverRandomSkill();
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
I messed up and hit pause thinking it would continue the proggy after, had to do some daily stuff.![]()
Script ran beautifully, the xp is low due to starting at level 40 but I am now level 64!
Still there fishing, starting a new proggy :P
Flawless script, working beautifully!
There are currently 1 users browsing this thread. (0 members and 1 guests)