Page 19 of 40 FirstFirst ... 9171819202129 ... LastLast
Results 451 to 475 of 997

Thread: [SRL-6] AshamanHerblore

  1. #451
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by Gunner View Post
    Have you been able to make progress with this account? I finally got the bank box in PoP and would be willing to help gather images and coords and such if you need them. Unfortunately I can't give you my account to use yourself as it's my main and no one gets that account ever. No offense. But if you need any help with this I would be willing to do that. Otherwise no rush, just seeing if I could help. Thanks for your work so far!
    I've actually held off for now, apparently the chest changes each upgrade?

  2. #452
    Join Date
    Jan 2012
    Posts
    550
    Mentioned
    2 Post(s)
    Quoted
    177 Post(s)

    Default

    Quote Originally Posted by Ashaman88 View Post
    I've actually held off for now, apparently the chest changes each upgrade?
    Apparently it does: http://runescape.wikia.com/wiki/Play..._port/Upgrades

    I'll try and get screenshots as I upgrade my port but idk how long that will take. Apparently as you upgrade it you get bonuses towards skilling done in the workshop, which I did not know before. The chest itself always stays in the same area, the colors change. I don't know what the second one looks like but if you look at the pictures they hall have the same gold cross thing on them, just different base colors.

  3. #453
    Join Date
    Dec 2011
    Posts
    266
    Mentioned
    16 Post(s)
    Quoted
    185 Post(s)

    Default

    Quote Originally Posted by Ashaman88 View Post
    I've actually held off for now, apparently the chest changes each upgrade?
    Oh wow, I didn't know that, just got my chest this weekend. What a pain in the ass.

    Do you want me to start taking screenshots and color grabs now? Then I can send you info as I upgrade?

    The problem I'm seeing just looking at the wiki, is Jagex is using a lot of the colors of the box all throughout the room, so it may need to be something like "Color 'x' only within x,y coords", if that's possible.
    Last edited by Gunner; 01-20-2014 at 05:40 PM.

  4. #454
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by Gunner View Post
    Oh wow, I didn't know that, just got my chest this weekend. What a pain in the ass.

    Do you want me to start taking screenshots and color grabs now? Then I can send you info as I upgrade?

    The problem I'm seeing just looking at the wiki, is Jagex is using a lot of the colors of the box all throughout the room, so it may need to be something like "Color 'x' only within x,y coords", if that's possible.
    If you can grab me screenshots of the first lvl chest, I have access to an account with a higher level chest and I can see if it's easy to make just one function for it.

  5. #455
    Join Date
    Apr 2012
    Posts
    365
    Mentioned
    0 Post(s)
    Quoted
    30 Post(s)

    Default

    I have found a bug in function TRSProductionScreen.isOpen().
    Currently,this line will cause script getting stucked after the production menu is opened.
    A temporary fix is to comment out it;
    Code:
    if (getColor(self.x1 + 8, self.y1 + 33) = BORDER_COLOR) then

  6. #456
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by freezeyp View Post
    I have found a bug in function TRSProductionScreen.isOpen().
    Currently,this line will cause script getting stucked after the production menu is opened.
    A temporary fix is to comment out it;
    Code:
    if (getColor(self.x1 + 8, self.y1 + 33) = BORDER_COLOR) then
    No that is not a bug. Reset your interfaces to oldschool and update your srl and double check graphics settings. isOpen works fine if everything is setup correctly... if you take that out there is a good chance of the script bugging out if lag and such

  7. #457
    Join Date
    Apr 2012
    Posts
    365
    Mentioned
    0 Post(s)
    Quoted
    30 Post(s)

    Default

    Quote Originally Posted by Ashaman88 View Post
    No that is not a bug. Reset your interfaces to oldschool and update your srl and double check graphics settings. isOpen works fine if everything is setup correctly... if you take that out there is a good chance of the script bugging out if lag and such
    Thanks for the reply, I have found the main reason why my setup doesn't work.
    In the Simba setup guide, it recommends to lock the interface, but this will make production menu look totally different.

  8. #458
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by freezeyp View Post
    Thanks for the reply, I have found the main reason why my setup doesn't work.
    In the Simba setup guide, it recommends to lock the interface, but this will make production menu look totally different.
    So it works if you leave it unlocked but then when you lock it it wont work? Hmm I have mine locked and it works fine :/

  9. #459
    Join Date
    Apr 2012
    Posts
    365
    Mentioned
    0 Post(s)
    Quoted
    30 Post(s)

    Default

    Quote Originally Posted by Ashaman88 View Post
    So it works if you leave it unlocked but then when you lock it it wont work? Hmm I have mine locked and it works fine :/
    I found out it's because I accidentally select "Hide title bars when locked" option

  10. #460
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by freezeyp View Post
    I found out it's because I accidentally select "Hide title bars when locked" option
    Let that be a warning to all!

  11. #461
    Join Date
    Jan 2014
    Posts
    54
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    Hi Ashaman - I am having trouble with the 'cleaning' of herbs - it's recognising my key but it's not hitting 'CLEAN'

  12. #462
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by badezy View Post
    Hi Ashaman - I am having trouble with the 'cleaning' of herbs - it's recognizing my key but it's not hitting 'CLEAN'
    Then you have something up with your interfaces - make sure you reset to oldschool layout, slim headers, min transparency... all that jazz. oh and update srl as well. Make sure you follow the instructions closely

  13. #463
    Join Date
    Jan 2014
    Posts
    54
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    Quote Originally Posted by Ashaman88 View Post
    Then you have something up with your interfaces - make sure you reset to oldschool layout, slim headers, min transparency... all that jazz. oh and update srl as well. Make sure you follow the instructions closely
    You're a legend - I'm sorry about that, other scripts were working just not this one

  14. #464
    Join Date
    Jan 2014
    Posts
    54
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default



    Sorry mate - it's stuck here.

  15. #465
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

  16. #466
    Join Date
    Dec 2011
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Exception in Script: Runtime error: "Access violation" at line 698, column 44
    The following bitmaps were not freed: [Minimap Mask, SMART Debug Image, Gametab Bitmap[0], Gametab Bitmap[1], Gametab Bitmap[2], Gametab Bitmap[3], Gametab Bitmap[4], Gametab Bitmap[5], Gametab Bitmap[6], Gametab Bitmap[7], Gametab Bitmap[8], Gametab Bitmap[9], Gametab Bitmap[10], Gametab Bitmap[11], Gametab Bitmap[12], Gametab Bitmap[13]]
    File[C:\Simba\Includes\SRL-6/logs/SRL log (24-01-14 at 08.58.06 PM).txt] has not been freed in the script, freeing it now.


    This is what I have it never starts up for me any idea why?

  17. #467
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by aruder View Post
    Exception in Script: Runtime error: "Access violation" at line 698, column 44
    The following bitmaps were not freed: [Minimap Mask, SMART Debug Image, Gametab Bitmap[0], Gametab Bitmap[1], Gametab Bitmap[2], Gametab Bitmap[3], Gametab Bitmap[4], Gametab Bitmap[5], Gametab Bitmap[6], Gametab Bitmap[7], Gametab Bitmap[8], Gametab Bitmap[9], Gametab Bitmap[10], Gametab Bitmap[11], Gametab Bitmap[12], Gametab Bitmap[13]]
    File[C:\Simba\Includes\SRL-6/logs/SRL log (24-01-14 at 08.58.06 PM).txt] has not been freed in the script, freeing it now.


    This is what I have it never starts up for me any idea why?
    Looks like you didn't fill in the player form correctly.

  18. #468
    Join Date
    Dec 2011
    Posts
    266
    Mentioned
    16 Post(s)
    Quoted
    185 Post(s)

    Default

    If I could make a suggestion for this script as well, I think you could make this support multiple unf pots at once. I've been running this script on 2 accounts 24/7, supplies permitting, for about 2 weeks. As of now I can only get about 5 1/2 hrs of runtime because I run out of herbs with the 10k limit.

    I think one other failsafe could be implemented. As it is now the script shuts down after 1 failed withdraw. Perhaps you could make it so that if it fails withdrawing once, it tries once more, but only once. This way it would dump your 13 or less herbs to the bottom of the bank and it would start the next herb in line. By leaving your herbs positioned on after the other, they should all fall into line when you run out of a previous herb. And if it fails twice in a row when you are genuinely out of herbs it will shutdown.

    Just a suggestion, the script runs flawlessly as it is so long as you have supplies. Let me know what you think.
    Last edited by Gunner; 01-25-2014 at 07:34 PM.

  19. #469
    Join Date
    Jan 2014
    Posts
    54
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    Stuck on MIX now


  20. #470
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

  21. #471
    Join Date
    Jan 2014
    Posts
    54
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    I swear I've set it up perfect - can you PM me your skype and I'll show you on skype through share desktop.

    Cheers,

  22. #472
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by badezy View Post
    I swear I've set it up perfect - can you PM me your skype and I'll show you on skype through share desktop.

    Cheers,
    I can TV you tonight - add my on skype hotshot1489

  23. #473
    Join Date
    Sep 2012
    Location
    Minnesota
    Posts
    107
    Mentioned
    4 Post(s)
    Quoted
    36 Post(s)

    Default

    I tried to run this at yanille with the bank_booth selected and it wouldn't click the bank. I have it running somewhere else and its working great though so i know it wasn't my graphics settings. Is that just the wrong setting or what?

  24. #474
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by garyman View Post
    I tried to run this at yanille with the bank_booth selected and it wouldn't click the bank. I have it running somewhere else and its working great though so i know it wasn't my graphics settings. Is that just the wrong setting or what?
    Use npc grey

  25. #475
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

Page 19 of 40 FirstFirst ... 9171819202129 ... 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
  •