PoE Autoflask & AutoScript, Improvements and updates. menu

User Tag List

Page 40 of 182 FirstFirst ... 36373839404142434490140 ... LastLast
Results 586 to 600 of 2721
  1. #586
    datz's Avatar Active Member
    Reputation
    22
    Join Date
    Aug 2013
    Posts
    532
    Thanks G/R
    166/19
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can u add a macro for /hideout?

    PoE Autoflask & AutoScript, Improvements and updates.
  2. #587
    Shiznitttt's Avatar Member
    Reputation
    3
    Join Date
    Aug 2014
    Posts
    94
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    First I would like to thank you for all the hard work that is required to keep this great tool up to date.

    My question is everything works great BUT my Atziri's Promise flask are not being utilized while script is on. I have tried turning off and on the resists check boxes. Everything else is working great Life flask, and Quicksilver.

    Thanks in advance.

  3. #588
    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 Shiznitttt View Post
    First I would like to thank you for all the hard work that is required to keep this great tool up to date.

    My question is everything works great BUT my Atziri's Promise flask are not being utilized while script is on. I have tried turning off and on the resists check boxes. Everything else is working great Life flask, and Quicksilver.

    Thanks in advance.

    Just got this flask to test it myself and it seems to be working with the "Min Life % to Use Elemental Resist Flask"
    Last edited by gurud; 09-19-2014 at 03:50 PM.

  4. #589
    Peage's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello Gurud , thanks for sharing this one , it's really helpfull.
    I have decided to go an low life build , and i am surprise , there is in any way to fixe that , when we " Disable " the auto quit method , we do our aura ( -95% life ) in the Hidehouse and active the autoquit , if we don't go in town ( max life recovery because no aura cast in town ) and go directly in map etc there is no problem.

    If i disable autoquit , cast aura , enable autoquit -> go town -> go in map i get instant disco. Same if you don't disable the auto quit , and cast aura.

  5. #590
    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 ON 09/19/2014

    Change Logs:

    1. Fixed bugs on health % per hit feature (sorry for the delay)

    2. Added option to use removal flask of curses and corrupted blood

    3. Changed the Hotkeys Configuration, now it should support all keys, mouse etc.

    4. Added Hotkey to use the hideout command.

    5. Changed the autoquit methot "kill process" to (ALT + F4) because of this: chris_wilson be talkin' 'bout RIP. Screen Froze / I Crashed ? #1 Beyond

    Full changes:
    https://github.com/Guruds/PoE_MultiS...c31f168a806b5e

  6. #591
    Peage's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you Gurud , i will try this right now.

  7. #592
    datz's Avatar Active Member
    Reputation
    22
    Join Date
    Aug 2013
    Posts
    532
    Thanks G/R
    166/19
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks gurud <3

  8. #593
    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)
    Thx for the update, just noticed one issue. When using the portal option, after opening up the inventory and hitting the key it will continuously try to click on the wp on the minimap icon. Also would it be possible to add in the spacebar button as a customizable button?
    Last edited by ReadyToKill; 09-20-2014 at 05:34 PM.

  9. #594
    An7hrax's Avatar Active Member
    Reputation
    43
    Join Date
    Jul 2007
    Posts
    184
    Thanks G/R
    20/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Been trying this tool the last couple of days and all i can say is that i love it!

    Tried to add in so the tool holds down ctrl when i have the wp screen up but couldnt get it to work so i'm using my own little ahk hack for it, however it eats up a lot of memory and i was woundering if you could add something like this in to your tool?:
    Code:
    Loop
    {
    	Loop
    	{
    	PixelGetColor, color, 51, 190
    	   if color = 0x2B8AC3
    	      break
    	sleep 300
    	}
    	while color == 0x2B8AC3 {
    		send {RCtrl down}		
    		sleep 300
    		PixelGetColor, color, 51, 190		
    	}
    	send {RCtrl up}
    }

  10. #595
    immor's Avatar Active Member
    Reputation
    20
    Join Date
    Mar 2008
    Posts
    68
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by An7hrax View Post
    Tried to add in so the tool holds down ctrl when i have the wp screen up but couldnt get it to work so i'm using my own little ahk hack for it, however it eats up a lot of memory and i was woundering if you could add something like this in to your tool?:
    Code:
    IfWinActive Path of Exile ahk_class Direct3DWindowClass
    {
    	SendMode Input
    	if (IsInGame(hwnd))
    	{
    		if (PlayerStats.ChatStatus!="" && PlayerStats.ChatStatus=65536)
    		{
    			if (PlayerStats.PanelWaypoint=65537)
    			{
    				GetKeyState, stateRCTRL, RCtrl
    				if stateRCTRL = U
    				{
    					SendInput, {RCtrl Down}
    					OnetimeNotification := true
    					if (trayNotifications)
    					{
    						TrayTip, Waypoint panel detected!, CTRL key: DOWN, 1
    					}
    				}
    			}
    			else
    			{
    				if (OnetimeNotification)
    				{
    					GetKeyState, stateRCTRL, RCtrl
    					if stateRCTRL = D
    					{
    						SendInput, {RCtrl Up}
    						OnetimeNotification := false
    						if (trayNotifications)
    						{
    							TrayTip, Waypoint panel closed!, CTRL key: UP, 1
    						}
    					}
    				}
    			}
    		}
    	}
    }
    else
    {
    	if (OnetimeNotification)
    	{
    		GetKeyState, stateRCTRL, RCtrl
    		if stateRCTRL = D
    		{
    			SendInput, {RCtrl Up}
    			OnetimeNotification := false
    			if (trayNotifications)
    			{
    				TrayTip, Releasing CTRL Key!, Path of Exile is no longer your active window!`n> CTRL key: UP, 2
    			}
    		}
    	}
    }
    I think this should pretty much do what you want... Full file on github > here
    Last edited by immor; 09-20-2014 at 11:08 PM. Reason: some minor fixing & polishing

  11. #596
    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)
    hmmm at random times when i try to type /global 2 or whatever chan, etc it will bring up the world map and seem to press the T button either enable or disabling my aura.


    Actually it seems to happen if i edit anything in config hotkey section, and as i randomly type enter after typing something it will, bring up the world menu and either enable/disable the aura in T button.
    Last edited by ReadyToKill; 09-21-2014 at 10:57 AM.

  12. #597
    oxyelite's Avatar Member
    Reputation
    1
    Join Date
    Feb 2013
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the update, but the new remove curse option is double triggering my speed pot with curse immunity only when I'm running around. (I have auto sprint pot on. no mobs nearby)

    Also, the use mana part of the script sometimes bugs out and doesnt use the mana pot when I am at almost zero mana. It uses it like 3 seconds+ later after Im staring at the globe. It might just be my mana pot use time being too long but I am not sure yet if anyone else wants to confirm/deny.

  13. #598
    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)
    Question does this support Divination Distillate. Like if Im going to kill A unique boss or Mob Rare mob etc?

  14. #599
    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)
    No, if you use the IQ/IR Flask disable the slot you have the flask assigned to and and manually flask when it is time to cull.

  15. #600
    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)
    This is from immor he made it so you can quickly go from City of Sarn From sarn encampment for farming strong boxes!! It will always ctrl click into City of sarn and then normal click back into Sarn encampment.

    Thanks man

    https://github.com/imm0r/PoE_MultiSc...8?diff=unified
    Last edited by kevel1; 09-25-2014 at 06:31 AM.

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 11:52 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