PoE Autoflask & AutoScript, Improvements and updates. menu

User Tag List

Page 52 of 182 FirstFirst ... 2484950515253545556102152 ... LastLast
Results 766 to 780 of 2721
  1. #766
    Druzil01's Avatar Member
    Reputation
    7
    Join Date
    Mar 2014
    Posts
    93
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ctrl-Key Bug still exist!

    PoE Autoflask & AutoScript, Improvements and updates.
  2. #767
    turbokanake2's Avatar Member
    Reputation
    1
    Join Date
    Oct 2014
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Druzil01 View Post
    Ctrl-Key Bug still exist!
    You can always disable it.
    ----------------------------------------
    Option to pop more than one flask at a time would be awesome.
    Like when you go under 75% hp pop single life flask.
    Another % under what it would pop all the life flasks you have.

  3. #768
    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)
    Even with the Ctrl key disabled, there is still a bug present, where it will randomly act as if the button is held down at times.

  4. #769
    laziale's Avatar Member
    Reputation
    2
    Join Date
    Sep 2014
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    tnx Gurud!
    but
    in main post you dont change date of update
    "ChangeLog:
    Code:
    UPDATE ON 10/05/2014
    UPDATE ON 10/05/2014"

  5. #770
    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)
    Originally Posted by RinseAndRepeat View Post
    This is for the first time ever that i consider to donate to a stranger, because your work is nothing but gold.
    Going to donate you some bucks now and then every time i get may monthly salary.

    Thanks Gurud
    I totally agree RinseAndRepeat! Made a donation. Really appreciate the script Gurud. My quicksilvers aren't working either.

  6. #771
    Groo69's Avatar Member
    Reputation
    1
    Join Date
    Sep 2013
    Posts
    23
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ignore please working
    Last edited by Groo69; 10-27-2014 at 10:22 AM.

  7. #772
    laziale's Avatar Member
    Reputation
    2
    Join Date
    Sep 2014
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sorry for post. program is ok!
    Last edited by laziale; 10-28-2014 at 02:26 AM.

  8. #773
    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 10/28/2014

    Change Logs:

    1. Updated Offsets for Taiwan client ver. G1.4.0

  9. #774
    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)
    Gurud, see how you have the option to enable the quicksilver flask to auto flask at 40% or 20%, etc, would it be possible to add in this feature for the Divination distillate flask, basically set it to auto flask if it is full and leave at least 50% charge, so you could manually press it if needed for bosses etc, the autoflasking would probably be handy for mobs, etc

    Also right now, the script doesn't really treat the divination flask as a life flask, it will spam all your hp type flask first and only when you run out, it will use the flask, last, this setup works well normally, but it wouldn't work well under the lowlife setup.
    Last edited by ReadyToKill; 10-30-2014 at 11:47 AM.

  10. #775
    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)
    wtf is all thet about alot of times i got that no respons thing when i open the pogram ?

  11. #776
    KuroKim's Avatar Member
    Reputation
    1
    Join Date
    Oct 2014
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you add a function to identify items with only click on them? Something like DPS Calc, but use your Scroll of Wisdom, that placed somewhere near the Portal scrolls (for "Use a Portal" function").
    Last edited by KuroKim; 11-01-2014 at 12:18 PM.

  12. #777
    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)
    i use this code to id items, just copy it somewhere in the script also u can customize the xbutton1 to what you want it too. Also make sure Scrolls are in 1st roll 2nd column slot or change the coordinates to what you want.


    xbutton1::Identify() ; Assign Insert to Identify
    ; You can also put another orb in place of the scroll to quickly craft items for example
    ; use armour scraps to +20 the item, put the scrape inplace of the scroll and place mouse ;cursor over item and hold insert key to automax the item.


    Identify(){
    BlockInput On
    SetDefaultMouseSpeed 0
    MouseGetPos, xpos, ypos ; 1075,650 identify scroll location
    MouseClick, right, 1075,650,1,2 ; Scrolls 1st roll 2nd column slot
    MouseClick, left, xpos, ypos,1,2
    BlockInput Off
    return
    }

    Label8:
    WinGet, window, ID, A ; Use the ID of the active window.
    Toggle_Window(window)
    return

  13. #778
    KuroKim's Avatar Member
    Reputation
    1
    Join Date
    Oct 2014
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ReadyToKill View Post
    i use this code to id items, just copy it somewhere in the script also u can customize the xbutton1 to what you want it too. Also make sure Scrolls are in 1st roll 2nd column slot or change the coordinates to what you want.


    xbutton1::Identify() ; Assign Insert to Identify
    ; You can also put another orb in place of the scroll to quickly craft items for example
    ; use armour scraps to +20 the item, put the scrape inplace of the scroll and place mouse ;cursor over item and hold insert key to automax the item.


    Identify(){
    BlockInput On
    SetDefaultMouseSpeed 0
    MouseGetPos, xpos, ypos ; 1075,650 identify scroll location
    MouseClick, right, 1075,650,1,2 ; Scrolls 1st roll 2nd column slot
    MouseClick, left, xpos, ypos,1,2
    BlockInput Off
    return
    }

    Label8:
    WinGet, window, ID, A ; Use the ID of the active window.
    Toggle_Window(window)
    return
    Em... :confused: Can you explain how to do this? More details please...

    Oh understand. Done it, but have a error about "Toggle_Window(window)" and script doesn't work.
    Last edited by KuroKim; 11-01-2014 at 05:50 PM.

  14. #779
    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)
    hmm try remove the

    Label8:
    WinGet, window, ID, A ; Use the ID of the active window.
    Toggle_Window(window)
    return

    not sure why i have it in there, but the script still seems to work fine wiht the id scroll feature working with that code removed.

  15. #780
    KuroKim's Avatar Member
    Reputation
    1
    Join Date
    Oct 2014
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Now it works, but not tested in the game, check out later. Also identify button is RightClick?


    Tested in game. Still doesn't work, mouse takes Scroll of Wisdom, left click it, move to an item, not identify it, and placed the scroll on its old place.
    Last edited by KuroKim; 11-02-2014 at 04:05 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. [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
All times are GMT -5. The time now is 03:08 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