Page 1 of 2 12 LastLast
Results 1 to 25 of 29

Thread: Enigmatic Drinker | 100-150K/h | Lumbridge Chest | SRL-6 |

  1. #1
    Join Date
    Jan 2015
    Posts
    98
    Mentioned
    1 Post(s)
    Quoted
    41 Post(s)

    Default Enigmatic Drinker | 100-150K/h | Lumbridge Chest | SRL-6 |


    Enigmatic Drinker
    DISCLAIMER: This is a quick made script and might have some flaws, if you come across some bugs or any problems, please post them below!


    Credits:
    @The Mayor : For having crazy good guides and as always is the backbone to my scripting abilities and will forever be appreciated.
    @Taric : For helping me terminating the script after it's done drinking wine so I didn't have to script in a procedure for the user to specify how many wines they wanted to drink.
    @wowgnomes : For contributing the idea to make this script on this thread!




    Functions:

    1. Drinks wines for profit, get paid for drinking damn that's awesome!
    2. Automatically stops the script when you run out of wines so no need to specify how many wines you want to drink!
    3. Anti-ban procedure
    4. Break procedure





    Setup:

    !KEEP IN MIND: WINES HAVE A LIMIT OFF 1000 EVERY 4 HOURS!
    1. Stand at combat academy in Lumbridge.
    2. Face north if the script doesn't do it for you.
    3. Have your wines on preset tab 1.
    4. Put your wine on the hotkey 1 in your actionbar, like this:

    5. Setup your Simba as in the guide provided on the forum.
    6. Press F9 or Hit Run





    Progress Report:

    ================================================== ======
    Enigmatic Drinker
    Wines boozed up: 934
    ================================================== ======


    Yes that is seriously the progress report, if you want me to add profit calculations just tell me below.



    Download:
    Fixing the script have to sleep so it will be up tomorrow, sorry.
    If you feel like taking a look at it feel free to below, I am having trouble finding a method to know if there are no more wines in the bank. I tried to use the
    Code:
    if
      chatbox.findTextOnLines(['Jug, ug'], [0]) then
    TerminateScript;
    But apparently game messages are not being registered.

    Code:
     Version history:
    1.0: Fixed some code to make it bank after drinking all wines, fail release = true 
    Notes 1.0: Now all I need to do is to get it to stop so you guys don't end up withdrawing an empty bag a thousand times.
    Attached Files Attached Files
    Last edited by Enigmatic; 02-15-2015 at 04:42 AM.

  2. #2
    Join Date
    Oct 2014
    Posts
    43
    Mentioned
    1 Post(s)
    Quoted
    25 Post(s)

    Default

    @enigmatic
    I've found the script to work flawlessly for the first inventory of jugs, but then fails to bank again.

    I was also wondering if you'd mind if I used this script as a backbone to a pineapple dicer

  3. #3
    Join Date
    Jan 2015
    Posts
    98
    Mentioned
    1 Post(s)
    Quoted
    41 Post(s)

    Default

    Quote Originally Posted by wowgnomes View Post
    @enigmatic
    I've found the script to work flawlessly for the first inventory of jugs, but then fails to bank again.

    I was also wondering if you'd mind if I used this script as a backbone to a pineapple dicer
    I will look into that hmm sounds strange.
    Yeah go ahead mate!

    Edit: Also to tag someone use [ MENTION] [ /MENTION] without the spaces
    Last edited by Enigmatic; 02-15-2015 at 03:03 AM.

  4. #4
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    @Turpinator; this is what you need!

    Forum account issues? Please send me a PM

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

    Default

    Gratz on the release - I know this was requested by many.

    For the issue of knowing them wines are gone - perhaps looking for a DTM in the bankScreen?
    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

  6. #6
    Join Date
    Jan 2015
    Posts
    98
    Mentioned
    1 Post(s)
    Quoted
    41 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    Gratz on the release - I know this was requested by many.

    For the issue of knowing them wines are gone - perhaps looking for a DTM in the bankScreen?
    Hmm yes but that kinda removes the reason of having a preset function, I might do this tomorrow.
    Thanks for the suggestion!

    Also to everyone: Updated the script to a newer version where I slammed two procedures into one to make the script bank after drinking wines, so the script works but I just need it to stop when you run out so you don't get banned!

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

    Default

    Quote Originally Posted by Enigmatic View Post
    Hmm yes but that kinda removes the reason of having a preset function, I might do this tomorrow.
    Thanks for the suggestion!

    Also to everyone: Updated the script to a newer version where I slammed two procedures into one to make the script bank after drinking wines, so the script works but I just need it to stop when you run out so you don't get banned!
    You needn't actually withdraw via that DTM, you can still use your presets. Just create a function that will find the DTM. If it's not there, you can safely say you're out of wines.
    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

  8. #8
    Join Date
    Jan 2015
    Posts
    98
    Mentioned
    1 Post(s)
    Quoted
    41 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    You needn't actually withdraw via that DTM, you can still use your presets. Just create a function that will find the DTM. If it's not there, you can safely say you're out of wines.
    True I would have to find the wine-red color in the jug to make it not act via regular jugs.
    Thanks mate.

  9. #9
    Join Date
    Jan 2012
    Posts
    1,596
    Mentioned
    78 Post(s)
    Quoted
    826 Post(s)

    Default

    Quote Originally Posted by Justin View Post
    @Turpinator; this is what you need!
    Yes, because i was just collecting wines for nothing...? <_<

    one of my orders finally finished!

  10. #10
    Join Date
    Jan 2015
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Looks nice gona try this out now, hope it works well

  11. #11
    Join Date
    Jan 2015
    Posts
    98
    Mentioned
    1 Post(s)
    Quoted
    41 Post(s)

    Default

    Quote Originally Posted by elaatl View Post
    Looks nice gona try this out now, hope it works well
    Just keep in mind it won't detect if you run out of wines, otherwise it works perfectly!

  12. #12
    Join Date
    Jan 2015
    Posts
    98
    Mentioned
    1 Post(s)
    Quoted
    41 Post(s)

    Default

    Quote Originally Posted by Turpinator View Post
    Yes, because i was just collecting wines for nothing...? <_<

    one of my orders finally finished!
    Awesome, also if you want the script to end when you run out of them, you could add a function to detect it with DTM's or something.
    Anyway if you do that send it to me so I can update the thread and give you some smexy credits at the top.

    <3

  13. #13
    Join Date
    Jan 2015
    Posts
    98
    Mentioned
    1 Post(s)
    Quoted
    41 Post(s)

    Default

    Quote Originally Posted by elaatl View Post
    okey but it will still logout when it normlay does?
    What?
    It will keep withrawing your preset even if you don't have any wines left.
    I am working on a fix for it but yeah so if you want to do this you should monitor every hour or so.

  14. #14
    Join Date
    Jan 2012
    Location
    Germany
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    I can't decide if I should give this a shot. I'm very afraid that my character becomes addicted! That would cost a lot of money.... Thanks for the script, I'll give it a shot soon :P

  15. #15
    Join Date
    Jan 2015
    Posts
    98
    Mentioned
    1 Post(s)
    Quoted
    41 Post(s)

    Default

    Quote Originally Posted by wutora View Post
    I can't decide if I should give this a shot. I'm very afraid that my character becomes addicted! That would cost a lot of money.... Thanks for the script, I'll give it a shot soon :P
    Go for it, can't lose money so, but don't do it on double xp weekend, xp waste.
    Also if you do this with more than one account you could potentially make 4m/h from mules you just need startup cash.

  16. #16
    Join Date
    Jun 2014
    Posts
    369
    Mentioned
    14 Post(s)
    Quoted
    217 Post(s)

    Default

    Bug
    I run it
    1. It open the bank and it get my wines out from my preset But it see why it just not opening my bank to get more wines out :-(


  17. #17
    Join Date
    Feb 2015
    Location
    Taguig, Philippines
    Posts
    342
    Mentioned
    15 Post(s)
    Quoted
    137 Post(s)

    Default

    I changed my location from Lumby to Shantay and used W100 where most of the firemaking bots are. Hahaha. I think I can disguise myself here better.

    EDIT:

    Turned off my local chat so that it can see the line chatBox.findTextOnLines(['eft'], [0]);

  18. #18
    Join Date
    Aug 2014
    Location
    Australia
    Posts
    932
    Mentioned
    53 Post(s)
    Quoted
    495 Post(s)

    Default

    Quote Originally Posted by Weedmon View Post
    go to hell impossible to use
    Translation: "I couldn't figure out how to use this script that you spent literal hours of your life learning how to write before giving it to me for free, and that makes me mad!"

    Seriously dude, your sense of entitlement is ridiculous. If you want a script to work, either Google for solutions, or learn to script and write it yourself. This is a non-leeching community, contribute or leave.



    New to scripting? Procedures & Functions for Beginners
    Do you use your computer at night? Just get f.lux

  19. #19
    Join Date
    Sep 2015
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Look, always say '' slr line not found '', wtf?

  20. #20
    Join Date
    Dec 2011
    Posts
    2,147
    Mentioned
    221 Post(s)
    Quoted
    1068 Post(s)

    Default

    Quote Originally Posted by Weedmon View Post
    Look, always say '' slr line not found '', wtf?
    Have you downloaded the latest version of SRL?

    This can be done by going to View > Extensions.

    Then, enable the srl.sex extension at the bottom of the list.



    Finally, update your SRL library by selecting 'Check for Update' or 'Update':


  21. #21
    Join Date
    Jan 2014
    Posts
    0
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    This isnt working anymore Just stands still at chest.

  22. #22
    Join Date
    May 2012
    Posts
    126
    Mentioned
    1 Post(s)
    Quoted
    57 Post(s)

    Default

    working a dream for me, change the proggy to this to get a profit and so it works, the profit isn't flawless, it adds at the start due to how the script is formed but I can't be bothered to change it all just for the sake of 7280

    Simba Code:
    procedure progressReport();
    var
      winesBoozed,wineprice,jugprice,total_profit: integer;
    begin
      winesBoozed := winesDrunk * 28;
      WinePrice := grandExchange.getPrice(1993);
      JugPrice := grandExchange.getPrice(1935);
      total_Profit := ((Jugprice - WinePrice) * winesBoozed)*;

      writeLn('========================================================');
      writeLn('Enigmatic Drinker');
      writeLn('Wines boozed up: ' + intToStr(winesBoozed));
      writeLn('Profit made:' + intToStr(Total_Profit));
      writeLn('========================================================');
    end;

  23. #23
    Join Date
    Feb 2016
    Posts
    20
    Mentioned
    1 Post(s)
    Quoted
    13 Post(s)

    Default

    awesome

  24. #24
    Join Date
    May 2008
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Runs really well, was really confused because it would do one run and stop, but you have to have the chat unfiltered, if anyone else has that problem!!!

    WIll post a proggy after i have a good stock of wine!

  25. #25
    Join Date
    Apr 2016
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    help anyone? i get this error "TRSLobby.findPlayButton(): result = False" on the debug

Page 1 of 2 12 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
  •