Page 9 of 12 FirstFirst ... 7891011 ... LastLast
Results 201 to 225 of 278

Thread: [SRL-6] Fady's AIO Portable-O-Matic

  1. #201
    Join Date
    May 2012
    Posts
    65
    Mentioned
    0 Post(s)
    Quoted
    26 Post(s)

    Default

    Quote Originally Posted by fady View Post
    Aah, there seems to have been an update to SRL, I'll fix it later today or tm morning. For now, you can go to that line and change bankscreen._enterAmount to chatbox.enterAmount

    I'll push the fix soon
    Thank you again for such a short notice reply! Yes "chatbox.enterAmount" fixed it.

  2. #202
    Join Date
    Feb 2015
    Posts
    422
    Mentioned
    41 Post(s)
    Quoted
    226 Post(s)

    Default

    Releasing an update.

    V2.3:
    • Fixed a compiling error due to a SRL update


    To obtain the update please redownload the updater, or just change bankScreen._enterAmount to chatBox.enterAmount and it will automatically grab the new version so you'll be ready for further updates.

  3. #203
    Join Date
    Feb 2014
    Posts
    47
    Mentioned
    1 Post(s)
    Quoted
    26 Post(s)

    Default

    Can you add in the party area? it gives an extra 5% bxp

    Edit: I didn't notice you can pick your own location, script is working well thanks

  4. #204
    Join Date
    Dec 2015
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by Anish View Post
    Can you add in the party area? it gives an extra 5% bxp

    Edit: I didn't notice you can pick your own location, script is working well thanks
    Simba Code:
    {*Custom Bank data*}
      CustomBankCol := 3886171;
      CustomBankTol := 22;
      CustomBankHue := 0.04;
      CustomBankSat := 0.09;

    That is the PA chest. For this I like to stand left of the chest facing north fully zoomed in with hosting mode on. Not tried it in non hosting mode

  5. #205
    Join Date
    Dec 2015
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    5R5EcsS.png
    A small proggy but a proggy all the same 70-99

  6. #206
    Join Date
    Jan 2016
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Gonna give this a try, ty

  7. #207
    Join Date
    Jan 2016
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I am trying to use a brazier with at PA with the custom bank chest option (I used the properties you posted earlier which made the script able to open bank) but now it just switched game tabs and then says "Failed to withdraw enough items" even though it withdrew the logs with the preset.
    Here's the log:
    Code:
    [00:01:10]: -- setupSRL()
    [00:01:10]: ---- Setting up SRL...
    [00:01:10]: ---- attempting to spawn smart, attempt #: 1
    [00:01:10]: ---- initSmart():
    [00:01:10]: ------ Attempting to pair to a previously spawned client
    [00:01:10]: ------ smartPairToExistingClient():
    [00:01:10]: -------- Found 1 free client(s), attempting to pair to one...
    [00:01:10]: ---------- smartSetAsTarget(): Succesfully set SMART[7580] as Simba's target
    [00:01:10]: -------- Succesfully paired to a existing client, SMART[7580]
    [00:01:10]: ------ smartPairToExistingClient(): result = true
    [00:01:10]: ------ Succesfully initialized via pairing to a previously spawned client
    [00:01:10]: ---- initSmart()
    [00:01:10]: ------ smartSetupDrawing(): Succesfully setup SMART drawing
    [00:01:10]: ---- Waiting up to 5 minutes for RS to load...
    [00:01:10]: ---- TRSActionBar.__find(): EOC bar height = 75
    [00:01:10]: ------ Dynamic interfaces have been set.
    [00:01:10]: ---- Client is ready.
    [00:01:10]: ---- Setup SRL in 0 Seconds
    [00:01:10]: -- setupSRL(): True
    [00:01:11]: ---- minimap.mouseOffCompass(): Succesfully moved mouse off of compass
    [00:01:11]: ---- TRSMinimap.clickCompass(): Clicked compass
    [00:01:19]: -- isMouseOverText()
    [00:01:19]: ---- Current mouse-over text: ""
    [00:01:19]: ---- Current mouse-over text: ""
    [00:01:19]: ---- Current mouse-over text: ""
    [00:01:19]: ---- Current mouse-over text: ""
    [00:01:19]: ---- Current mouse-over text: ""
    [00:01:19]: ---- Current mouse-over text: ""
    [00:01:19]: ---- Current mouse-over text: ""
    [00:01:19]: ---- Current mouse-over text: ""
    [00:01:19]: ---- Current mouse-over text: ""
    [00:01:19]: ---- Current mouse-over text: ""
    [00:01:19]: -- isMouseOverText(): False
    [00:01:19]: -- isMouseOverText()
    [00:01:19]: ---- Current mouse-over text: "Use Bank chest"
    [00:01:19]: ---- Found "hest" in mouse-over string: "Use Bank chest"
    [00:01:19]: -- isMouseOverText(): True
    [00:01:19]: -- isMouseOverText()
    [00:01:19]: ---- Current mouse-over text: "Use Bank chest"
    [00:01:19]: ---- Found "hest" in mouse-over string: "Use Bank chest"
    [00:01:19]: -- isMouseOverText(): True
    [00:01:22]: ---- TRSGameTab.__initTabs(): Setup gametab properties
    [00:01:22]: -- TRSGameTabs.openTab(2)
    [00:01:22]: ---- Opening tab via gametab navigation bar
    [00:01:27]: -- TRSGameTabs.openTab(2): result = False
    [00:01:27]: -- TRSGameTabs.openTab(2)
    [00:01:27]: ---- Opening tab via gametab navigation bar
    [00:01:33]: -- TRSGameTabs.openTab(2): result = False

  8. #208
    Join Date
    Feb 2015
    Posts
    422
    Mentioned
    41 Post(s)
    Quoted
    226 Post(s)

    Default

    Quote Originally Posted by JewishSock View Post
    I am trying to use a brazier with at PA with the custom bank chest option (I used the properties you posted earlier which made the script able to open bank) but now it just switched game tabs and then says "Failed to withdraw enough items" even though it withdrew the logs with the preset.
    Here's the log:
    Code:
    [00:01:10]: -- setupSRL()
    [00:01:10]: ---- Setting up SRL...
    [00:01:10]: ---- attempting to spawn smart, attempt #: 1
    [00:01:10]: ---- initSmart():
    [00:01:10]: ------ Attempting to pair to a previously spawned client
    [00:01:10]: ------ smartPairToExistingClient():
    [00:01:10]: -------- Found 1 free client(s), attempting to pair to one...
    [00:01:10]: ---------- smartSetAsTarget(): Succesfully set SMART[7580] as Simba's target
    [00:01:10]: -------- Succesfully paired to a existing client, SMART[7580]
    [00:01:10]: ------ smartPairToExistingClient(): result = true
    [00:01:10]: ------ Succesfully initialized via pairing to a previously spawned client
    [00:01:10]: ---- initSmart()
    [00:01:10]: ------ smartSetupDrawing(): Succesfully setup SMART drawing
    [00:01:10]: ---- Waiting up to 5 minutes for RS to load...
    [00:01:10]: ---- TRSActionBar.__find(): EOC bar height = 75
    [00:01:10]: ------ Dynamic interfaces have been set.
    [00:01:10]: ---- Client is ready.
    [00:01:10]: ---- Setup SRL in 0 Seconds
    [00:01:10]: -- setupSRL(): True
    [00:01:11]: ---- minimap.mouseOffCompass(): Succesfully moved mouse off of compass
    [00:01:11]: ---- TRSMinimap.clickCompass(): Clicked compass
    [00:01:19]: -- isMouseOverText()
    [00:01:19]: ---- Current mouse-over text: ""
    [00:01:19]: ---- Current mouse-over text: ""
    [00:01:19]: ---- Current mouse-over text: ""
    [00:01:19]: ---- Current mouse-over text: ""
    [00:01:19]: ---- Current mouse-over text: ""
    [00:01:19]: ---- Current mouse-over text: ""
    [00:01:19]: ---- Current mouse-over text: ""
    [00:01:19]: ---- Current mouse-over text: ""
    [00:01:19]: ---- Current mouse-over text: ""
    [00:01:19]: ---- Current mouse-over text: ""
    [00:01:19]: -- isMouseOverText(): False
    [00:01:19]: -- isMouseOverText()
    [00:01:19]: ---- Current mouse-over text: "Use Bank chest"
    [00:01:19]: ---- Found "hest" in mouse-over string: "Use Bank chest"
    [00:01:19]: -- isMouseOverText(): True
    [00:01:19]: -- isMouseOverText()
    [00:01:19]: ---- Current mouse-over text: "Use Bank chest"
    [00:01:19]: ---- Found "hest" in mouse-over string: "Use Bank chest"
    [00:01:19]: -- isMouseOverText(): True
    [00:01:22]: ---- TRSGameTab.__initTabs(): Setup gametab properties
    [00:01:22]: -- TRSGameTabs.openTab(2)
    [00:01:22]: ---- Opening tab via gametab navigation bar
    [00:01:27]: -- TRSGameTabs.openTab(2): result = False
    [00:01:27]: -- TRSGameTabs.openTab(2)
    [00:01:27]: ---- Opening tab via gametab navigation bar
    [00:01:33]: -- TRSGameTabs.openTab(2): result = False
    Hello, thank you for your feedback. Can you post a screenshot of your interfaces, and also the debug output you posted does not show the error. Can you uncheck disable SRL debug and disable script debug and post the entire output in code tags like you have there.
    Thanks

  9. #209
    Join Date
    Nov 2015
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Quote Originally Posted by fady View Post
    Hello, thank you for your feedback. Can you post a screenshot of your interfaces, and also the debug output you posted does not show the error. Can you uncheck disable SRL debug and disable script debug and post the entire output in code tags like you have there.
    Thanks
    I think SRL doesn't recognize the inventory anymore because of the invention button at the bottom

  10. #210
    Join Date
    Jun 2015
    Posts
    64
    Mentioned
    2 Post(s)
    Quoted
    21 Post(s)

    Default

    Not detecting progress screen after the first inventory?
    hi it me

  11. #211
    Join Date
    Feb 2015
    Posts
    422
    Mentioned
    41 Post(s)
    Quoted
    226 Post(s)

    Default

    Quote Originally Posted by Calluminati View Post
    Not detecting progress screen after the first inventory?
    Can you post srl/script debug output and a picture of your interfaces open?

  12. #212
    Join Date
    Jun 2015
    Posts
    64
    Mentioned
    2 Post(s)
    Quoted
    21 Post(s)

    Default

    I'll re-replicate it later, it was only when the forge was directed north, I think it was because it could still see the forge color while the production screen was open so it kept clicking it (guess), fixed it by zooming out enough to cover it/changing forge location/direction
    hi it me

  13. #213
    Join Date
    May 2011
    Location
    In an Island.
    Posts
    1,413
    Mentioned
    2 Post(s)
    Quoted
    149 Post(s)

    Default

    Quote Originally Posted by Calluminati View Post
    I'll re-replicate it later, it was only when the forge was directed north, I think it was because it could still see the forge color while the production screen was open so it kept clicking it (guess), fixed it by zooming out enough to cover it/changing forge location/direction
    That's because of the overText that happens to overlaps with the production screen. Simply change the angle of the camera and place your production screen in the bottom corner, so that when clicking on the forge the overText doesn't overlaps with it.
    ''If you want something you've never had, you have to do something you've never done''


    total leve 2715/1b exp +... exterminated.

  14. #214
    Join Date
    Jan 2016
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I'm getting an error like the following:

    Warning! You passed wrong values to a finder function: xs > xe (811,799). Swapping the values for now.

    In Falador PA, trying to smith mithril daggers.

  15. #215
    Join Date
    Apr 2015
    Posts
    45
    Mentioned
    1 Post(s)
    Quoted
    17 Post(s)

    Default

    Processed 4k silver without any issues. The only thing I could recommend is having it left click the forge, for example: I run the script and select smelt. Ingame the script changes the settings on the forge to leftclick smelt. I think this would be less bot looking.

  16. #216
    Join Date
    Feb 2015
    Posts
    422
    Mentioned
    41 Post(s)
    Quoted
    226 Post(s)

    Default

    Quote Originally Posted by Hodor123 View Post
    Processed 4k silver without any issues. The only thing I could recommend is having it left click the forge, for example: I run the script and select smelt. Ingame the script changes the settings on the forge to leftclick smelt. I think this would be less bot looking.
    Glad you're enjoying the script. The smith setting in the script will left click the forge, so if you configure your forge ingame so smelt is left click, just pick smith not smelt in the script form. The only different is that one will left click and the other will right click.

  17. #217
    Join Date
    Jan 2016
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by fady View Post
    Glad you're enjoying the script. The smith setting in the script will left click the forge, so if you configure your forge ingame so smelt is left click, just pick smith not smelt in the script form. The only different is that one will left click and the other will right click.
    This doesn't work for me. The smith setting does left click the forge, yes, but then the script gets stuck and won't smelt the bars.

  18. #218
    Join Date
    Feb 2015
    Posts
    422
    Mentioned
    41 Post(s)
    Quoted
    226 Post(s)

    Default

    Quote Originally Posted by Hagen View Post
    This doesn't work for me. The smith setting does left click the forge, yes, but then the script gets stuck and won't smelt the bars.
    Can you enable both SRL and script debug and show me what the debug says?

    Also are you sure that you changed the setting for the forge in game so that smelt is left click?

  19. #219
    Join Date
    Jan 2016
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by fady View Post
    Can you enable both SRL and script debug and show me what the debug says?

    Also are you sure that you changed the setting for the forge in game so that smelt is left click?
    [00:00:11]: -- setupSRL()
    [00:00:11]: ---- Setting up SRL...
    [00:00:11]: ---- attempting to spawn smart, attempt #: 1
    [00:00:11]: ---- initSmart():
    [00:00:11]: ------ Attempting to pair to a previously spawned client
    [00:00:11]: ------ smartPairToExistingClient():
    [00:00:11]: -------- Found 1 free client(s), attempting to pair to one...
    [00:00:11]: ---------- smartSetAsTarget(): Succesfully set SMART[28452] as Simba's target
    [00:00:11]: -------- Succesfully paired to a existing client, SMART[28452]
    [00:00:11]: ------ smartPairToExistingClient(): result = true
    [00:00:11]: ------ Succesfully initialized via pairing to a previously spawned client
    [00:00:11]: ---- initSmart()
    [00:00:11]: ------ smartSetupDrawing(): Succesfully setup SMART drawing
    [00:00:11]: ---- Waiting up to 5 minutes for RS to load...
    [00:00:11]: ---- TRSActionBar.__find(): EOC bar height = 37
    [00:00:11]: ------ Dynamic interfaces have been set.
    [00:00:11]: ---- Client is ready.
    [00:00:11]: ---- Setup SRL in 0 Seconds
    [00:00:11]: -- setupSRL(): True
    [00:00:11]: ---- closePopup(): Trying to close popup with Escape-key.
    [00:00:13]: ---- minimap.mouseOffCompass(): Succesfully moved mouse off of compass
    [00:00:13]: ---- TRSMinimap.clickCompass(): Clicked compass
    [00:00:20]: -- TRSBankscreen.__open()
    [00:00:20]: ---- isMouseOverText()
    [00:00:20]: ------ Current mouse-over text: ""
    [00:00:20]: ------ Current mouse-over text: ""
    [00:00:21]: ------ Current mouse-over text: "Use Bank chest"
    [00:00:21]: ------ Found "Use Ba" in mouse-over string: "Use Bank chest"
    [00:00:21]: ---- isMouseOverText(): True
    [00:00:23]: -- TRSBankscreen.__open() result = True
    [00:00:24]: ---- TRSGameTab.__initTabs(): Setup gametab properties
    [00:00:24]: -- isMouseOverText()
    [00:00:24]: ---- Current mouse-over text: "Use Bank chest"
    [00:00:24]: ---- Current mouse-over text: "Use Bank chest"
    [00:00:24]: ---- Current mouse-over text: "Use Bank chest"
    [00:00:24]: ---- Current mouse-over text: "Use Bank chest"
    [00:00:24]: ---- Current mouse-over text: "Use Bank chest"
    [00:00:24]: ---- Current mouse-over text: "Use Bank chest"
    [00:00:24]: ---- Current mouse-over text: "Use Bank chest"
    [00:00:24]: -- isMouseOverText(): False
    [00:00:25]: -- isMouseOverText()
    [00:00:25]: ---- Current mouse-over text: "Smelt Portable forge"
    [00:00:25]: ---- Found "able forge" in mouse-over string: "Smelt Portable forge"
    [00:00:25]: -- isMouseOverText(): True
    [00:00:25]: -- isMouseOverText()
    [00:00:25]: ---- Current mouse-over text: "Smelt Portable forge"
    [00:00:25]: ---- Found "able forge" in mouse-over string: "Smelt Portable forge"
    [00:00:25]: -- isMouseOverText(): True
    [00:00:29]: -- isMouseOverText()
    [00:00:29]: ---- Current mouse-over text: ""
    [00:00:29]: ---- Current mouse-over text: ""
    [00:00:29]: ---- Current mouse-over text: ""
    [00:00:29]: ---- Current mouse-over text: ""
    [00:00:29]: ---- Current mouse-over text: ""
    [00:00:29]: ---- Current mouse-over text: ""
    [00:00:29]: -- isMouseOverText(): False
    [00:00:30]: -- isMouseOverText()
    [00:00:30]: ---- Current mouse-over text: "Smelt Portable forge"
    [00:00:30]: ---- Found "able forge" in mouse-over string: "Smelt Portable forge"
    [00:00:30]: -- isMouseOverText(): True
    [00:00:30]: -- isMouseOverText()
    [00:00:30]: ---- Current mouse-over text: "Smelt Portable forge"
    [00:00:30]: ---- Found "able forge" in mouse-over string: "Smelt Portable forge"
    [00:00:30]: -- isMouseOverText(): True
    [00:00:33]: -- isMouseOverText()
    [00:00:33]: ---- Current mouse-over text: ""
    [00:00:33]: ---- Current mouse-over text: ""
    [00:00:33]: ---- Current mouse-over text: ""
    [00:00:33]: ---- Current mouse-over text: ""
    [00:00:33]: ---- Current mouse-over text: ""
    [00:00:33]: ---- Current mouse-over text: ""
    [00:00:33]: ---- Current mouse-over text: ""
    [00:00:33]: ---- Current mouse-over text: ""
    [00:00:33]: ---- Current mouse-over text: ""
    [00:00:33]: ---- Current mouse-over text: ""
    [00:00:33]: -- isMouseOverText(): False
    [00:00:34]: -- isMouseOverText()
    [00:00:34]: ---- Current mouse-over text: "Smelt Portable forge"
    [00:00:34]: ---- Found "able forge" in mouse-over string: "Smelt Portable forge"
    [00:00:34]: -- isMouseOverText(): True
    [00:00:34]: -- isMouseOverText()
    [00:00:34]: ---- Current mouse-over text: "Smelt Portable forge"
    [00:00:34]: ---- Found "able forge" in mouse-over string: "Smelt Portable forge"
    [00:00:34]: -- isMouseOverText(): True
    [00:00:38]: -- isMouseOverText()
    [00:00:38]: ---- Current mouse-over text: ""
    [00:00:38]: ---- Current mouse-over text: ""
    [00:00:38]: ---- Current mouse-over text: ""
    [00:00:38]: ---- Current mouse-over text: ""
    [00:00:38]: ---- Current mouse-over text: ""
    [00:00:38]: ---- Current mouse-over text: ""
    [00:00:38]: ---- Current mouse-over text: ""
    [00:00:38]: ---- Current mouse-over text: ""
    [00:00:38]: ---- Current mouse-over text: ""
    [00:00:38]: -- isMouseOverText(): False
    [00:00:39]: -- isMouseOverText()
    [00:00:39]: ---- Current mouse-over text: "Smelt Portable forge"
    [00:00:39]: ---- Found "able forge" in mouse-over string: "Smelt Portable forge"
    [00:00:39]: -- isMouseOverText(): True
    [00:00:39]: -- isMouseOverText()
    [00:00:39]: ---- Current mouse-over text: "Smelt Portable forge"
    [00:00:39]: ---- Found "able forge" in mouse-over string: "Smelt Portable forge"
    [00:00:39]: -- isMouseOverText(): True
    [00:00:43]: -- isMouseOverText()
    [00:00:43]: ---- Current mouse-over text: ""
    [00:00:43]: ---- Current mouse-over text: ""
    [00:00:43]: ---- Current mouse-over text: ""
    [00:00:43]: ---- Current mouse-over text: ""
    [00:00:43]: ---- Current mouse-over text: ""
    [00:00:43]: ---- Current mouse-over text: ""
    [00:00:43]: ---- Current mouse-over text: ""
    [00:00:43]: ---- Current mouse-over text: ""
    [00:00:43]: ---- Current mouse-over text: ""
    [00:00:43]: -- isMouseOverText(): False
    [00:00:44]: -- isMouseOverText()
    [00:00:44]: ---- Current mouse-over text: "Smelt Portable forge"
    [00:00:44]: ---- Found "able forge" in mouse-over string: "Smelt Portable forge"
    [00:00:44]: -- isMouseOverText(): True
    [00:00:44]: -- isMouseOverText()
    [00:00:44]: ---- Current mouse-over text: "Smelt Portable forge"
    [00:00:44]: ---- Found "able forge" in mouse-over string: "Smelt Portable forge"
    [00:00:44]: -- isMouseOverText(): True

    And yes, I'm sure changed the setting for the forge to left-click smelt

  20. #220
    Join Date
    Feb 2015
    Posts
    422
    Mentioned
    41 Post(s)
    Quoted
    226 Post(s)

    Default

    Quote Originally Posted by Hagen View Post
    [00:00:11]: -- setupSRL()
    [00:00:11]: ---- Setting up SRL...
    [00:00:11]: ---- attempting to spawn smart, attempt #: 1
    [00:00:11]: ---- initSmart():
    [00:00:11]: ------ Attempting to pair to a previously spawned client
    [00:00:11]: ------ smartPairToExistingClient():
    [00:00:11]: -------- Found 1 free client(s), attempting to pair to one...
    [00:00:11]: ---------- smartSetAsTarget(): Succesfully set SMART[28452] as Simba's target
    [00:00:11]: -------- Succesfully paired to a existing client, SMART[28452]
    [00:00:11]: ------ smartPairToExistingClient(): result = true
    [00:00:11]: ------ Succesfully initialized via pairing to a previously spawned client
    [00:00:11]: ---- initSmart()
    [00:00:11]: ------ smartSetupDrawing(): Succesfully setup SMART drawing
    [00:00:11]: ---- Waiting up to 5 minutes for RS to load...
    [00:00:11]: ---- TRSActionBar.__find(): EOC bar height = 37
    [00:00:11]: ------ Dynamic interfaces have been set.
    [00:00:11]: ---- Client is ready.
    [00:00:11]: ---- Setup SRL in 0 Seconds
    [00:00:11]: -- setupSRL(): True
    [00:00:11]: ---- closePopup(): Trying to close popup with Escape-key.
    [00:00:13]: ---- minimap.mouseOffCompass(): Succesfully moved mouse off of compass
    [00:00:13]: ---- TRSMinimap.clickCompass(): Clicked compass
    [00:00:20]: -- TRSBankscreen.__open()
    [00:00:20]: ---- isMouseOverText()
    [00:00:20]: ------ Current mouse-over text: ""
    [00:00:20]: ------ Current mouse-over text: ""
    [00:00:21]: ------ Current mouse-over text: "Use Bank chest"
    [00:00:21]: ------ Found "Use Ba" in mouse-over string: "Use Bank chest"
    [00:00:21]: ---- isMouseOverText(): True
    [00:00:23]: -- TRSBankscreen.__open() result = True
    [00:00:24]: ---- TRSGameTab.__initTabs(): Setup gametab properties
    [00:00:24]: -- isMouseOverText()
    [00:00:24]: ---- Current mouse-over text: "Use Bank chest"
    [00:00:24]: ---- Current mouse-over text: "Use Bank chest"
    [00:00:24]: ---- Current mouse-over text: "Use Bank chest"
    [00:00:24]: ---- Current mouse-over text: "Use Bank chest"
    [00:00:24]: ---- Current mouse-over text: "Use Bank chest"
    [00:00:24]: ---- Current mouse-over text: "Use Bank chest"
    [00:00:24]: ---- Current mouse-over text: "Use Bank chest"
    [00:00:24]: -- isMouseOverText(): False
    [00:00:25]: -- isMouseOverText()
    [00:00:25]: ---- Current mouse-over text: "Smelt Portable forge"
    [00:00:25]: ---- Found "able forge" in mouse-over string: "Smelt Portable forge"
    [00:00:25]: -- isMouseOverText(): True
    [00:00:25]: -- isMouseOverText()
    [00:00:25]: ---- Current mouse-over text: "Smelt Portable forge"
    [00:00:25]: ---- Found "able forge" in mouse-over string: "Smelt Portable forge"
    [00:00:25]: -- isMouseOverText(): True
    [00:00:29]: -- isMouseOverText()
    [00:00:29]: ---- Current mouse-over text: ""
    [00:00:29]: ---- Current mouse-over text: ""
    [00:00:29]: ---- Current mouse-over text: ""
    [00:00:29]: ---- Current mouse-over text: ""
    [00:00:29]: ---- Current mouse-over text: ""
    [00:00:29]: ---- Current mouse-over text: ""
    [00:00:29]: -- isMouseOverText(): False
    [00:00:30]: -- isMouseOverText()
    [00:00:30]: ---- Current mouse-over text: "Smelt Portable forge"
    [00:00:30]: ---- Found "able forge" in mouse-over string: "Smelt Portable forge"
    [00:00:30]: -- isMouseOverText(): True
    [00:00:30]: -- isMouseOverText()
    [00:00:30]: ---- Current mouse-over text: "Smelt Portable forge"
    [00:00:30]: ---- Found "able forge" in mouse-over string: "Smelt Portable forge"
    [00:00:30]: -- isMouseOverText(): True
    [00:00:33]: -- isMouseOverText()
    [00:00:33]: ---- Current mouse-over text: ""
    [00:00:33]: ---- Current mouse-over text: ""
    [00:00:33]: ---- Current mouse-over text: ""
    [00:00:33]: ---- Current mouse-over text: ""
    [00:00:33]: ---- Current mouse-over text: ""
    [00:00:33]: ---- Current mouse-over text: ""
    [00:00:33]: ---- Current mouse-over text: ""
    [00:00:33]: ---- Current mouse-over text: ""
    [00:00:33]: ---- Current mouse-over text: ""
    [00:00:33]: ---- Current mouse-over text: ""
    [00:00:33]: -- isMouseOverText(): False
    [00:00:34]: -- isMouseOverText()
    [00:00:34]: ---- Current mouse-over text: "Smelt Portable forge"
    [00:00:34]: ---- Found "able forge" in mouse-over string: "Smelt Portable forge"
    [00:00:34]: -- isMouseOverText(): True
    [00:00:34]: -- isMouseOverText()
    [00:00:34]: ---- Current mouse-over text: "Smelt Portable forge"
    [00:00:34]: ---- Found "able forge" in mouse-over string: "Smelt Portable forge"
    [00:00:34]: -- isMouseOverText(): True
    [00:00:38]: -- isMouseOverText()
    [00:00:38]: ---- Current mouse-over text: ""
    [00:00:38]: ---- Current mouse-over text: ""
    [00:00:38]: ---- Current mouse-over text: ""
    [00:00:38]: ---- Current mouse-over text: ""
    [00:00:38]: ---- Current mouse-over text: ""
    [00:00:38]: ---- Current mouse-over text: ""
    [00:00:38]: ---- Current mouse-over text: ""
    [00:00:38]: ---- Current mouse-over text: ""
    [00:00:38]: ---- Current mouse-over text: ""
    [00:00:38]: -- isMouseOverText(): False
    [00:00:39]: -- isMouseOverText()
    [00:00:39]: ---- Current mouse-over text: "Smelt Portable forge"
    [00:00:39]: ---- Found "able forge" in mouse-over string: "Smelt Portable forge"
    [00:00:39]: -- isMouseOverText(): True
    [00:00:39]: -- isMouseOverText()
    [00:00:39]: ---- Current mouse-over text: "Smelt Portable forge"
    [00:00:39]: ---- Found "able forge" in mouse-over string: "Smelt Portable forge"
    [00:00:39]: -- isMouseOverText(): True
    [00:00:43]: -- isMouseOverText()
    [00:00:43]: ---- Current mouse-over text: ""
    [00:00:43]: ---- Current mouse-over text: ""
    [00:00:43]: ---- Current mouse-over text: ""
    [00:00:43]: ---- Current mouse-over text: ""
    [00:00:43]: ---- Current mouse-over text: ""
    [00:00:43]: ---- Current mouse-over text: ""
    [00:00:43]: ---- Current mouse-over text: ""
    [00:00:43]: ---- Current mouse-over text: ""
    [00:00:43]: ---- Current mouse-over text: ""
    [00:00:43]: -- isMouseOverText(): False
    [00:00:44]: -- isMouseOverText()
    [00:00:44]: ---- Current mouse-over text: "Smelt Portable forge"
    [00:00:44]: ---- Found "able forge" in mouse-over string: "Smelt Portable forge"
    [00:00:44]: -- isMouseOverText(): True
    [00:00:44]: -- isMouseOverText()
    [00:00:44]: ---- Current mouse-over text: "Smelt Portable forge"
    [00:00:44]: ---- Found "able forge" in mouse-over string: "Smelt Portable forge"
    [00:00:44]: -- isMouseOverText(): True

    And yes, I'm sure changed the setting for the forge to left-click smelt
    I need to see the script debug too. can you enable that as well?

  21. #221
    Join Date
    Aug 2013
    Posts
    63
    Mentioned
    0 Post(s)
    Quoted
    27 Post(s)

    Default

    Hmm...it's working somewhat well for me, but there are some bugs here and there. Nevertheless, here's a recent proggy i did that only lasted for about 2 hours.

    Ingredients Processed: 1356
    Processed/H: 695
    Time Running: 1 Hour, 57 Minutes and 25 Seconds
    Breaks Taken: 1

  22. #222
    Join Date
    Jan 2016
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Wait, oops. Just kidding, doesn't work

    [00:00:06]: -- setupSRL()
    [00:00:06]: ---- Setting up SRL...
    [00:00:06]: ---- attempting to spawn smart, attempt #: 1
    [00:00:06]: ---- initSmart():
    [00:00:06]: ------ Attempting to pair to a previously spawned client
    [00:00:06]: ------ smartPairToExistingClient():
    [00:00:06]: -------- Found 1 free client(s), attempting to pair to one...
    [00:00:06]: ---------- smartSetAsTarget(): Succesfully set SMART[12604] as Simba's target
    [00:00:06]: -------- Succesfully paired to a existing client, SMART[12604]
    [00:00:06]: ------ smartPairToExistingClient(): result = true
    [00:00:06]: ------ Succesfully initialized via pairing to a previously spawned client
    [00:00:06]: ---- initSmart()
    [00:00:06]: ------ smartSetupDrawing(): Succesfully setup SMART drawing
    [00:00:06]: ---- Waiting up to 5 minutes for RS to load...
    [00:00:07]: ---- TRSActionBar.__find(): EOC bar height = 37
    [00:00:07]: ------ Dynamic interfaces have been set.
    [00:00:07]: ---- Client is ready.
    [00:00:07]: ---- Setup SRL in 0 Seconds
    [00:00:07]: -- setupSRL(): True
    [00:00:07]: -- exitTreasure()
    [00:00:07]: -- exitTreasure(): result = False
    [00:00:08]: ---- minimap.mouseOffCompass(): Succesfully moved mouse off of compass
    [00:00:08]: ---- TRSMinimap.clickCompass(): Clicked compass
    [00:00:15]: -- TRSBankscreen.__open()
    [00:00:16]: ---- isMouseOverText()
    [00:00:16]: ------ Current mouse-over text: "Use Bank chest"
    [00:00:16]: ------ Found "Use Ba" in mouse-over string: "Use Bank chest"
    [00:00:16]: ---- isMouseOverText(): True
    [00:00:16]: ---- TRSChooseOption.__select():
    [00:00:16]: ------ Options found: [Cancel, VeXaH >, Keees >, KDZSync >, Hopalogy >, xsnowwhitex >, Joeker ''f t.lie . ., . '. . , >, Leniz >, Lance W >, Miacon Jr (skill: 2314) >, ZwaM >, PimpL0rd >, Roadkill1770 >, New Horiz0ns >, Inbound >, Phil Is Real >, Kuby >, Rudolph Man >, Pwantyy >, SaintBacon >, Zonnebloems >, Focal OSRS >, GayAlt2 (skill: 99) >, Bump forum >, OneEyed Maau of Zaros >, Mayelle (skill: 2414) >, Matuke (skill: 2091) >, G l e n n >, MH10 >, cbb (skill: 2600) >, War-chiefTj4 >, Take My Soul >, dat brew tho >, Jarno 45 >, Scysym the Obscured (skill: 2539) >, Kanye >]
    [00:00:16]: -------- TRSChooseOption.close(): result = true
    [00:00:16]: ---- TRSChooseOption.__select() result = False
    [00:00:17]: ---- isMouseOverText()
    [00:00:17]: ------ Current mouse-over text: "Use Bank chest"
    [00:00:17]: ------ Found "Use Ba" in mouse-over string: "Use Bank chest"
    [00:00:17]: ---- isMouseOverText(): True
    [00:00:18]: -- TRSBankscreen.__open() result = True
    [00:00:22]: ---- TRSGameTab.__initTabs(): Setup gametab properties
    [00:00:22]: -- isMouseOverText()
    [00:00:22]: ---- Current mouse-over text: ""
    [00:00:22]: ---- Current mouse-over text: ""
    [00:00:23]: ---- Current mouse-over text: ""
    [00:00:23]: ---- Current mouse-over text: ""
    [00:00:23]: ---- Current mouse-over text: ""
    [00:00:23]: ---- Current mouse-over text: ""
    [00:00:23]: ---- Current mouse-over text: ""
    [00:00:23]: -- isMouseOverText(): False
    [00:00:23]: -- isMouseOverText()
    [00:00:23]: ---- Current mouse-over text: "Smelt Portable forge"
    [00:00:23]: ---- Found "able forge" in mouse-over string: "Smelt Portable forge"
    [00:00:23]: -- isMouseOverText(): True
    [00:00:23]: -- isMouseOverText()
    [00:00:23]: ---- Current mouse-over text: "Smelt Portable forge"
    [00:00:23]: ---- Found "able forge" in mouse-over string: "Smelt Portable forge"
    [00:00:23]: -- isMouseOverText(): True
    [00:00:26]: -- isMouseOverText()
    [00:00:26]: ---- Current mouse-over text: ""
    [00:00:26]: ---- Current mouse-over text: ""
    [00:00:26]: ---- Current mouse-over text: ""
    [00:00:26]: ---- Current mouse-over text: ""
    [00:00:26]: ---- Current mouse-over text: ""
    [00:00:26]: ---- Current mouse-over text: ""
    [00:00:26]: ---- Current mouse-over text: ""
    [00:00:26]: -- isMouseOverText(): False
    [00:00:27]: -- isMouseOverText()
    [00:00:27]: ---- Current mouse-over text: "Smelt Portable forge"
    [00:00:27]: ---- Found "able forge" in mouse-over string: "Smelt Portable forge"
    [00:00:27]: -- isMouseOverText(): True
    [00:00:27]: -- isMouseOverText()
    [00:00:27]: ---- Current mouse-over text: "Smelt Portable forge"
    [00:00:27]: ---- Found "able forge" in mouse-over string: "Smelt Portable forge"
    [00:00:27]: -- isMouseOverText(): True
    [00:00:30]: -- isMouseOverText()
    [00:00:30]: ---- Current mouse-over text: ""
    [00:00:30]: ---- Current mouse-over text: ""
    [00:00:30]: ---- Current mouse-over text: ""
    [00:00:30]: ---- Current mouse-over text: ""
    [00:00:30]: ---- Current mouse-over text: ""
    [00:00:30]: ---- Current mouse-over text: ""
    [00:00:30]: ---- Current mouse-over text: ""
    [00:00:30]: ---- Current mouse-over text: ""
    [00:00:30]: -- isMouseOverText(): False
    [00:00:31]: -- isMouseOverText()
    [00:00:31]: ---- Current mouse-over text: "Smelt Portable forge"
    [00:00:31]: ---- Found "able forge" in mouse-over string: "Smelt Portable forge"
    [00:00:31]: -- isMouseOverText(): True
    [00:00:31]: -- isMouseOverText()
    [00:00:31]: ---- Current mouse-over text: "Smelt Portable forge"
    [00:00:31]: ---- Found "able forge" in mouse-over string: "Smelt Portable forge"
    [00:00:31]: -- isMouseOverText(): True
    [00:00:34]: -- isMouseOverText()
    [00:00:34]: ---- Current mouse-over text: ""
    [00:00:34]: ---- Current mouse-over text: ""
    [00:00:34]: ---- Current mouse-over text: ""
    [00:00:34]: ---- Current mouse-over text: ""
    [00:00:34]: ---- Current mouse-over text: ""
    [00:00:35]: ---- Current mouse-over text: ""
    [00:00:35]: ---- Current mouse-over text: ""
    [00:00:35]: -- isMouseOverText(): False
    [00:00:35]: -- isMouseOverText()
    [00:00:35]: ---- Current mouse-over text: ""
    [00:00:35]: ---- Current mouse-over text: "Smelt Portable forge"
    [00:00:35]: ---- Found "able forge" in mouse-over string: "Smelt Portable forge"
    [00:00:35]: -- isMouseOverText(): True
    [00:00:35]: -- isMouseOverText()
    [00:00:35]: ---- Current mouse-over text: "Smelt Portable forge"
    [00:00:35]: ---- Found "able forge" in mouse-over string: "Smelt Portable forge"
    [00:00:35]: -- isMouseOverText(): True

  23. #223
    Join Date
    Feb 2016
    Posts
    18
    Mentioned
    1 Post(s)
    Quoted
    4 Post(s)

    Default

    Works like a charm . First had a problems with progress window then i realized i hadn`t make-x option turned on in settings.

  24. #224
    Join Date
    Oct 2014
    Posts
    63
    Mentioned
    1 Post(s)
    Quoted
    28 Post(s)

    Default

    Seems to be working well! What is the best setting for anti-ban (theres a number next to it in the start form), just because it banks, withdraws, and then clicks on the brazier but once it clicks the brazier, it just sits there, the mouse doesnt move a single pixel after it clicks, as soon as inventory is gone it banks and repeats... There is no antiban done while waiting inventory to be finished. Is this ok?

  25. #225
    Join Date
    Oct 2014
    Posts
    63
    Mentioned
    1 Post(s)
    Quoted
    28 Post(s)

    Default

    WWhats the best setup antiban wise as well as bank etc for portable brazier? I am basically trying to get 99 firemaking.

Page 9 of 12 FirstFirst ... 7891011 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •