PoE Autoflask & AutoScript, Improvements and updates. menu

User Tag List

Page 165 of 182 FirstFirst ... 65115161162163164165166167168169 ... LastLast
Results 2,461 to 2,475 of 2721
  1. #2461
    SpaceGuy119's Avatar Member
    Reputation
    12
    Join Date
    Aug 2014
    Posts
    354
    Thanks G/R
    8/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    is this working for anyone? logouts working, but quicksilver flasks and granite flasks arent?

    I'm running dx9 . my sys is 64 bit, if that matters

    PoE Autoflask & AutoScript, Improvements and updates.
  2. #2462
    m1nc's Avatar Member
    Reputation
    3
    Join Date
    Oct 2014
    Posts
    125
    Thanks G/R
    2/2
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    badplayer we need your skills :P

  3. #2463
    poetesttt's Avatar Active Member
    Reputation
    64
    Join Date
    Mar 2016
    Posts
    46
    Thanks G/R
    135/48
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Pull request sent to badplayerr
    Last edited by poetesttt; 03-08-2017 at 01:06 AM.

  4. Thanks toadskin (1 members gave Thanks to poetesttt for this useful post)
  5. #2464
    misterhacker's Avatar Member
    Reputation
    4
    Join Date
    Feb 2015
    Posts
    149
    Thanks G/R
    22/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by poetesttt View Post
    Anyone need autopot for 2.6.0 can downlord it from my fork from badplayer
    GitHub link
    Works everything,except one?!
    When you have low life,and when sript need to go on logout(for not to die),then autopot.ahk stop working,and on sreen show this error information:PoE Autoflask & AutoScript, Improvements and updates.-autopot-png

  6. #2465
    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 misterhacker View Post
    Works everything,except one?!
    When you have low life,and when sript need to go on logout(for not to die),then autopot.ahk stop working,and on sreen show this error information:PoE Autoflask & AutoScript, Improvements and updates.-autopot-png
    Please refer to the link below, you need cports.exe.

    Path of Exile AutoFlask and AutoQuit
    Last edited by toadskin; 03-05-2017 at 11:26 AM.

  7. Thanks NightwishDK (1 members gave Thanks to toadskin for this useful post)
  8. #2466
    SpaceGuy119's Avatar Member
    Reputation
    12
    Join Date
    Aug 2014
    Posts
    354
    Thanks G/R
    8/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    bot not using Granites?

  9. #2467
    NightwishDK's Avatar Member
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    18
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by poetesttt View Post
    Anyone need autopot for 2.6.0 can downlord it from my fork from badplayer
    GitHub link
    Hi!
    I am having problems using the script. And when I compile it, same thing. It looks like something is wrong with my pc. The other script with only health and mana flasks working was showing the same problem. The owner of the script compiled himself and uploaded. It fixed the issue. (A few pages back u can see how it).

    would you mind compiling it? No idea why this is happening here

  10. #2468
    Tunelorde's Avatar Member
    Reputation
    2
    Join Date
    Jan 2017
    Posts
    1
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by toadskin View Post
    Please refer to the link below, you need cports.exe.

    Path of Exile AutoFlask and AutoQuit
    Being a little more spcific dosen't hurt when using auto quite you need something called cports to do it properly otherise the script will failt refer to toadskin's link for more info

  11. Thanks toadskin (1 members gave Thanks to Tunelorde for this useful post)
  12. #2469
    qcorn's Avatar Member
    Reputation
    3
    Join Date
    Sep 2007
    Posts
    94
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how can I make this use both basalt and granite at the same time? right now it will only use them one at a time

  13. #2470
    dseo80's Avatar Member
    Reputation
    6
    Join Date
    Jun 2012
    Posts
    38
    Thanks G/R
    1/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by qcorn View Post
    how can I make this use both basalt and granite at the same time? right now it will only use them one at a time
    Remove basalt from granite logic and add another seperate one.

  14. #2471
    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)
    Is there a working x64 version?

  15. #2472
    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 SpaceGuy119 View Post
    bot not using Granites?
    I think you can try to edit Autopot.ahk with notepad++, then swap FlaskUtility1 for FlaskUtility5 and save it.

    Code:
       If ((!WindowQueuedFlaskEffects[k].HasKey("GraniteQueueEndtime")) || (A_TickCount>=(WindowQueuedFlaskEffects[k].GraniteQueueEndtime-lagCompensation)))
                {
                   flaskNum:=GetMaxChargesFlaskOfType(FlasksData,"FlaskUtility5") ; Granite Flask
                   If (flaskNum = "")
                   {
                      flaskNum:=GetMaxChargesFlaskOfType(FlasksData,"FlaskUtility1") ; Basalt Flask
                   }     
                   If (flaskNum!="")
                   {
    Thanks for dlr5668's sharing.(Page 115 #1714) (PoE Autoflask & AutoScript, Improvements and updates.)
    Last edited by toadskin; 03-10-2017 at 05:40 AM.

  16. Thanks dlr5668, rowxs (2 members gave Thanks to toadskin for this useful post)
  17. #2473
    mantisOk's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not working for me too, first goes basalt, then if basalt is empty goes granite, please could you give whole code for that? Thanks

  18. #2474
    SpaceGuy119's Avatar Member
    Reputation
    12
    Join Date
    Aug 2014
    Posts
    354
    Thanks G/R
    8/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    is there a version that's updated, for use of quicksilvers?

    if so can i have a trusted link pls

  19. #2475
    rowxs's Avatar Member
    Reputation
    7
    Join Date
    Jul 2016
    Posts
    160
    Thanks G/R
    35/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by toadskin View Post
    I think you can try to edit Autopot.ahk with notepad++, then swap FlaskUtility1 for FlaskUtility5 and save it.

    Code:
       If ((!WindowQueuedFlaskEffects[k].HasKey("GraniteQueueEndtime")) || (A_TickCount>=(WindowQueuedFlaskEffects[k].GraniteQueueEndtime-lagCompensation)))
                {
                   flaskNum:=GetMaxChargesFlaskOfType(FlasksData,"FlaskUtility5") ; Granite Flask
                   If (flaskNum = "")
                   {
                      flaskNum:=GetMaxChargesFlaskOfType(FlasksData,"FlaskUtility1") ; Basalt Flask
                   }     
                   If (flaskNum!="")
                   {
    Thanks for dlr5668 sharing.(Page 115 #1714) (PoE Autoflask & AutoScript, Improvements and updates.)
    I can confirm "Not working for me too, first goes basalt, then if basalt is empty goes granite" I would like for it to activate both basalt and rumi's concoction.

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 08:29 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