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

User Tag List

Page 24 of 32 FirstFirst ... 202122232425262728 ... LastLast
Results 346 to 360 of 473
  1. #346
    fabcard's Avatar Member
    Reputation
    10
    Join Date
    Jun 2013
    Posts
    137
    Thanks G/R
    38/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok friends,

    I added an option for auto Jade Flasks on the script. I tested it fast here and seems to be working fine.
    If you guys interested on it click HERE.
    Also, here's the link for maphack/zoomhack/fullbright ([Release] PoE Multihack : Fullbright/Lighting control, Zoomhack, Maphack 0.10.1b+).
    Enjoy
    Last edited by fabcard; 11-01-2013 at 12:13 PM.

    [Release][Autohotkey script] PoE Autoflasks & autoquit.
  2. #347
    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)
    Hmmmm, the Jade Flask script doesn't seem to work.. at least the it doesn't work for life potions

  3. #348
    Mibi's Avatar Member
    Reputation
    1
    Join Date
    Jul 2010
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    fabcar: when i took off chicken script killing process anyway.

  4. #349
    fabcard's Avatar Member
    Reputation
    10
    Join Date
    Jun 2013
    Posts
    137
    Thanks G/R
    38/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by username1001011 View Post
    Hmmmm, the Jade Flask script doesn't seem to work.. at least the it doesn't work for life potions
    Uhmm, very strange. I'm using that same script I shared with you guys and it's working nicely.
    So, is the script from alucqrd ([Release][Autohotkey script] PoE Autoflasks & autoquit.) working for you? Have you installed AutoHotKey Unicode x32 version? Do you have any experience on how to config that scrip for your character?

    Originally Posted by Mibi View Post
    fabcar: when i took off chicken script killing process anyway.
    What you mean? Do you want turn off the chicken log out? For that set minLifeRatioToQuit: 0.

  5. #350
    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)
    fabcard, it is possible add option into script "minNShieldRatioToPopGranite" ?

    I have a character with "Chaos Inoculation" and i want auto use Granite Flask when my Energy Shield < X.

  6. #351
    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 fabcard View Post
    working for you? Have you installed AutoHotKey Unicode x32 version? Do you have any experience on how to config that scrip for your character?
    I've had it running for a long time... some time since open beta until 1.0 I'll have to try later again.

  7. #352
    fabcard's Avatar Member
    Reputation
    10
    Join Date
    Jun 2013
    Posts
    137
    Thanks G/R
    38/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by blacklider View Post
    fabcard, it is possible add option into script "minNShieldRatioToPopGranite" ?

    I have a character with "Chaos Inoculation" and i want auto use Granite Flask when my Energy Shield < X.
    Yes friend, it's already an option on the script. All you have to do is add that option on the line PlayerConfig["Default"]:={minLifeRatioToDrink: , ......} and line PlayerConfig["YourHardcorePlayerName"]:={minLifeRatioToDrink: ,....}.
    As example, this would be an entire line: PlayerConfig["Default"]:={minLifeRatioToDrink: 0.75, minManaRatioToDrink: 0.25, minManaToDrink: 10, minLifeRatioToPopGranite: 0.80, minLifeRatioToPopJade: 0.80, minNShieldRatioToPopGranite: 0.80, minLifeRatioToQuit: 0.35}.

    Also, for CI you should remove the ...LifeRatio... options and replace with the ...NShiledRatio... ones since CI uses no life

    Notice that I also added a "minNShieldRatioToPopJade:" to work the same way as the granite one

    Enjoy
    Last edited by fabcard; 10-30-2013 at 09:43 PM.

  8. #353
    Dant121's Avatar Member
    Reputation
    7
    Join Date
    Apr 2009
    Posts
    63
    Thanks G/R
    45/5
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by blacklider View Post
    fabcard, it is possible add option into script "minNShieldRatioToPopGranite" ?

    I have a character with "Chaos Inoculation" and i want auto use Granite Flask when my Energy Shield < X.

    HasZealotsOath: true, minLifeRatioToPopGranite: 0.85} ; work in ci

  9. #354
    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)
    Originally Posted by fabcard View Post
    Yes friend, it's already an option on the script. All you have to do is add that option on the line PlayerConfig["Default"]:={minLifeRatioToDrink: , ......} and line PlayerConfig["YourHardcorePlayerName"]:={minLifeRatioToDrink: ,....}.
    As example, this would be an entire line: PlayerConfig["Default"]:={minLifeRatioToDrink: 0.75, minManaRatioToDrink: 0.25, minManaToDrink: 10, minLifeRatioToPopGranite: 0.80, minLifeRatioToPopJade: 0.80, minNShieldRatioToPopGranite: 0.80, minLifeRatioToQuit: 0.35}.

    Also, for CI you should remove the ...LifeRatio... options and replace with the ...NShiledRatio... ones since CI uses no life

    Notice that I also added a "minNShieldRatioToPopJade:" to work the same way as the granite one

    Please friends. I need you guys to add reputation for me if you guys think my posts are useful, that way other members will trust them
    Thanks in advance.
    WOHOO!! Awesome!

    Thanks you very much!

  10. #355
    keifkeif's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is this confirmed working? I tried the new version of the script and it doesn't work...

  11. #356
    TwistedInGoodWay's Avatar Member
    Reputation
    1
    Join Date
    Nov 2013
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I never tried this, could give it a go if its latest of its kind.

  12. #357
    Astorxxx's Avatar Member
    Reputation
    5
    Join Date
    Nov 2013
    Posts
    36
    Thanks G/R
    15/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi to all,

    I am not too smart about this, and pls consider this as a noob question related to all previous posts here.
    I've figured out how to use this script, how to change and edit it. It's not a big deal even for a noob like me,
    but I've got an issue here.

    Can anyone explain me what do I need to do to make this script working since I play Chaos Innoculation, and my energy shield is 1.
    When I startup script it kicks me out as soon as I enter game, I suppose script recognize my ES like ZERO life, and kick me out.

    What to do to make this working.

    Thanx for your patience and efforts in advance.


    a loyal member.

  13. #358
    fabcard's Avatar Member
    Reputation
    10
    Join Date
    Jun 2013
    Posts
    137
    Thanks G/R
    38/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Astorxxx View Post
    Hi to all,

    I am not too smart about this, and pls consider this as a noob question related to all previous posts here.
    I've figured out how to use this script, how to change and edit it. It's not a big deal even for a noob like me,
    but I've got an issue here.

    Can anyone explain me what do I need to do to make this script working since I play Chaos Innoculation, and my energy shield is 1.
    When I startup script it kicks me out as soon as I enter game, I suppose script recognize my ES like ZERO life, and kick me out.

    What to do to make this working.

    Thanx for your patience and efforts in advance.


    a loyal member.
    Hello there,

    For CI (Chaos Innoculation), you should replace the *LifeRatio*'s options and with the *NShiledRatio*'s ones since CI uses no life.
    Your right about the scripts kicking you out. That happens because of the *LifeRatio*'s. With CI your HP is set to 1 and the script triggers the chicken due your low health.
    All you have to do is Edit the script. Look for the line PlayerConfig["Default"]:={minLifeRatioToDrink: 0.75, minManaRatioToDrink: 0.25,..... and do the replaces as said before.
    As example an entire line would be like this, for CI users.:

    PlayerConfig["Default"]:={minManaRatioToDrink: 0.25, minManaToDrink: 10, minNShieldRatioToPopGranite: 0.80, minNShieldRatioToPopJade: 0.80, minNShieldRatioToQuit: 0.35} ;

    If you have Zealot's Oath, add the "HasZealotsOath: true" on that line. Also if you are on hardcore, make sure you edit the PlayerConfig["YourHardcorePlayerName"]:=... line instead

    Good luck on that

  14. #359
    Astorxxx's Avatar Member
    Reputation
    5
    Join Date
    Nov 2013
    Posts
    36
    Thanks G/R
    15/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fabcard View Post
    Hello there,

    For CI (Chaos Innoculation), you should replace the *LifeRatio*'s options and with the *NShiledRatio*'s ones since CI uses no life.
    Your right about the scripts kicking you out. That happens because of the *LifeRatio*'s. With CI your HP is set to 1 and the script triggers the chicken due your low health.
    All you have to do is Edit the script. Look for the line PlayerConfig["Default"]:={minLifeRatioToDrink: 0.75, minManaRatioToDrink: 0.25,..... and do the replaces as said before.
    As example an entire line would be like this, for CI users.:

    PlayerConfig["Default"]:={minManaRatioToDrink: 0.25, minManaToDrink: 10, minNShieldRatioToPopGranite: 0.80, minNShieldRatioToPopJade: 0.80, minNShieldRatioToQuit: 0.35} ;

    If you have Zealot's Oath, add the "HasZealotsOath: true" on that line. Also if you are on hardcore, make sure you edit the PlayerConfig["YourHardcorePlayerName"]:=... line instead

    Good luck on that

    Thanx you so much,

    this worx.

    Game is pretty unbalanced after beta closed and version 1.0 is out. Thay need to fix a lot of things in game to make it more pleasant for gameplay.
    Not to mention gaining expirience after level 79 in Merciless. It's really a pain in da ass.
    Until that, this will give at least a chance to go forward without wasting so much time.

    Thanx again and good luck.

    Live long and prosper "iIVi"

  15. #360
    z77777's Avatar Member
    Reputation
    2
    Join Date
    Mar 2013
    Posts
    23
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm getting an error line 51, functions cannot contain functions

Page 24 of 32 FirstFirst ... 202122232425262728 ... 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 06:19 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