PoE Autoflask & AutoScript, Improvements and updates. menu

User Tag List

Page 145 of 182 FirstFirst ... 4595141142143144145146147148149 ... LastLast
Results 2,161 to 2,175 of 2721
  1. #2161
    allahupish's Avatar Member
    Reputation
    3
    Join Date
    Jan 2016
    Posts
    28
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyone fixed quicksilver flask issue ?

    PoE Autoflask & AutoScript, Improvements and updates.
  2. #2162
    Jesper6's Avatar Member
    Reputation
    2
    Join Date
    Sep 2012
    Posts
    47
    Thanks G/R
    1/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dlr5668 View Post
    Here is BladeFlury auto release code. Full buffed BV has 6-7 APS so perfect timing on bosses will increase dps.
    Code:
             If InStr(playerstats.BuffName[A_Index], "charged_attack")
             {
                BuffCharges:=PlayerStats.BuffCharges[A_Index]
                If (BuffCharges = 6)
                {
    		GetKeyState, state, RButton
    		Sendinput, {RButton Up}
    		if state = D
    			Sendinput, {RButton Down}         
                }
             }
    https://lh3.googleusercontent.com/-Y...7_20-54-22.png

    Even with 50% damage nerf BF will be awesome league starter. You dont need any gear to start just decent 250 pdps dagger (can be crafed or bino).
    Tried putting the code into ahk script, doesn't seem to work.
    What did I do wrong?

  3. #2163
    stfufag's Avatar Active Member
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    294
    Thanks G/R
    46/20
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks badplayer.

    .exe does not do anythign for me.
    .ahk does autopot, but not autoquit.

    anyone with same issues?

  4. #2164
    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 stfufag View Post
    thanks badplayer.

    .exe does not do anythign for me.
    .ahk does autopot, but not autoquit.

    anyone with same issues?
    start as admin, dont forget cports

  5. #2165
    stfufag's Avatar Active Member
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    294
    Thanks G/R
    46/20
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it's started as admin and cports is in the folder.

    /edit, updated cports.exe - seems there was a new release.

    seems to be working now thanks
    Last edited by stfufag; 12-02-2016 at 10:04 PM.

  6. #2166
    allahupish's Avatar Member
    Reputation
    3
    Join Date
    Jan 2016
    Posts
    28
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I wish you cuold fix the quicksilver flask issue

  7. #2167
    noattitude's Avatar Member
    Reputation
    2
    Join Date
    Nov 2016
    Posts
    29
    Thanks G/R
    7/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it works on mana flask but only works one time on ****Atziri's Promise, Amethyst Flask****Taste of Hate, Sapphire Flask****Witchfire Brew, Stibnite Flask

  8. #2168
    noattitude's Avatar Member
    Reputation
    2
    Join Date
    Nov 2016
    Posts
    29
    Thanks G/R
    7/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the problem with the quicksilver flask is that the same only work 1 time ? and then no more
    ?

  9. #2169
    noattitude's Avatar Member
    Reputation
    2
    Join Date
    Nov 2016
    Posts
    29
    Thanks G/R
    7/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by allahupish View Post
    I wish you cuold fix the quicksilver flask issue
    the problem with the quicksilver flask is that the same only work 1 time ? and then no more

  10. #2170
    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)
    Originally Posted by poetesttt View Post
    The offset of FlasksData[A_Index].EffectDuration seems change.

    If you want to simply make quicksilver work, just set "EffectDuration := 40" instead of "EffectDuration:=FlasksData[flaskNum].EffectDuration" before line WindowQueuedFlaskEffects[k].QuickQueueEndtime:=A_TickCount+EffectDuration*100"
    +1 i think this offset needs updated

  11. #2171
    phrozenlife's Avatar Member
    Reputation
    1
    Join Date
    Nov 2016
    Posts
    11
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks a lot! please we all need direct 11 64bit autopot

  12. #2172
    ReadyToKill's Avatar Banned
    Reputation
    13
    Join Date
    Sep 2012
    Posts
    395
    Thanks G/R
    11/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Health pots are working for me; mana pots seem to randomly work and not work at times and quicksilver will only seem to work once.

  13. #2173
    ilikestuff's Avatar Member
    Reputation
    10
    Join Date
    Jun 2012
    Posts
    27
    Thanks G/R
    6/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ya hp and mana pots are only working normally if you refill back to full.
    Since he forgot to update the effectduration offset if you don't go back to full it'll never pot again since it thinks the duration of the pot is really really long.

    Hopefully someone else can update the offset since he seems to disappear for long periods of time after posting an update.

  14. #2174
    stfufag's Avatar Active Member
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    294
    Thanks G/R
    46/20
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I started to get random crashes, the game freezes and then this comes up?


  15. #2175
    bujinkai's Avatar Member
    Reputation
    4
    Join Date
    Oct 2014
    Posts
    20
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    need fixes on quicksilver and mana flasks ty sir

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 04:10 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