PoE Autoflask & AutoScript, Improvements and updates. menu

User Tag List

Page 6 of 182 FirstFirst ... 234567891056106 ... LastLast
Results 76 to 90 of 2721
  1. #76
    gurud's Avatar Contributor CoreCoins Purchaser
    Reputation
    129
    Join Date
    Oct 2013
    Posts
    223
    Thanks G/R
    2/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by badplayer View Post
    Just to add to this, if you're using auras you'll have to edit that conditional accordingly.
    As an example hatred will take 60% of your mana pool leaving you with only 40% of total to actually work with. This looks at overall % of total mana not % after reservations. With that being said you'll never hit that 95% of total mana needed to reset with an aura running now and will have to change it to something like 35%.
    That's not true, as you can see here:

    Code:
    currManaRatio:=PlayerStats.CurrMana/(PlayerStats.MaxMana-PlayerStats.ReservedManaFlat-PlayerStats.MaxMana*PlayerStats.ReservedManaPercent/100)
    The script does support auras. so 95% is 95% of your current max mana after auras.


    Originally Posted by jumpcloned View Post
    Any news about steam version?
    thx
    Just updated the script to support Steam, on the first page.


    PoE Autoflask & AutoScript, Improvements and updates.
  2. #77
    badplayer's Avatar Contributor
    Reputation
    151
    Join Date
    Dec 2013
    Posts
    70
    Thanks G/R
    3/101
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh. I just assumed it wasn't working since life doesn't seem to work.
    Code:
    currLifeRatio:=PlayerStats.CurrHP/(PlayerStats.MaxHP-PlayerStats.ReservedHPFlat-PlayerStats.MaxHP*PlayerStats.ReservedHPPercent/100)
    It says the same thing for health but if I use a 70% health aura and have it set to logout at 30% it'll log me out instantly.


    Actually never mind, i'm wrong. It works properly if you open the script after you put the life aura on.
    Last edited by badplayer; 12-18-2013 at 06:41 PM. Reason: i'mwrong

  3. #78
    rodofrn's Avatar Sergeant
    Reputation
    3
    Join Date
    Aug 2011
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can you answer my question plz?? thx

  4. #79
    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)
    Originally Posted by rodofrn View Post
    is it possible to talk in the other 10 Chats, now you only have 1-10, but there are 1-20 Chat Windows..!
    ef03f5afd4a2591e9e2b1774797f861c.png

    if you want to get technical...

    And most people will only use 1-10, which I would assume why they are the only ones accounted for in the script.

  5. #80
    dgnguyenz's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    look like a great program, thank you, can you give me the download link i can't seem to find it on the forum.

  6. #81
    rodofrn's Avatar Sergeant
    Reputation
    3
    Join Date
    Aug 2011
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    most people use 1-20..!

  7. #82
    gurud's Avatar Contributor CoreCoins Purchaser
    Reputation
    129
    Join Date
    Oct 2013
    Posts
    223
    Thanks G/R
    2/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by rodofrn View Post
    most people use 1-20..!
    Just change this line:

    Code:
          If A_Index = 10
          Break
          else
          Sleep, 100
    to this:

    Code:
          If A_Index = 20
          Break
          else
          Sleep, 250
    If it disconnects you increase the sleep.

    I might add an option later in the gui to choose the trade channels you want to send.

    Originally Posted by dgnguyenz View Post
    look like a great program, thank you, can you give me the download link i can't seem to find it on the forum.
    Added a Compiled .exe in the first post.
    Last edited by gurud; 12-19-2013 at 08:13 AM.

  8. #83
    polo2005's Avatar Member
    Reputation
    1
    Join Date
    Oct 2011
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    please add an option for instant potions

    also an option to change hotkeys would be ideal too, as i for example is running my /oos on f1 and my trade script on f2

  9. #84
    reevolve'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)
    Originally Posted by polo2005 View Post
    please add an option for instant potions
    you can use the override flask duration and set to 1 for that particular flask

  10. #85
    gurud's Avatar Contributor CoreCoins Purchaser
    Reputation
    129
    Join Date
    Oct 2013
    Posts
    223
    Thanks G/R
    2/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    UPDATE 12/19/2013

    Added Support for Instant Flasks (Seething, Bubbling and Panicked), The script will now recognize automatically if you have a instant flask.

    The delay is set to 205 ms, It takes the game 200 ms to update your health/mana, so if you reduce the delay it will use the potion more than one time, and that means waste.

    Keep in mind Panicked will only be instant if you are in Low Life (35% health or less)

    Originally Posted by polo2005 View Post
    please add an option for instant potions
    lol
    Last edited by gurud; 12-19-2013 at 09:00 PM.

  11. #86
    dgnguyenz's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank you, Awesome program

  12. #87
    polo2005's Avatar Member
    Reputation
    1
    Join Date
    Oct 2011
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gurud View Post
    UPDATE 12/19/2013

    Added Support for Instant Flasks (Seething, Bubbling and Panicked), The script will now recognize automatically if you have a instant flask.

    The delay is set to 205 ms, It takes the game 200 ms to update your health/mana, so if you reduce the delay it will use the potion more than one time, and that means waste.

    Keep in mind Panicked will only be instant if you are in Low Life (35% health or less)



    lol
    well that didn't make much sense soz, i meant please add an option to turn of auto-instant potion or an option to turn of a specific potion slot, i'm playing semi manual with it and my remove bleed flask is an instant potion, so when i drop down i down want it to starts spamming like all of the charges instantly
    (runnig 1 standard 1 instant)

    Also forgot to mention, thakns for the great work
    Last edited by polo2005; 12-20-2013 at 01:27 AM.

  13. #88
    gurud's Avatar Contributor CoreCoins Purchaser
    Reputation
    129
    Join Date
    Oct 2013
    Posts
    223
    Thanks G/R
    2/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by polo2005 View Post
    well that didn't make much sense soz, i meant please add an option to turn of auto-instant potion or an option to turn of a specific potion slot, i'm playing semi manual with it and my remove bleed flask is an instant potion, so when i drop down i down want it to starts spamming like all of the charges instantly
    (runnig 1 standard 1 instant)

    Also forgot to mention, thakns for the great work
    an option to turn off a specific potion slot can be doable, i'll keep that in mind, but i'm working in something else at the moment.

  14. #89
    gurud's Avatar Contributor CoreCoins Purchaser
    Reputation
    129
    Join Date
    Oct 2013
    Posts
    223
    Thanks G/R
    2/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zioflippo View Post
    hmm...im sorry coz i dont know how to use this. i've already install autohotkey and download gurud PoE AutoFlask 12.19.2013. i open my game, select char and login. after that i tried to start the PoE AutoFlask program and an error comes up.

    Attachment 16565

    ive tried to read all over again but seem cant find the solution. can someone please teach me on this? tq
    Are you using steam? if so you need to click the checkbox "Using Steam"

    If you start the PoE Autoflask before you open the game the same error happens?

  15. #90
    gurud's Avatar Contributor CoreCoins Purchaser
    Reputation
    129
    Join Date
    Oct 2013
    Posts
    223
    Thanks G/R
    2/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zioflippo View Post
    nop..im using garena launcher and i try it manually (dont know if its works without bot coz i dont have one). i've try to start PoE Autoflask before the game and its look fine. only got error when try to open it after the game start.
    Garena is another server, and is a different client, if it works great, but this script does not support the garena version yet.
    Last edited by gurud; 12-20-2013 at 05:39 PM.

Page 6 of 182 FirstFirst ... 234567891056106 ... LastLast

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. Replies: 479
    Last Post: 08-17-2009, 10:33 PM
  3. [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
  4. Enchant Scam Improved and maybe unbannable
    By BlackFog in forum WoW Scam Prevention
    Replies: 13
    Last Post: 01-25-2008, 02:37 PM
All times are GMT -5. The time now is 02:38 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search