Page 3 of 4 FirstFirst 1234 LastLast
Results 51 to 75 of 78

Thread: Renzanity's Wine Drinker and Jug Filler - v2.0

  1. #51
    Join Date
    Oct 2015
    Posts
    80
    Mentioned
    2 Post(s)
    Quoted
    35 Post(s)

    Default

    Quote Originally Posted by Incurable View Post
    I took a brief look and it appears to be a problem with the paint bitmap. Either uncheck "display paint" during setup and see if that works. Alternatively, comment out line 395 like so:

    Simba Code:
    installAssets;
    declarePlayers();
    //addOnTerminate('freeBMPs');
    addOnTerminate('freeTheDTM');
    loadResources();
    setupSRL();

    No guarantees that either of these will work, but since it doesn't appear to be creating the bitmap properly anyway, there should no problems with commenting out the free line.
    Paint disabled then tried. Still same error. Made the changes as suggested, it just ended the script saying the following in the debug:

    ------ Dynamic interfaces have been set.
    -- TPlayer.login(): True
    ---- TRSGameTab.__initTabs(): Setup gametab properties
    ---- minimap.mouseOffCompass(): Succesfully moved mouse off of compass
    ---- TRSMinimap.clickCompass(): Clicked compass
    -- Succesfully freed SMART[2252]
    -- Freeing gametabs bitmaps...
    Successfully executed.

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

    Default

    Quote Originally Posted by terrorbyte View Post
    Paint disabled then tried. Still same error. Made the changes as suggested, it just ended the script saying the following in the debug:
    That debug barely even says anything, sorry mate.

    Unfortunately @Renzanity; is either dead or vanished so unless someone here has the will/time to fix it, this script is broken.

    @Daniel;, it can probably be moved.



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

  3. #53
    Join Date
    Oct 2015
    Posts
    80
    Mentioned
    2 Post(s)
    Quoted
    35 Post(s)

    Default

    Progress Report:

    Drinking Wine Part is working FLAWLESSLY as of 14-OCT-2015. FILLER is NOT working at the moment.

    Drank 8-10k jug of wine within a day without any issues.

  4. #54
    Join Date
    Dec 2015
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    I found something that works for my filler not working. When you are finished drinking the wines you have to stop your bot and start it again doing "Both". When it starts up rotate your camera to the left and down just a little bit, so it doesn't miss the bank chest. It seems to work for me right now, but I don't know what other peoples problems are.
    Edit: This seems to work until the script resets the compass orientation. I don't know enough yet, but if its possible someone could add some lines that move the camera down and to the left a little bit each time it resets the compass?
    Last edited by Trash; 12-16-2015 at 04:05 PM.

  5. #55
    Join Date
    Dec 2011
    Location
    GODKasi's cave.
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    The drinking part works really fine, but the filling.. Can't get it to work.

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

    Default

    v6.0 Release
    -Pretty much re-did the whole script
    -Ability to choose which quick key to use for drinking wine
    -Area Checker (Initiates a failsafe if you're not within the vicinity of the script)

  7. #57
    Join Date
    May 2012
    Posts
    499
    Mentioned
    23 Post(s)
    Quoted
    228 Post(s)

    Default

    I don't want to be egocentric, but a lot of the script reminds me of my writing style in the few scripts I have made public?

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

    Default

    Quote Originally Posted by Thomas View Post
    I don't want to be egocentric, but a lot of the script reminds me of my writing style in the few scripts I have made public?
    I'm not sure what you meant but if you meant the "basic" writing style, then yeah it's basic.

  9. #59
    Join Date
    Nov 2015
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    I've been using this script for a while.
    Tried filling jugs once, didn't work, never tried again.
    The drinking part mostly works, except for the following behavior:
    Sometimes it hovers the mouse over the bank chest for a moment, but instead of clicking the chest, it walks over to the benches a short distance north-west. The script can recover from this situation and walk back to the chest, but this behavior often recurs during the recovery process itself.

    Also, I think it would be a good idea to check if the wines are being drank. I pressed Enter once during the drinking part of the cycle, and the script would probably have kept pressing the key forever, had I not stopped it.

  10. #60
    Join Date
    Jan 2015
    Posts
    25
    Mentioned
    2 Post(s)
    Quoted
    12 Post(s)

    Default

    works fine. thx

  11. #61
    Join Date
    Apr 2007
    Posts
    49
    Mentioned
    3 Post(s)
    Quoted
    18 Post(s)

    Default

    Quote Originally Posted by qnzr3 View Post
    I've been using this script for a while.
    Tried filling jugs once, didn't work, never tried again.
    The drinking part mostly works, except for the following behavior:
    Sometimes it hovers the mouse over the bank chest for a moment, but instead of clicking the chest, it walks over to the benches a short distance north-west. The script can recover from this situation and walk back to the chest, but this behavior often recurs during the recovery process itself.

    Also, I think it would be a good idea to check if the wines are being drank. I pressed Enter once during the drinking part of the cycle, and the script would probably have kept pressing the key forever, had I not stopped it.
    I am also having the same problem - it isn't filling the jugs. Mine gets stuck on the 'presets' screen for some reason. I've set the preset to be full of empty jugs already...

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

    Default

    EDIT: v6.2 Release
    -Fixed the current problem about filling jugs with water and if there was a problem with drinking wine (tested with over 20k jugs of wine and empty jugs)
    -Updated DTMs

  13. #63
    Join Date
    Apr 2007
    Posts
    49
    Mentioned
    3 Post(s)
    Quoted
    18 Post(s)

    Default

    Working perfctly now - thanks for the fix.

  14. #64
    Join Date
    Dec 2006
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Kind of related but i wonder what's up with buying wines, quite often it seems like nobody is selling them at all lately on the GE. Only able to buy 1000 on each account in over 12 hours! Odd.

    Btw Renzanity could you please fix the pastry maker script? It seems like it mostly works ok but when it zooms the camera it breaks it, literally can only run it maybe a minute or 2 before it bugs out. Thanks

    EDIT: The pastry script zooms in for me as soon as it hits the "mix" button at the fountain, it can do this more than once so it ends up not being able to find its targets because the screen is zoomed in too close, but it also gets stuck often with the cursor switching between the fishing shop windows so it gets stuck in a loop then, or lost if you want to call it that.
    Last edited by chaosoffear; 05-31-2016 at 01:00 PM.

  15. #65
    Join Date
    Apr 2007
    Posts
    49
    Mentioned
    3 Post(s)
    Quoted
    18 Post(s)

    Default

    Quote Originally Posted by chaosoffear View Post
    Kind of related but i wonder what's up with buying wines, quite often it seems like nobody is selling them at all lately on the GE. Only able to buy 1000 on each account in over 12 hours! Odd.

    Btw Renzanity could you please fix the pastry maker script? It seems like it mostly works ok but when it zooms the camera it breaks it, literally can only run it maybe a minute or 2 before it bugs out. Thanks
    Best to post on forums to buy wines or use the thieving script.

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

    Default

    Quote Originally Posted by chaosoffear View Post
    Kind of related but i wonder what's up with buying wines, quite often it seems like nobody is selling them at all lately on the GE. Only able to buy 1000 on each account in over 12 hours! Odd.

    Btw Renzanity could you please fix the pastry maker script? It seems like it mostly works ok but when it zooms the camera it breaks it, literally can only run it maybe a minute or 2 before it bugs out. Thanks
    Hello chaosoffear,

    I have no idea what's causing the issue about wine. And if you could please give me more details about the pastry dough maker. The odd thing it does when it starts to "not work", since the information about it "zooms the camera" is not of any help at all since the current script does not zoom the camera in or out anymore.

    Have a good one.

    EDIT: I'm testing a new version so I'll post the results in the appropriate thread later.
    Last edited by Renzanity; 05-31-2016 at 12:42 PM.

  17. #67
    Join Date
    Feb 2012
    Posts
    64
    Mentioned
    0 Post(s)
    Quoted
    23 Post(s)

    Default

    Need help With v6.2. i am by the bank and it keeps spamming in SIMBA 'You're near the bank or the fountain..'
    I have no idea what is wrong wit it. I have read the instructions thoroughly and I cant seem to find any errors. I clicked on the bank and then it did it all there by drinking the wine, the it just goes back to the spam. If you could help it would be greatly appreciated.

  18. #68
    Join Date
    Jun 2016
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nevermind, fixed it. Changed from DirectX to OpenGL. If anyone runs into an issue with the the failsafe function going off over and over again, check to see if you're using a client that you're using OpenGL and not DirectX.
    Last edited by lucky91710; 06-10-2016 at 10:21 PM. Reason: Simple fix, figured it out.

  19. #69
    Join Date
    Aug 2016
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Renzanity, Ran this script for a few days, worked flawlessly even on multiple accounts. Now, it will bank fill the preset, walk to the fountain, fill the vials when the inventory becomes full, the script exectutes, only does 1 run. How can I fix this problem?

  20. #70
    Join Date
    Oct 2016
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    ---- TPlayer.loginToLobby(): True
    ------ TRSLobbyWorlds.selectRandomWorld(): Random world is 81
    ---- TRSLobby.getCurrentTab(): Current tab is 0
    ---- TRSLobby.getCurrentTab(): Current tab is 0
    ---- TRSLobby.getCurrentTab(): Current tab is 1
    ---- TRSLobby.openTab(): Result = True
    ---- TRSLobby.getCurrentTab(): Current tab is 1
    ---- TRSLobbyWorlds.selectWorld()
    ------ TRSLobby.getCurrentTab(): Current tab is 1
    -------- TRSLobbyWorlds.getCurrentWorld(): Current world is -1
    ------ TRSLobby.getCurrentTab(): Current tab is 1
    ------ Scrolled to and found world 81
    ------ Selected world 81
    ---- TRSLobbyWorlds.selectWorld(): True
    ------ TRSLobby.findPlayButton(): result = True
    ------ TRSLobby.findPlayButton(): result = False
    ------ TRSLobby.findPlayButton(): result = False
    ------ TRSLobby.findPlayButton(): result = False
    ------ TRSLobby.findPlayButton(): result = False
    ------ TRSLobby.findPlayButton(): result = False
    ------ TRSLobby.findPlayButton(): result = False
    ------ TRSLobby.findPlayButton(): result = False
    ------ TRSLobby.findPlayButton(): result = False
    ------ TRSLobby.findPlayButton(): result = False
    ------ TRSLobby.findPlayButton(): result = False
    ------ TRSLobby.findPlayButton(): result = False
    ------ TRSLobby.findPlayButton(): result = False
    ------ TRSLobby.findPlayButton(): result = False

    Stuck on this, anyone have an idea?

  21. #71
    Join Date
    Oct 2016
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    emptied 10k wines with only a little babysitting.

  22. #72
    Join Date
    Dec 2015
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    The script is having an issue withdrawing the jugs for me. It logs in just fine, orients the camera, and gets into the bank chest with no problems, but once in there it doesn't withdraw the jugs and after a few seconds it attempts to resort to the failsafe. Not really sure what the problem is

  23. #73
    Join Date
    Jul 2012
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by TealThunder View Post
    The script is having an issue withdrawing the jugs for me. It logs in just fine, orients the camera, and gets into the bank chest with no problems, but once in there it doesn't withdraw the jugs and after a few seconds it attempts to resort to the failsafe. Not really sure what the problem is
    Have you created a preset with 28 jugs?

  24. #74
    Join Date
    Jul 2012
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Shisui View Post
    ---- TPlayer.loginToLobby(): True
    ------ TRSLobbyWorlds.selectRandomWorld(): Random world is 81
    ---- TRSLobby.getCurrentTab(): Current tab is 0
    ---- TRSLobby.getCurrentTab(): Current tab is 0
    ---- TRSLobby.getCurrentTab(): Current tab is 1
    ---- TRSLobby.openTab(): Result = True
    ---- TRSLobby.getCurrentTab(): Current tab is 1
    ---- TRSLobbyWorlds.selectWorld()
    ------ TRSLobby.getCurrentTab(): Current tab is 1
    -------- TRSLobbyWorlds.getCurrentWorld(): Current world is -1
    ------ TRSLobby.getCurrentTab(): Current tab is 1
    ------ Scrolled to and found world 81
    ------ Selected world 81
    ---- TRSLobbyWorlds.selectWorld(): True
    ------ TRSLobby.findPlayButton(): result = True
    ------ TRSLobby.findPlayButton(): result = False
    ------ TRSLobby.findPlayButton(): result = False
    ------ TRSLobby.findPlayButton(): result = False
    ------ TRSLobby.findPlayButton(): result = False
    ------ TRSLobby.findPlayButton(): result = False
    ------ TRSLobby.findPlayButton(): result = False
    ------ TRSLobby.findPlayButton(): result = False
    ------ TRSLobby.findPlayButton(): result = False
    ------ TRSLobby.findPlayButton(): result = False
    ------ TRSLobby.findPlayButton(): result = False
    ------ TRSLobby.findPlayButton(): result = False
    ------ TRSLobby.findPlayButton(): result = False
    ------ TRSLobby.findPlayButton(): result = False

    Stuck on this, anyone have an idea?
    Manually press the "Play" button from the lobby and the script should be sweet from there.

  25. #75
    Join Date
    Oct 2015
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    got same problem

Page 3 of 4 FirstFirst 1234 LastLast

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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