PoE Autoflask & AutoScript, Improvements and updates. menu

Shout-Out

User Tag List

Page 115 of 182 FirstFirst ... 1565111112113114115116117118119165 ... LastLast
Results 1,711 to 1,725 of 2721
  1. #1711
    dlr5668's Avatar Contributor
    Reputation
    279
    Join Date
    May 2012
    Posts
    543
    Thanks G/R
    129/226
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Here is code for basalt flask @ line 2343 http://pastebin.com/raw/0FqJCrLX
    Full script: http://pastebin.com/raw/L31ifq5x
    It will chain granite and basalt (priority to basalt).
    Last edited by dlr5668; 03-27-2016 at 08:52 PM.

    PoE Autoflask & AutoScript, Improvements and updates.
  2. Thanks toadskin, vasukrub (2 members gave Thanks to dlr5668 for this useful post)
  3. #1712
    vasukrub's Avatar Member
    Reputation
    2
    Join Date
    Mar 2016
    Posts
    13
    Thanks G/R
    14/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    New face here, I did downloaded the EXE version on Path of Exile AutoFlask and AutoQuit from gurud in the First page of this topic.
    I cant make it work properly, every time autopot use the flask it show up the passive skill tree i have to disable them all to use the autolog. But the logout is working perfectly. Any suggestion for the flask guys?

    PS. i'm on Garena server.

  4. #1713
    dlr5668's Avatar Contributor
    Reputation
    279
    Join Date
    May 2012
    Posts
    543
    Thanks G/R
    129/226
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vasukrub View Post
    New face here, I did downloaded the EXE version on Path of Exile AutoFlask and AutoQuit from gurud in the First page of this topic.
    I cant make it work properly, every time autopot use the flask it show up the passive skill tree i have to disable them all to use the autolog. But the logout is working perfectly. Any suggestion for the flask guys?

    PS. i'm on Garena server.
    make sure to start script with english keyboard layout active.

  5. #1714
    vasukrub's Avatar Member
    Reputation
    2
    Join Date
    Mar 2016
    Posts
    13
    Thanks G/R
    14/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dlr5668 View Post
    make sure to start script with english keyboard layout active.
    Thanks dlr5668,

    Just try it again to make sure the English keyboard is active. If my local langue is active the Autopot will prompt the error message when starting.
    I even removed my local langue from my window 8.1, not thing happened still keep opening the passive tree.

    Another advice?

  6. #1715
    toadskin's Avatar Active Member
    Reputation
    23
    Join Date
    Mar 2015
    Posts
    62
    Thanks G/R
    1390/15
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vasukrub View Post
    Thanks dlr5668,

    Just try it again to make sure the English keyboard is active. If my local langue is active the Autopot will prompt the error message when starting.
    I even removed my local langue from my window 8.1, not thing happened still keep opening the passive tree.

    Another advice?
    I play POE on Taiwan Server, and also have the same issue with opening the passive tree.

    Then I try to edit Taiwan Offset values with Global Offset values and the issue is solved.

    For example:

    Else If (Taiwan)
    {
    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
    }
    Else If (GlobalS)
    {
    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
    }
    Last edited by toadskin; 03-29-2016 at 04:54 AM.

  7. #1716
    vasukrub's Avatar Member
    Reputation
    2
    Join Date
    Mar 2016
    Posts
    13
    Thanks G/R
    14/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by toadskin View Post
    I play POE on Taiwan Server, and also have the same issue with opening the passive tree.

    Then I try to edit Taiwan Offset values with Global Offset values and the issue is solved.

    For example:

    Else If (Taiwan)
    {
    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
    }
    Else If (GlobalS)
    {
    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
    }
    Many Thanks toadskin!!!,

    You made my day, just change the path to the .ini file to pointing to my local client.

  8. #1717
    mizwar89's Avatar Member
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    7
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vasukrub View Post
    Many Thanks toadskin!!!,

    You made my day, just change the path to the .ini file to pointing to my local client.
    vasu,can you teach me how to do it? i don't seem to understand how.keep failed when editing the pointer.

    edit: im on singapore/malaysia garena server

  9. #1718
    toadskin's Avatar Active Member
    Reputation
    23
    Join Date
    Mar 2015
    Posts
    62
    Thanks G/R
    1390/15
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mizwar89 View Post
    vasu,can you teach me how to do it? i don't seem to understand how.keep failed when editing the pointer.

    edit: im on singapore/malaysia garena server
    1.Open autopot.ahk file with Notepad++ software and search key word "Else If (Singapore)"

    2.Edit Singapore Offset values with Global Offset values.

    Else If (GlobalS)
    {
    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
    }
    Else If (Singapore)
    {
    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
    }

    3.Select ANSI encoding and save autopot.ahk

    PoE Autoflask & AutoScript, Improvements and updates.-11-jpg

    PoE Autoflask & AutoScript, Improvements and updates.-22-jpg

  10. Thanks mizwar89, vasukrub (2 members gave Thanks to toadskin for this useful post)
  11. #1719
    vasukrub's Avatar Member
    Reputation
    2
    Join Date
    Mar 2016
    Posts
    13
    Thanks G/R
    14/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mizwar89 View Post
    vasu,can you teach me how to do it? i don't seem to understand how.keep failed when editing the pointer.

    edit: im on singapore/malaysia garena server
    Actually, i haven't changed the offset as the Toadskin mention, my problem was My Garena_TH in not on the server list in POEHUD. Then i just changed the ini file location, this my not lead to solve for your error tho.

  12. Thanks mizwar89 (1 members gave Thanks to vasukrub for this useful post)
  13. #1720
    mizwar89's Avatar Member
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    7
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OMG thanks alot guys for the info.much appreciate!

  14. #1721
    piggottrichard's Avatar Member
    Reputation
    2
    Join Date
    Jul 2011
    Posts
    59
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    guys how do you setup this programs to deal with blood rage being active ?

  15. #1722
    DuncanMac's Avatar Member
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    14
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dlr5668 View Post
    Here is code for basalt flask @ line 2343 http://pastebin.com/raw/0FqJCrLX
    Full script: http://pastebin.com/raw/L31ifq5x
    It will chain granite and basalt (priority to basalt).
    How do i insert the new code for basalt flask when I'm using the .exe version?

  16. #1723
    Mudslime's Avatar Member
    Reputation
    -3
    Join Date
    Oct 2013
    Posts
    45
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i can pay 10$ for someone to add silver flask, stibnite and atziri flask to work with this program
    right now its very outdated since these and more flasks are very important

  17. #1724
    magicneo's Avatar Member
    Reputation
    1
    Join Date
    Jan 2015
    Posts
    37
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi,
    Something wrong with Autoflask :

    aobscan fail : pattern not found
    baseMgrPtr not found with AoBScan, script will now terminate

  18. #1725
    imusya's Avatar Member
    Reputation
    1
    Join Date
    May 2015
    Posts
    12
    Thanks G/R
    17/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    when i run the ahk file, it shows this message
    how do i fix it?

    thanks

    PoE Autoflask & AutoScript, Improvements and updates.-wrongahk-jpg

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 02:41 AM. 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