[Release][Autohotkey script] PoE Autoflasks & autoquit. menu

Shout-Out

User Tag List

Page 13 of 32 FirstFirst ... 91011121314151617 ... LastLast
Results 181 to 195 of 473
  1. #181
    raid1141's Avatar Private
    Reputation
    2
    Join Date
    Jun 2013
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Wrongusername View Post
    Nope it doesn't give hybrid flasks any priority. Generally it drinks from left to right, but it tries to take sips from different flasks(also sequentially from left to right) to maximize charges intake. So that's just your problem with flask positioning on belt, put hybrids on slots 4,5 and they'll go last.

    That's funny how people waste their time, it's UPDATED. I don't say just baseMgrPtr only, sometimes i outline specific pointer path changes(to ease transition for people with custom settings or those who may use that pointers for other purposes in their own projects), today i was lazy and just said updated. So re-download the script before you waste your time.

    Thank again. Just a small mistake to fix - you wrote a wrong version - its not 0.11d but 0.11b + the version now is 0.11c and flasks are still not working

    [Release][Autohotkey script] PoE Autoflasks & autoquit.
  2. #182
    3raser's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    16
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just tried using the new script, and none of the functions seem to be working, no autoflask, autoquit or F4 to quit

  3. #183
    raid1141's Avatar Private
    Reputation
    2
    Join Date
    Jun 2013
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 3raser View Post
    Just tried using the new script, and none of the functions seem to be working, no autoflask, autoquit or F4 to quit
    Replace the line and use baseMgrPtr:=0x6d8954 instead.

  4. #184
    Wrongusername's Avatar Sergeant
    Reputation
    100
    Join Date
    Feb 2011
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I usually don't update posted version for baseMgrPtr changes only, so that's up to you.
    True flasks pointer path change turned out a bit less trivial than it seemed and was invalidated if you quit to main menu(manually or got dced or script quit for you), changed to different pointerpath unaffected by this.

  5. #185
    3raser's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    16
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by raid1141 View Post
    Replace the line and use baseMgrPtr:=0x6d8954 instead.
    thank you, worked like a charm

  6. #186
    AK2337's Avatar Member
    Reputation
    8
    Join Date
    Feb 2013
    Posts
    72
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Wrongusername View Post
    I usually don't update posted version for baseMgrPtr changes only, so that's up to you.
    True flasks pointer path change turned out a bit less trivial than it seemed and was invalidated if you quit to main menu(manually or got dced or script quit for you), changed to different pointerpath unaffected by this.
    That explains the issue I had, ty.

  7. #187
    username1001011's Avatar Member
    Reputation
    2
    Join Date
    Apr 2013
    Posts
    120
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    With the current version I have a weird issue... playing dual weapon dualist right now in ladder and it started to just sip all the mana potions when I'm below level... it doesn't seem to wait anymore before the previous sip was over....

  8. #188
    tozededao's Avatar Member
    Reputation
    9
    Join Date
    May 2009
    Posts
    166
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Wrongusername View Post
    I usually don't update posted version for baseMgrPtr changes only, so that's up to you.
    True flasks pointer path change turned out a bit less trivial than it seemed and was invalidated if you quit to main menu(manually or got dced or script quit for you), changed to different pointerpath unaffected by this.
    Sorry but I couldn't understand, did you told how to fix the bug or you just explained why the bug was happening?

  9. #189
    Shintari's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    works very well, but i dont get, why does it autoquit on non hc even if i set value to 0?

  10. #190
    username1001011's Avatar Member
    Reputation
    2
    Join Date
    Apr 2013
    Posts
    120
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I set value to -1 to prevent autoquitting. that seems to work.

  11. #191
    Bookir's Avatar Banned
    Reputation
    1
    Join Date
    Dec 2010
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by username1001011 View Post
    I set value to -1 to prevent autoquitting. that seems to work.
    No, not working

    EDIT:
    Works for me:
    remove minLifeRatioToQuit: 0.35
    Code:
    PlayerConfig:={}
    PlayerConfig["Default"]:={minLifeRatioToDrink: 0.0, minManaRatioToDrink: 0, minManaToDrink: 75, minNShieldRatioToPopGranite: 0.8, minNShieldRatioToQuit: 0.75} ;  disableAutoPotions:true, minLifeRatioToQuit:, minNShieldRatioToQuit:, HasZealotsOath: false, }
    Last edited by Bookir; 06-12-2013 at 02:37 PM.

  12. #192
    username1001011's Avatar Member
    Reputation
    2
    Join Date
    Apr 2013
    Posts
    120
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That works for me:

    Code:
    PlayerConfig["Default"]:={minLifeRatioToDrink: 0.75, minManaRatioToDrink: 0.55, minManaToDrink: 40, minLifeRatioToPopGranite: 0.65, minLifeRatioToQuit: -1} ;  disableAutoPotions:true, minLifeRatioToQuit:, minNShieldRatioToQuit: , HasZealotsOath: false, }

  13. #193
    Phorgasmic's Avatar Private
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey there

    Thanks for this wonderful script i got a small request:

    Can u implement a function that it can sip granite flask on a ES treshold?
    like minEStoPopGranite Would be very helpful for CI characters!

    Thx in advance

  14. #194
    snier's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    77
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    fixed)
    worked well
    Last edited by snier; 06-13-2013 at 02:33 AM.

  15. #195
    metaxer's Avatar Member
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    its 0x6da954

Page 13 of 32 FirstFirst ... 91011121314151617 ... LastLast

Similar Threads

  1. [Release] Custom scripts
    By ion564 in forum World of Warcraft Emulator Servers
    Replies: 20
    Last Post: 05-12-2008, 07:02 PM
  2. [Release] WarsongGulch Script
    By Pragma in forum World of Warcraft Emulator Servers
    Replies: 33
    Last Post: 03-23-2008, 08:07 PM
  3. [Release] |Custom Scripted Instance| Shadow Lair
    By wurstbr0t in forum World of Warcraft Emulator Servers
    Replies: 18
    Last Post: 03-05-2008, 12:03 PM
  4. [RELEASE]Ascent/script compiles 3710 (latest 2/6/08)
    By vivec45 in forum WoW EMU Guides & Tutorials
    Replies: 0
    Last Post: 02-06-2008, 07:04 AM
  5. [RELEASE] FunServer Script's ( + Level Cap 80-255 )
    By ~SaiLyn~ in forum World of Warcraft Emulator Servers
    Replies: 36
    Last Post: 01-10-2008, 02:44 PM
All times are GMT -5. The time now is 12:26 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