PoE Autoflask & AutoScript, Improvements and updates. menu

User Tag List

Page 120 of 182 FirstFirst ... 2070116117118119120121122123124170 ... LastLast
Results 1,786 to 1,800 of 2721
  1. #1786
    SpaceGuy119's Avatar Member
    Reputation
    11
    Join Date
    Aug 2014
    Posts
    352
    Thanks G/R
    8/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    This is not a good sign guys.

    Edit: Does anyone know Badplayer/know if he is even still active in PoE?

    PoE Autoflask & AutoScript, Improvements and updates.
  2. #1787
    alucqrd's Avatar Contributor
    Reputation
    86
    Join Date
    Apr 2013
    Posts
    111
    Thanks G/R
    0/53
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, I sent a pull request to badplayer's repository : https://github.com/badplayerr/beta-autopot/pull/16.
    Dunno if these offset update will fix the whole script (didn't have the time to test), but new offsets are 100% correct.
    Maybe some adjustments need to be done with all the PlayerStats.Panelxxxx as the UI memory changed a lot.

  3. Thanks a1yet, toadskin (2 members gave Thanks to alucqrd for this useful post)
  4. #1788
    sNy89's Avatar Member
    Reputation
    3
    Join Date
    Dec 2012
    Posts
    67
    Thanks G/R
    3/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by alucqrd View Post
    Hi, I sent a pull request to badplayer's repository : https://github.com/badplayerr/beta-autopot/pull/16.
    Dunno if these offset update will fix the whole script (didn't have the time to test), but new offsets are 100% correct.
    Maybe some adjustments need to be done with all the PlayerStats.Panelxxxx as the UI memory changed a lot.
    Debug Windows now shows HP/Mana and other Playerstats but doesnt use Flasks, thank you very much tho <3

  5. #1789
    Philss's Avatar Member
    Reputation
    8
    Join Date
    Oct 2014
    Posts
    99
    Thanks G/R
    21/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how do i update script with new offset?

  6. #1790
    sNy89's Avatar Member
    Reputation
    3
    Join Date
    Dec 2012
    Posts
    67
    Thanks G/R
    3/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Basically "Flask Data" is completely empty. Everything else seems to be fine. Logout works flawless.

  7. #1791
    Philss's Avatar Member
    Reputation
    8
    Join Date
    Oct 2014
    Posts
    99
    Thanks G/R
    21/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sNy89 View Post
    Basically "Flask Data" is completely empty. Everything else seems to be fine. Logout works flawless.
    how do i edit the offset cant seem to edit .exeautopot

  8. #1792
    sNy89's Avatar Member
    Reputation
    3
    Join Date
    Dec 2012
    Posts
    67
    Thanks G/R
    3/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Philss View Post
    how do i edit the offset cant seem to edit .exeautopot
    Im using the Source Code of this https://github.com/badplayerr/beta-autopot/releases

    and Edit

    global Offset1:=0x138
    global Offset2:=0x4b8
    global Offset3:=0x13c
    global Offset4:=0x220
    global Offset5:=0x34b4
    global Offset6:=0x1588
    global Offset7:=0x158c
    global Offset8:=0x100
    global Offset9:=0xE4
    global Offset10:=0x12c
    global Offset11:=0x1b8

    with the new offsets:

    global Offset1:=0x138
    global Offset2:=0x4c4
    global Offset3:=0x13c
    global Offset4:=0x220
    global Offset5:=0x36b4
    global Offset6:=0x1588
    global Offset7:=0x158c
    global Offset8:=0xa24
    global Offset9:=0x9cc
    global Offset10:=0x12c
    global Offset11:=0x1b8

  9. Thanks toadskin (1 members gave Thanks to sNy89 for this useful post)
  10. #1793
    hokuto78's Avatar Active Member
    Reputation
    20
    Join Date
    Dec 2010
    Posts
    166
    Thanks G/R
    10/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Philss View Post
    how do i edit the offset cant seem to edit .exeautopot
    Go here and edit the .ahk script and use it instead of the compiled .exe

    https://github.com/badplayerr/beta-autopot

  11. #1794
    AsylioN's Avatar Active Member
    Reputation
    49
    Join Date
    Jun 2016
    Posts
    58
    Thanks G/R
    6/42
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Detects stats and buffs, but doesn't read any flask data -> can't use flasks.

    I think Offset3 and/or Offset4 also need to be updated.
    Last edited by AsylioN; 06-05-2016 at 10:55 AM.

  12. #1795
    jps42's Avatar Member
    Reputation
    6
    Join Date
    Jul 2014
    Posts
    38
    Thanks G/R
    14/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    He's just fixed flasks, give him a second to upload

  13. #1796
    alucqrd's Avatar Contributor
    Reputation
    86
    Join Date
    Apr 2013
    Posts
    111
    Thanks G/R
    0/53
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Fixed flask handling
    Made new pull request (https://github.com/badplayerr/beta-autopot/pull/17), check my forked repo for updated source : https://github.com/alucqrd/beta-autopot/

  14. Thanks jps42, AsylioN, hokuto78, bcz, Dant121, klisman, Magicme, a1yet, toadskin, MiddleMan (10 members gave Thanks to alucqrd for this useful post)
  15. #1797
    Philss's Avatar Member
    Reputation
    8
    Join Date
    Oct 2014
    Posts
    99
    Thanks G/R
    21/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    wooo thanks i made it , log out work yay flask soon plz

  16. #1798
    sNy89's Avatar Member
    Reputation
    3
    Join Date
    Dec 2012
    Posts
    67
    Thanks G/R
    3/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by alucqrd View Post
    Fixed flask handling
    Made new pull request (https://github.com/badplayerr/beta-autopot/pull/17), check my forked repo for updated source : https://github.com/alucqrd/beta-autopot/
    Praise you man. If you have a Donation Mail feel free to PM it to me.

  17. Thanks toadskin (1 members gave Thanks to sNy89 for this useful post)
  18. #1799
    hokuto78's Avatar Active Member
    Reputation
    20
    Join Date
    Dec 2010
    Posts
    166
    Thanks G/R
    10/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by alucqrd View Post
    Fixed flask handling
    Made new pull request (https://github.com/badplayerr/beta-autopot/pull/17), check my forked repo for updated source : https://github.com/alucqrd/beta-autopot/
    Love you thanks for fixing it! :gusta:

  19. #1800
    alucqrd's Avatar Contributor
    Reputation
    86
    Join Date
    Apr 2013
    Posts
    111
    Thanks G/R
    0/53
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sNy89 View Post
    Praise you man. If you have a Donation Mail feel free to PM it to me.
    No problem man I'm always happy to help !

  20. Thanks a1yet, toadskin (2 members gave Thanks to alucqrd for this useful post)

Similar Threads

  1. How to download and update addons when curse is down, with wowmatrix
    By Stans Dad in forum World of Warcraft Guides
    Replies: 27
    Last Post: 06-22-2011, 06:56 PM
  2. [Show off] look at my new and updated sig.
    By shadowste in forum Art & Graphic Design
    Replies: 7
    Last Post: 03-31-2008, 12:56 PM
All times are GMT -5. The time now is 03:12 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search