Page 2 of 5 FirstFirst 1234 ... LastLast
Results 26 to 50 of 122

Thread: [SRL-6] Lumbridge Smelter

  1. #26
    Join Date
    Sep 2012
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Hey why cant i download the "lumbridge_furnace.png" file? when i click it it just opens the pic of lumby furnace? how do i get it to desired location?

  2. #27
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    Quote Originally Posted by shaezy View Post
    Hey why cant i download the "lumbridge_furnace.png" file? when i click it it just opens the pic of lumby furnace? how do i get it to desired location?
    When you click it, it opens a picture. You right click the picture and click "Save file as" and then it will allow you to save the picture.

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  3. #28
    Join Date
    Nov 2014
    Posts
    56
    Mentioned
    1 Post(s)
    Quoted
    22 Post(s)

    Default

    Error: "Bronze" is not a valid boolean. at line 55
    Execution failed.

    HMMMMM

  4. #29
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Quote Originally Posted by Brose View Post
    Error: "Bronze" is not a valid boolean. at line 55
    Execution failed.

    HMMMMM
    Update your SRL.

  5. #30
    Join Date
    Nov 2014
    Posts
    56
    Mentioned
    1 Post(s)
    Quoted
    22 Post(s)

    Default

    Quote Originally Posted by BMWxi View Post
    Update your SRL.
    It says my SRL is up to date.

    Anyways... I changed it from
    Simba Code:
    booleans[0] := strToBool(playerForm.players[0].settings[5]);
    to
    Simba Code:
    strings[0] := (playerForm.players[0].settings[5]);

  6. #31
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Quote Originally Posted by Brose View Post
    It says my SRL is up to date.

    Anyways... I changed it from
    Simba Code:
    booleans[0] := strToBool(playerForm.players[0].settings[5]);
    to
    Simba Code:
    strings[0] := (playerForm.players[0].settings[5]);
    What's your SRL version? Should be 1038. You can check by opening C:\Simba\settings.xml (as a text file) and the searching for SRL_Version

  7. #32
    Join Date
    Dec 2014
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    @BMWxi
    when i start it, it


    Bar Type: Bronze
    Bars to Smelt: 1800
    World: 0
    Script Debug: False
    SRL Debug: False
    Script Paint: True
    Taking Breaks: False
    Using AntiBan: False
    Using DirectX: True
    ItemString: Bronze bar
    BarType: Bronze
    ItemBox: 1
    XPPerBar: 6.2
    Waiting a bit...
    There, ready.
    Starting with 89 Smithing XP.
    Starting with 2 levels.
    Taking a break in 10 Hours, 0 Seconds
    Failed to walk to the bank too many times. Hopping for a different map.

    everythings setup correct

  8. #33
    Join Date
    Aug 2014
    Posts
    278
    Mentioned
    10 Post(s)
    Quoted
    113 Post(s)

    Default

    Zoom all the way out?. make x progress screen
    i just used this now and its working fine.

  9. #34
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by grimalter View Post
    @BMWxi
    when i start it, it


    Bar Type: Bronze
    Bars to Smelt: 1800
    World: 0
    Script Debug: False
    SRL Debug: False
    Script Paint: True
    Taking Breaks: False
    Using AntiBan: False
    Using DirectX: True
    ItemString: Bronze bar
    BarType: Bronze
    ItemBox: 1
    XPPerBar: 6.2
    Waiting a bit...
    There, ready.
    Starting with 89 Smithing XP.
    Starting with 2 levels.
    Taking a break in 10 Hours, 0 Seconds
    Failed to walk to the bank too many times. Hopping for a different map.

    everythings setup correct
    Quote Originally Posted by Cyanempire View Post
    Zoom all the way out?. make x progress screen
    i just used this now and its working fine.
    What he said. This script works fine - post a screenshot of your SMART window. Chances are that everything isn't set up correctly.
    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

  10. #35
    Join Date
    Nov 2014
    Posts
    56
    Mentioned
    1 Post(s)
    Quoted
    22 Post(s)

    Default

    Quote Originally Posted by BMWxi View Post
    What's your SRL version? Should be 1038. You can check by opening C:\Simba\settings.xml (as a text file) and the searching for SRL_Version
    Yes you are right it is 1038. I might try to forcefully update it to see if it helps.

  11. #36
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Quote Originally Posted by Brose View Post
    Yes you are right it is 1038. I might try to forcefully update it to see if it helps.
    You could also manually replace C:\Simba\Includes\SRL-6\lib\misc\srlplayerform.simba with https://github.com/SRL/SRL-6/blob/ma...ayerform.simba

  12. #37
    Join Date
    Feb 2014
    Location
    TORONTO, ONTARIO, CANADA
    Posts
    87
    Mentioned
    1 Post(s)
    Quoted
    49 Post(s)

    Default

    hi, im getting this error and it highlights that line

    Error: "Steel" is not a valid boolean. at line 55

  13. #38
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Quote Originally Posted by jayman19981 View Post
    hi, im getting this error and it highlights that line

    Error: "Steel" is not a valid boolean. at line 55
    Update your SRL.

  14. #39
    Join Date
    Feb 2014
    Location
    TORONTO, ONTARIO, CANADA
    Posts
    87
    Mentioned
    1 Post(s)
    Quoted
    49 Post(s)

    Default

    Quote Originally Posted by BMWxi View Post
    Update your SRL.
    everything is fully up to date.

  15. #40
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Quote Originally Posted by jayman19981 View Post
    everything is fully up to date.
    Manually replace C:\Simba\Includes\SRL-6\lib\misc\srlplayerform.simba with https://github.com/SRL/SRL-6/blob/ma...ayerform.simba

  16. #41
    Join Date
    Feb 2014
    Location
    TORONTO, ONTARIO, CANADA
    Posts
    87
    Mentioned
    1 Post(s)
    Quoted
    49 Post(s)

    Default

    Quote Originally Posted by BMWxi View Post
    Manually replace C:\Simba\Includes\SRL-6\lib\misc\srlplayerform.simba with https://github.com/SRL/SRL-6/blob/ma...ayerform.simba
    worked Thanks

    EDIT: do you know what i would have to change to add cannonball support?

  17. #42
    Join Date
    Dec 2014
    Posts
    188
    Mentioned
    3 Post(s)
    Quoted
    100 Post(s)

    Default

    Smelting: Bronze bar
    XP Gained: 6287
    XP /h: 5657
    Smithing Level: 26
    Levels Gained: 11
    Bars Smelted: 1014
    Time Running: 1 Hours, 5 Minutes and 57 Seconds
    TTL: 7 Minutes and 37 Seconds

    Once again thanks for this awesome scripts!

    http://i.imgur.com/vmAagJ7.png

  18. #43
    Join Date
    Jul 2014
    Posts
    3
    Mentioned
    1 Post(s)
    Quoted
    2 Post(s)

    Default

    After 99 Crafting, I'm trying to get 99 Smithing with your script.
    Here's my latest progress:

    Smelting: Steel bar
    XP Gained: 172620
    XP /h: 13815
    Smithing Level: 72
    Levels Gained: 2
    Bars Smelted: 9864
    Time Running: 12 Hours, 29 Minutes and 28 Seconds
    TTL: 1 Hours, 4 Minutes and 57 Seconds

  19. #44
    Join Date
    Jan 2015
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Fixed
    Last edited by InDeadmau5; 01-01-2015 at 01:09 AM.

  20. #45
    Join Date
    Nov 2011
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    ------------------------------------------------------------------
    Smelting: Gold bar
    XP Gained: 445635
    XP /h: 25135
    Smithing Level: 80
    Levels Gained: 3
    Bars Smelted: 19806
    Time Running: 17 Hours, 42 Minutes and 59 Seconds
    TTL: 5 Hours, 19 Minutes and 7 Seconds
    ------------------------------------------------------------------

    Using goldsmith gauntlets so the xp is double..I forgot to edit the xp rate before I started.

  21. #46
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Quote Originally Posted by Fredecus View Post
    ------------------------------------------------------------------
    Smelting: Gold bar
    XP Gained: 445635
    XP /h: 25135
    Smithing Level: 80
    Levels Gained: 3
    Bars Smelted: 19806
    Time Running: 17 Hours, 42 Minutes and 59 Seconds
    TTL: 5 Hours, 19 Minutes and 7 Seconds
    ------------------------------------------------------------------

    Using goldsmith gauntlets so the xp is double..I forgot to edit the xp rate before I started.
    Good report, thanks

  22. #47
    Join Date
    Jan 2015
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    "Failed to bank too many times. Ending script."

    This error doesn't make any sense

  23. #48
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Quote Originally Posted by sykonica View Post
    "Failed to bank too many times. Ending script."

    This error doesn't make any sense
    You should be helpful and post the recent debug along with a screenshot of your game screen. That way I can see if what the issue is.

  24. #49
    Join Date
    May 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    ***EDIT***
    Sorry, I'm a moron and was zoomed in a little bit.

    I'm having trouble finding the furnace.

    -- Lumbridge.getPlayerPos(): result = {X = 242, Y = 182}, took 203 ms
    SPS MM pnt: {X = 693, Y = 111}
    Walked.
    Found 1 furnace slots.
    Less than 3 slots found.
    0
    Did not click Furnace.
    Walking to furnace
    -- Lumbridge.getPlayerPos(): result = {X = 242, Y = 182}, took 188 ms
    SPS MM pnt: {X = 693, Y = 111}
    Walked.
    Found 1 furnace slots.
    Less than 3 slots found.
    0
    Did not click Furnace.
    Failed to complete smeltLoop too many times. Ending Script.
    Last edited by jrtsoget; 01-11-2015 at 04:03 PM.

  25. #50
    Join Date
    Jan 2015
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Quote Originally Posted by BMWxi View Post
    You should be helpful and post the recent debug along with a screenshot of your game screen. That way I can see if what the issue is.
    My apologies. I'm posting all of it cuz I'm not sure which part is useful to be honest.


    ---- TRSGameTab.__initTabs(): Setup gametab properties
    -- tabStats.getSkillLevel(5): result = 31
    ---- TRSTabStats.getSkillInfo(): result = 16375
    Starting with 16375 Smithing XP.
    Starting with 31 levels.
    Taking a break in 2 Hours, 14 Minutes and 19 Seconds
    Starting bankLoop.
    -- Lumbridge.getPlayerPos(): Angle is at 264.757258617287, Setting angle to 0 degrees
    -- TRSChooseOption._select():
    ---- Options found: [Face North, Cancel]
    ---- Found option "Face North" in "Face North"
    -- TRSChooseOption.select() result = true
    ---- minimap.mouseOffCompass(): Succesfully moved mouse off of compass
    ---- TRSMinimap.clickCompass(): Clicked compass
    -- Lumbridge.getPlayerPos(): result = {X = 198, Y = 174}, took 3479 ms
    -- TRSBankscreen.__openChest()
    ---- ERROR: Failed to find enough good bank chest edges
    -- TRSBankscreen.__openChest(): result = false
    Did not click bank.
    Starting bankLoop.
    -- Lumbridge.getPlayerPos(): result = {X = 198, Y = 174}, took 218 ms
    -- TRSBankscreen.__openChest()
    ---- ERROR: Failed to find enough good bank chest edges
    -- TRSBankscreen.__openChest(): result = false
    Did not click bank.
    Starting bankLoop.
    -- Lumbridge.getPlayerPos(): result = {X = 198, Y = 174}, took 219 ms
    -- TRSBankscreen.__openChest()
    ---- ERROR: Failed to find enough good bank chest edges
    -- TRSBankscreen.__openChest(): result = false
    Did not click bank.
    Starting bankLoop.
    -- Lumbridge.getPlayerPos(): result = {X = 198, Y = 174}, took 234 ms
    -- TRSBankscreen.__openChest()
    ---- ERROR: Failed to find enough good bank chest edges
    -- TRSBankscreen.__openChest(): result = false
    Did not click bank.
    Starting bankLoop.
    -- Lumbridge.getPlayerPos(): result = {X = 198, Y = 174}, took 281 ms
    -- TRSBankscreen.__openChest()
    ---- ERROR: Failed to find enough good bank chest edges
    -- TRSBankscreen.__openChest(): result = false
    Did not click bank.
    Starting bankLoop.
    -- Lumbridge.getPlayerPos(): result = {X = 198, Y = 174}, took 265 ms
    -- TRSBankscreen.__openChest()
    ---- ERROR: Failed to find enough good bank chest edges
    -- TRSBankscreen.__openChest(): result = false
    Did not click bank.
    Starting bankLoop.
    -- Lumbridge.getPlayerPos(): result = {X = 198, Y = 174}, took 219 ms
    -- TRSBankscreen.__openChest()
    ---- ERROR: Failed to find enough good bank chest edges
    -- TRSBankscreen.__openChest(): result = false
    Did not click bank.
    Starting bankLoop.
    -- Lumbridge.getPlayerPos(): result = {X = 198, Y = 174}, took 218 ms
    -- TRSBankscreen.__openChest()
    ---- ERROR: Failed to find enough good bank chest edges
    -- TRSBankscreen.__openChest(): result = false
    Did not click bank.
    Starting bankLoop.
    -- Lumbridge.getPlayerPos(): result = {X = 198, Y = 174}, took 218 ms
    -- TRSBankscreen.__openChest()
    ---- ERROR: Failed to find enough good bank chest edges
    -- TRSBankscreen.__openChest(): result = false
    Did not click bank.
    Starting bankLoop.
    -- Lumbridge.getPlayerPos(): result = {X = 198, Y = 174}, took 219 ms
    -- TRSBankscreen.__openChest()
    ---- ERROR: Failed to find enough good bank chest edges
    -- TRSBankscreen.__openChest(): result = false
    Did not click bank.
    Starting bankLoop.
    -- Lumbridge.getPlayerPos(): result = {X = 198, Y = 174}, took 219 ms
    -- TRSBankscreen.__openChest()
    ---- ERROR: Failed to find enough good bank chest edges
    -- TRSBankscreen.__openChest(): result = false
    Did not click bank.
    Starting bankLoop.
    Failed to bank too many times. Ending Script.
    -- Succesfully freed SMART[1652]
    -- Freeing gametabs bitmaps...
    Successfully executed.

Page 2 of 5 FirstFirst 1234 ... 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
  •