PoE Autoflask & AutoScript, Improvements and updates. menu

User Tag List

Page 35 of 182 FirstFirst ... 31323334353637383985135 ... LastLast
Results 511 to 525 of 2721
  1. #511
    Str0be's Avatar Member
    Reputation
    2
    Join Date
    Feb 2007
    Posts
    93
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    With the new patch, with the new option set to 0% es (Since I don't see anywhere that I can just turn that feature off that I am aware of..) I have 110 ES, don't really need it it's just there... anyway the moment it hits 0 from any form of attack it logs me out. Any ideas how to fix this?

    Edit: Nevermind the above, I changed the AutoQuit: Maax Life % Per Hit to Quit back to 50% and it fixed the ES problem...? :O
    Last edited by Str0be; 08-29-2014 at 04:38 AM. Reason: Nvm

    PoE Autoflask & AutoScript, Improvements and updates.
  2. #512
    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 bibby2013 View Post
    For that added feature, does it log out before the hit registers? because I am having trouble seeing the application of it since say u set it to 20%, but ur auto log hp would be say 30%... if u weren't hit by anything that hits u for over 30% of ur hp until u were down to 30% or so, u'd still die.

    P.S thanks for the update, appreciate it.
    Considering the above If you HP is at 80% and you take a hit of 20%, your hp would be at 60% and you would logout, if there is no hit bigger then 20% of you max life you would still logout at 30% from the min hp to logout.


    I added it mostly to counter monsters that 2 or 3 hit you, because if a monster hit you for 50% of your life, next hit you might be dead, so that 30% min hp to logout had no effect in this case.
    Last edited by gurud; 08-29-2014 at 06:20 AM.

  3. #513
    bibby2013's Avatar Member
    Reputation
    1
    Join Date
    May 2013
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gurud View Post
    Considering the above If you HP is at 80% and you take a hit of 20%, your hp would be at 60% and you would logout, if there is no hit bigger then 20% of you max life you would still logout at 30% from the min hp to logout.


    I added it mostly to counter monsters that 2 or 3 hit you, because if a monster hit you for 50% of your life, next hit you might be dead, so that 30% min hp to logout had no effect in this case.
    Yeah, I understand that, but you can do the same with just setting ur hp log out to be like... 68% that way if ur hp gets hit by something that can do 1/3(33%) of ur hp, ur out and if ur at 68% and something hits u for 2/3(66%) of ur hp u can still get out with 2% hp left. But with the new feature, the risk i mentioned above still remains. But i mean, i guess it works better for ppl who don't wanna set their autoquithp so high.

  4. #514
    hokuto78's Avatar Active Member
    Reputation
    18
    Join Date
    Dec 2010
    Posts
    163
    Thanks G/R
    10/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bibby2013 View Post
    Yeah, I understand that, but you can do the same with just setting ur hp log out to be like... 68% that way if ur hp gets hit by something that can do 1/3(33%) of ur hp, ur out and if ur at 68% and something hits u for 2/3(66%) of ur hp u can still get out with 2% hp left. But with the new feature, the risk i mentioned above still remains. But i mean, i guess it works better for ppl who don't wanna set their autoquithp so high.
    This feature works very nice with low life ES builds. So thank you once again Gurud :gusta:

  5. #515
    Darklynk's Avatar Member
    Reputation
    1
    Join Date
    Aug 2014
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, I want to first say thank you Gurud for this amazing script! I love it :-). I downloaded it not too long ago and it adds so much to the game. I just downloaded the latest update. Everything is working but it is zooming in whenever it uses the flasks. Is that happening to anyone else? Anybody know how to stop it from doing that? Thanks Gurud :-)

  6. #516
    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)
    Hey Gurud, thx for releasing an updated version of the source, i do have a few questions though, before i was able to customize some of the features like



    CapsLock::
    desync=1
    return

    xbutton2:: xbutton2 is the 5th button on my mouse
    remaining = 1
    return

    `::
    UsePortal()
    return


    however if i change the label1 to CapsLock, etc it will give me an error is there any way to fix this? Furthermore, i was unable to get the portal working with my custom settings, also could not get it working under the default settings.


    In the older script for the portal section before you told me to change the Send {Space} and the Send {i} keys to get the portal working for my settings, Space key is to close all the panels and i would be inventory, however i changed them to f to close all panels and v to access inventory, under the new script, what parts would i need to change in order to get the portal working for my settings?


    ReadClientResolution(hwnd,w,h)
    Send {f} my changes to close panel
    Send {NumpadEnter}
    Send {Raw} /oos
    Send {NumpadEnter}
    Send {v} my changes to inventory
    ErrorLevel = 1
    Sleep, 50
    ScrollX:= (w/2)
    ScrollY:= (h/2)
    PixelSearch, ScrollX, ScrollY, ScrollX, ScrollY, w, h, 0xFFFFFF, 1, fast ;2b1d35 312238
    If ErrorLevel = 0
    {
    MouseMove, (ScrollX), (ScrollY),0
    If PortalInvCheck() = true
    {

    }
    Else If PortalInvCheck() = false
    {
    ScrollX:= (w/2)
    Loop
    {
    ErrorLevel = 1
    PixelSearch, ScrollX2, ScrollY2, ScrollX, ScrollY, (ScrollX+50), (ScrollY+10), 0xFFFFFF, 1, fast ;0xFBFBFB, 4, fast ;2b1d35 312238
    If ErrorLevel = 0
    {
    MouseMove, (ScrollX2), (ScrollY2),0
    If PortalInvCheck() = true
    Break
    Else If PortalInvCheck() = false
    {
    Send {SPACE}
    MouseMove, (w/2), (h/2), 0
    BlockInput Off
    Return
    }
    }
    else
    {
    ScrollX:= (ScrollX+50)
    Continue
    }
    }
    }
    }
    Send {RButton}
    Send {f} my changes to close panel
    Sleep, 50
    MouseMove, (w/2), (h/2),0
    Sleep, 50
    Send {LButton}
    sleep, 250
    Loop
    {

    Thanks once again for the help.

  7. #517
    NotEvenRookieDeveloper's Avatar Member
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I can't remember if this has been covered already, but does the auto-/quit function spam all health and mana flasks before quitting?

    Would it make a difference in those precious split seconds where you're taking damage on the server before getting logged out?

  8. #518
    idsmoker's Avatar Member
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    23
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think I've found an odd bug in the current (v08.28.2014) script.

    When I remove a particular ring, I am immediately logged out... and until I kill the script, every time I log in, I am immediately logged out again. Once I kill the script, I am able to log in again, and the removed ring is on the pointer (waiting to be set down somewhere).

    This only happens with the following ring:
    PoE Autoflask & AutoScript, Improvements and updates.-poe_ring-gif

    I'm thinking the problem lies with the +Energy Shield mod and the new feature that was recently added?

  9. #519
    ShrekIII's Avatar Member
    Reputation
    3
    Join Date
    Jul 2012
    Posts
    26
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do you have chicken on ES activated?

  10. #520
    kevel1's Avatar Member
    Reputation
    4
    Join Date
    Jan 2013
    Posts
    338
    Thanks G/R
    13/3
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey wondering if you could add a way to auto enduring cry when hit or anything like that.?

  11. #521
    idsmoker's Avatar Member
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    23
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ShrekIII View Post
    Do you have chicken on ES activated?
    It doesn't seem to matter if the "Max ES % Per Hit" is set to 0 or 100, I get the same behavior.

    My current "Min Life/ES %" is set to 0 at the moment, if that matters.

    How do I de-activate it?

  12. #522
    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)
    is it possible for this script to use ele flasks with remove curse IF i have a curse on me?


    edit btw awesome script doesnt even give me fps drops like other chicken scripts

  13. #523
    DesperadoJay's Avatar Member
    Reputation
    5
    Join Date
    Jan 2014
    Posts
    26
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If I check the "Hold Shift while attacking" box, it bugs out my ability to pick up loot. Deselecting the box doesn't fix this and i have to log to character selection and reenter to fix this.

  14. #524
    Miseryk's Avatar Member
    Reputation
    1
    Join Date
    Jul 2014
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is working on steam? ;'(

  15. #525
    SpaceGuy119's Avatar Member
    Reputation
    9
    Join Date
    Aug 2014
    Posts
    324
    Thanks G/R
    7/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey-- i'm an experienced Path player, and have heard a lot about this program. My question is, how safe is it for hardcore? I have very good manual potion management. The only thing that really kills me is the unexpected burst or the x y and z mods being compiled together to instant rip me. In other words, it's the big nukes that kill me. Does this program/is there a setting in this program that may save me from the instant rips before I actually rip?...

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 05:55 PM. 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