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

Shout-Out

User Tag List

Page 16 of 32 FirstFirst ... 121314151617181920 ... LastLast
Results 226 to 240 of 473
  1. #226
    pushedx's Avatar Contributor
    Reputation
    261
    Join Date
    Nov 2009
    Posts
    137
    Thanks G/R
    8/139
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by username1001011 View Post
    Hmmm, I'm trying to get Exile Cheat Platform to work with Autoflasker. A buddy of mine says he got it working but for me, I just get an error:
    Since I start Path of Exile with admin privileges, you will also need to run CE as admin to interact with the process. I keep forgetting to add that to notes, but it's just how Windows works.

    [Release][Autohotkey script] PoE Autoflasks & autoquit.
  2. #227
    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)
    yeah, I noticed it thx great tool... finally I didn't only read about it, but also use it.

  3. #228
    blacklider's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    30
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Will be too a nice option if you add an autoupdater at start program, with patchnotes as a "notices".

  4. #229
    PerfectMiscreation's Avatar Master Sergeant
    Reputation
    2
    Join Date
    Jun 2013
    Posts
    97
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Still functional after tonight's patch. Did not even need to update pointers.

  5. #230
    robertkre's Avatar Private
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I can smell the mold.


  6. #231
    Its4u2n0's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    First off, love this script, great work. However, I can not seem to change the delay in the use of flasks. I use all instant HP flasks and the delay creates unwanted logouts when it could of just used another flask immediately after It reached the minLifeRatioToDrink threshold again. I adusted the OverrideFlaskDuration to many different settings including -1 but this didnt help.. I read through 16 pages and there were some instructions from the few posts that touched on this topic, but even copy and pasting the written instructions did not seem to make a difference. I even changed it to OverrideFlaskDuration:-1 and still has no noticeable effect. This is how it looks for me right now. It's not a huge deal because I can easily use flasks myself but a solution would be much appreciated. I hope its not just me... Cause theeeeen i would just look stupid

    PlayerConfig:={}
    PlayerConfig["Default"]:={minLifeRatioToDrink: 0.75, minManaRatioToDrink: 0.10, minManaToDrink: 10, minLifeRatioToPopGranite: 0.65, minLifeRatioToQuit: 0.40, OverrideFlaskDuration: 0}

  7. #232
    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)
    Flask duration is not character setting, it's per-flaskslot setting. Put it back where it belongs.
    Last edited by Wrongusername; 07-02-2013 at 12:29 PM.

  8. #233
    jabroneeq's Avatar Private
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I love the autoquit but don't need the autopot. Do I set autoPotionsState to false if I don't want to use the auto pots?

  9. #234
    Its4u2n0's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Wrongusername View Post
    Flask duration is not character setting, it's per-flaskslot setting. Put it back where it belongs.
    Well that didnt help. I tried this too (below) and it still will not do what i want it to. I'd like it to be able to spam my pots if needed, use my instant flasks as soon as it reaches the minLifeToDrinkRatio with no delay in between. Regardless if i get from full hp to under the thresh hold a second later.

    Originally Posted by Wrongusername View Post
    I think i briefly tested that part at some point and OverrideFlaskDuration should be functional, you realize by default it's commented out?
    Autohotkey single-line comment operator is semicolon ";" So config options after semicolons there are for reference only and thus disabled by default, to use them you actually have to copy&paste or cut them out and stuff into array declaration braces, like
    PlayerConfig["Default"].FlaskConfig[1]:={Hotkey:"{1}", OverrideFlaskDuration: 0.1}
    This is currently my setup after i reverted back

    PlayerConfig["Default"].FlaskConfig[1]:={Hotkey:"{1 }",OverrideFlaskDuration:0} ; ,OverrideFlaskDuration:70, instantRecoveryOnLowLife:true, } ;specify override recovery time in deciseconds, e.g. 7 seconds = 70

    Can someone who has this setup i'm looking for post their script?

  10. #235
    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)
    Just re-tested, override flask duration works just fine, e.g.
    PlayerConfig["Default"].FlaskConfig[1]:={Hotkey:"{1 Down 1 UP}",OverrideFlaskDuration:0}
    PlayerConfig["Default"].FlaskConfig[2]:={Hotkey:"{2 Down 2 UP}",OverrideFlaskDuration:0}

    Script won't drink instant flasks if there's a non-instant one already in effect for specific resource(e.g. hp).

    Some people use purely instant flasks, OverrideFlaskDuration:0 option is mostly for them.

    Feel free to upgrade the script for mixed-flasks case, it would probably only make sense if you implement second separate lower threshold for instant flasks use.

  11. #236
    artsy's Avatar Private
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you have saved my character's life many time TYVM, please update this amazing handy work thx

  12. #237
    laststop's Avatar Private
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well I saved the scripts exactly like they are on the front page and it's not working. Why won't it work?

  13. #238
    shu67's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anybody help me with GRANITE!!! flask on CI bild
    how to write a correct line for this bild

  14. #239
    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)
    Originally Posted by shu67 View Post
    anybody help me with GRANITE!!! flask on CI bild
    how to write a correct line for this bild
    have you read this thread completly?

  15. #240
    shu67's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    1

    Originally Posted by username1001011 View Post
    have you read this thread completly?

    have the answer to my question on the topic?

Page 16 of 32 FirstFirst ... 121314151617181920 ... 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 02:07 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