PoE Autoflask & AutoScript, Improvements and updates. menu

User Tag List

Page 8 of 182 FirstFirst ... 45678910111258108 ... LastLast
Results 106 to 120 of 2721
  1. #106
    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)
    logout works fine for me, however i cant open up the client again after i minimize it to trace by clicking on the x. is this intensional behavior?

    PoE Autoflask & AutoScript, Improvements and updates.
  2. #107
    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)
    I only see 1 "gui, show" so I don't think there is a way to get it back at the moment once you x out of it.

    You can add things to get the ui back after you close it if you want though.
    Like a hotkey to showgui
    Code:
    f9:
    gui, show
    return
    or change the default tray behavior to show the ui if you click on the little H in your tray.
    add this somewhere near the top of the script
    Code:
    Menu, Tray, Click, 1
    Menu,Tray,Add,showui,showui
    Menu,Tray,Default,showui
    then this at the bottom
    Code:
    showui:
    gui, show
    Return
    There are probably better ways to do the latter.

  3. #108
    skildpadde's Avatar Member
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    monster remaning wil be awesome to add

  4. #109
    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)
    Thats a great idea, i just edited the code slightly, so you can try and copy and paste this info into the script. Gurud, i just slightly edited your TradeChat code, i ain't a coder, so you or someone else might want to fix whatever is wrong with it, however the command works fine for me.



    MobsRemaining()
    {
    IfWinActive Path of Exile ahk_class Direct3DWindowClass
    {
    BlockInput On
    SendMode Input
    loop
    {
    Send {ENTER}
    Send /remaining
    Send {ENTER}
    Sleep, 100
    Break
    }
    BlockInput Off
    }
    Else
    return
    }



    also here is the trigger


    F12::
    MobsRemaining()
    return
    Last edited by ReadyToKill; 12-26-2013 at 01:55 PM.

  5. Thanks Dungamer (1 members gave Thanks to ReadyToKill for this useful post)
  6. #110
    jackus's Avatar Active Member
    Reputation
    58
    Join Date
    Aug 2006
    Posts
    802
    Thanks G/R
    1/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I downloaded your EXE. Is there any way I can edit your hotkeys? Coz I use F1-5 for skills..

  7. #111
    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 jackus View Post
    I downloaded your EXE. Is there any way I can edit your hotkeys? Coz I use F1-5 for skills..
    The source is in the first post, just change the hotkeys on the script.

  8. #112
    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 12/27/2013

    Change Log:

    1. Changed the GUI:

    ---Added Instant Flask Delay Slide Bar.
    ---Added Disable Auto Flask on Specific Slots
    ---Added Multiple Configurations Support
    ---Now Auto-Saves Changes on GUI.



    2. Now the Script Correctly reads the duration of the flask's with duration modifiers (Bubbling, Saturated, Catalysed), (Still does not read Herbalism passive, and Belt's Of Savouring)
    ---Bubbling is not counted as an Instant Flask anymore (should i change this?)

    3. Added a Send /oos Command (Resync) Hotkey [F1]

    4. Added a Send /remaining Command Hotkey [F2]

    5. Added a Read Weapon DPS Command Hotkey [Ctrl + C] On a item. (Credits to whoever made this, probably Clif4D, using as base mcpower itemlevel script.)

    6. Now the Trade Message sends to channel 1-15

    7. Added a Menu in the Script Tray Icon to Open the Configuration Window again. (thanks for the idea badplayer)

    8. Now the Hotkeys are:

    [F1] --- Use Resync Command
    [F2] --- Use Remaining Command
    [F4] --- Test Exit to Log In Screen
    [F10] -- Send Last Chat Message to Trade Channels 1-15
    [F11] -- Test Exit to Character Selection
    [F12] -- Test Use Portal
    [Ctrl + C] - On a Item for DPS Calculator.
    Last edited by gurud; 12-27-2013 at 08:05 AM.

  9. Thanks Dungamer (1 members gave Thanks to gurud for this useful post)
  10. #113
    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)
    Awesome work on this amazing script, i do have a question though, where in the script do i go to manually edit the override duration delay? the slider only has 0-1 sec option, i usually have mines set to about 1.5 sec delay, otherwise i notice my pots get spammed too quickly or perhaps you can adjust the slider to support up to 2 sec or whatever, etc

  11. #114
    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 ReadyToKill View Post
    Awesome work on this amazing script, i do have a question though, where in the script do i go to manually edit the override duration delay? the slider only has 0-1 sec option, i usually have mines set to about 1.5 sec delay, otherwise i notice my pots get spammed too quickly or perhaps you can adjust the slider to support up to 2 sec or whatever, etc
    I took out the override duration delay, but you can just change in the config.ini file the InstantFlaskDelay=50 to 150, that will work.

    Next time i update i can put it at 2 sec.

  12. #115
    Apocalypse59's Avatar Knight
    Reputation
    17
    Join Date
    Apr 2012
    Posts
    221
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This update is simply amazing, thank you for all your incredible work Gurud!

  13. #116
    Apocalypse59's Avatar Knight
    Reputation
    17
    Join Date
    Apr 2012
    Posts
    221
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just wanted to report something.
    The new change to 1-15 Trade is causing timing problems.
    What I mean is that it will miss a channel and spam twice in one, essentially skipping channels.
    Would love to see if anyone else is having the same issue.

  14. #117
    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)
    Ok, i tried to use the exit to character selection cmd key, but it isn't working for me, don't know if i messed it up cause i edited the script or whatnot, but i also tried in the original script and it is not working for me as well. I also have one other suggestion, you know when you press ctrl + c and get the items, dps, lvl etc, see how it breaks you out of the game and goes to the desktop to give you the items info, is it possible to configure it, so that it does this all while remaining in the game like how the script below does it?


    https://www.pathofexile.com/forum/vi.../594346/page/1

    direct download link https://github.com/Nipper4369/POEiLv...ive/master.zip

  15. #118
    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)
    Stupid double post.
    Last edited by ReadyToKill; 12-27-2013 at 11:08 AM. Reason: Stupid double post.

  16. #119
    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)
    This was the closes line i could find that looked similar to what you typed InstantFlaskDelay := 50, so is this the part i need to edit to 150?

    I couldn't get it to work, i even set that value at 1000, and it was still spamming it at like half a sec intervals.

  17. #120
    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 Apocalypse59 View Post
    Just wanted to report something.
    The new change to 1-15 Trade is causing timing problems.
    What I mean is that it will miss a channel and spam twice in one, essentially skipping channels.
    Would love to see if anyone else is having the same issue.
    Thought i had fixed that... i Increased the delay now it should work.

    Originally Posted by ReadyToKill View Post
    Ok, i tried to use the exit to character selection cmd key, but it isn't working for me, don't know if i messed it up cause i edited the script or whatnot, but i also tried in the original script and it is not working for me as well. I also have one other suggestion, you know when you press ctrl + c and get the items, dps, lvl etc, see how it breaks you out of the game and goes to the desktop to give you the items info, is it possible to configure it, so that it does this all while remaining in the game like how the script below does it?


    https://www.pathofexile.com/forum/vi.../594346/page/1

    direct download link https://github.com/Nipper4369/POEiLv...ive/master.zip
    It's Possible, but not in fullscreen, i'll make an if statement later so if you not in fullscreen it will use a tooltip instead of a msgbox, but working on something else atm.

    I changed the Instant Flask Delay slider range to 2 seconds max.

    edit: And fixed the Exit to Character Selection Hotkey

    So just download it again.
    Last edited by gurud; 12-27-2013 at 12:03 PM.

Page 8 of 182 FirstFirst ... 45678910111258108 ... 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 08:43 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