PoEapikit for Ultimatum League (3.14) menu

User Tag List

Page 1 of 11 12345 ... LastLast
Results 1 to 15 of 164
  1. #1
    conajer's Avatar Contributor
    Reputation
    161
    Join Date
    Sep 2020
    Posts
    272
    Thanks G/R
    1/146
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)

    PoEapikit for Ultimatum League (3.14)

    Hey everyone,

    I updated PoEapikit for Ultimatum league.
    If you like PoEapikit, you can go to my Github or Patreon to support me or just reply this thread to let me know.

    You need AutoHotkey 1.1.33 or above to run the PoEapikit.

    [Source] [Release]

    Features:

    1. Show Monsters/Minions/Delve chests/Heist chests on overlay map.
    2. AutoFlask, AutoPickup, AutoQuit (run as administrator).
    3. Auto open chest, door, shrine, standing stone, lodestone, etc.
    4. Kill counter and statistics.
    5. Maphack support, if NOT run PoE as a limited user (Ctrl+m).
    6. Auto identify/sell/stash items(F3/F4).
    7. Auto trade quality gems, divination cards and full rare sets.
    8. AutoClicker, support 3 ways: Hold ctrl key and double click to enable it, hold ctrl+left mouse button, hold shift+left mouse button.
    9. Trader, a simple trade UI for convenience.
    10. Pricer (Hold Alt/Ctrl+Alt to show price of items in stash and inventory)
    11. [patreon only] Check price of selected item or search items online.
    12. [patreon only] Check price of items in curio displays.
    13. [patreon only] Show ratings of the syndicate members.
    14. [patreon only] Show price of the prophecies in prophecies panel.

    Additional languages:

    If you'd like to do some translation works, please download PoEapikit.pot, translate it and email to me: [email protected].
    Thank you.

    Hints:

    1. Use Settings.ahk to configure PoEapikit.
    2. AutoFlask drinks life/mana flask when life/mana are below the threshold and drinks utility flasks when you attack by using AttackSkillKey(default is w).
    3. AutoQuit's default level is 90, threshold is 20% of life + es. (autoQuitMinLevel, autoQuitThresholdPercentage)
    4. Set 'rarity' of MinimapSymbol to 0 to show normal monsters.
    5. Click 'Kills' label to show kills stats of recent maps.
    6. Press Alt+Ctrl will keep the prices showing until press Alt again.
    7. Press Shift+Alt will show the total price of a stack of items.
    Last edited by conajer; 06-06-2021 at 11:31 PM.

    PoEapikit for Ultimatum League (3.14)
  2. Thanks Silent_Warrior, Borpa, GameAssist, kissmy4ss, silentfull, DragoHorse, midlovoy, poeking99, armory236, PrusniiAndrei, Yezzus (11 members gave Thanks to conajer for this useful post)
  3. #2
    shaneomahony's Avatar Member
    Reputation
    4
    Join Date
    Apr 2019
    Posts
    29
    Thanks G/R
    11/3
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, Thanks for updating your software!

    Is there a way to use the auto-pickup function only?
    It's the best auto-pickup by a mile.

  4. #3
    conajer's Avatar Contributor
    Reputation
    161
    Join Date
    Sep 2020
    Posts
    272
    Thanks G/R
    1/146
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by shaneomahony View Post
    Hi, Thanks for updating your software!

    Is there a way to use the auto-pickup function only?
    It's the best auto-pickup by a mile.
    In settings.ahk, only set 'enabled' option of AutoPickup, set others to false.
    Code:
                            , "AutoPickup"    : { "enabled" : true, "range" : 50
                                                , "ignoreChests"      : false
                                                , "strictLevel"       : 0
                                                , "genericItemFilter" : "Incubator|Quicksilver|Basalt|Quartz|(Divine|Eternal) Life"
                                                , "rareItemFilter"    : "Jewel|Amulet|Ring|Belt" }

  5. Thanks shaneomahony (1 members gave Thanks to conajer for this useful post)
  6. #4
    Stignot's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how to use auto flask in 1.14?

  7. #5
    Borpa's Avatar Active Member BorpaSpin
    Reputation
    22
    Join Date
    Mar 2015
    Posts
    27
    Thanks G/R
    27/5
    Trade Feedback
    1 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you so much

  8. #6
    conajer's Avatar Contributor
    Reputation
    161
    Join Date
    Sep 2020
    Posts
    272
    Thanks G/R
    1/146
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Stignot View Post
    how to use auto flask in 1.14?
    In settings.ahk, set 'AttackSkillKey' to your main skill key. Use 'LButton' for left mouse button.

  9. #7
    teemo99's Avatar Member
    Reputation
    1
    Join Date
    Dec 2020
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi conajer,

    How does the Auto Flask (Life) mechanic work?
    I have a Forbidden Taste Quartz Flask, and my current settings are:

    ; Flasks
    global LifeThreshold := 80
    global ManaThreshold := 50
    global ChargesPerUseLimit := 30
    global MonsterThreshold := 10
    global AlwaysRunning := true

    When my life was at 50%, it did NOT trigger my Forbidden Taste Flask.
    But I noticed that when I get a huge blow where I am about to die (less than 10% life), my Forbidden Taste Flask gets activated.

    Question:
    What does the Life Threshold mean? 80% means I have less than 80% life? Or how did my Forbidden Taste Flask got activated?

    Thanks in advanced.
    Last edited by teemo99; 04-19-2021 at 01:18 PM.

  10. #8
    conajer's Avatar Contributor
    Reputation
    161
    Join Date
    Sep 2020
    Posts
    272
    Thanks G/R
    1/146
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by teemo99 View Post
    Hi conajer,

    How does the Auto Flask (Life) mechanic work?
    I have a Forbidden Taste Quartz Flask, and my current settings are:

    ; Flasks
    global LifeThreshold := 80
    global ManaThreshold := 50
    global ChargesPerUseLimit := 30
    global MonsterThreshold := 10
    global AlwaysRunning := true

    When my life was at 50%, it did NOT trigger my Forbidden Taste Flask.
    But I noticed that when I get a huge blow where I am about to die (less than 10% life), my Forbidden Taste Flask gets activated.

    Question:
    What does the Life Threshold mean? 80% means I have less than 80% life? Or how did my Forbidden Taste Flask got activated?

    Thanks in advanced.
    You can set 'ChargesPerUseLimit' to 40 or more to work around it. I'll fix it later, thanks.

  11. #9
    teemo99's Avatar Member
    Reputation
    1
    Join Date
    Dec 2020
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks that seems to do the trick!

  12. #10
    conajer's Avatar Contributor
    Reputation
    161
    Join Date
    Sep 2020
    Posts
    272
    Thanks G/R
    1/146
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by teemo99 View Post
    Thanks that seems to do the trick!
    'MonsterThreshold' option also affects the AutoFlask plugin, if there are less monters than 'MonsterThreshold', no flask used.
    Set 'MonsterThreshold' to 1 will trigger it more often.

    Originally Posted by teemo99 View Post
    Question:
    What does the Life Threshold mean? 80% means I have less than 80% life? Or how did my Forbidden Taste Flask got activated?
    Yes. All utility flasks will be used when life below 'LifeThreshold', if charges per use <= 'ChargesPerUseLimit' and neary monsters > 'MonsterThreshold'.
    For Forbidden Taste, I think you should set a lower 'MonsterThreshold'.

  13. #11
    teemo99's Avatar Member
    Reputation
    1
    Join Date
    Dec 2020
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by conajer View Post
    'MonsterThreshold' option also affects the AutoFlask plugin, if there are less monters than 'MonsterThreshold', no flask used.
    Set 'MonsterThreshold' to 1 will trigger it more often.



    Yes. All utility flasks will be used when life below 'LifeThreshold', if charges per use <= 'ChargesPerUseLimit' and neary monsters > 'MonsterThreshold'.
    For Forbidden Taste, I think you should set a lower 'MonsterThreshold'.
    Great will do that!

  14. #12
    kissmy4ss's Avatar Member
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    30
    Thanks G/R
    35/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Syntax Error.JPG
    Fresh copy gives this error, edited copy also has this error.

    Please advise.

  15. #13
    DragoHorse's Avatar Contributor
    Reputation
    153
    Join Date
    May 2009
    Posts
    223
    Thanks G/R
    10/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, I can't seem to get the maphack , logout , auto gem lvl to work
    showing monsters on map works
    updated to the latest version of AHK
    and I run POE as limited user

    I also think the autoflask for health uses to many flasks and too much as they are empty quiet fast

    Love the script tho!
    Last edited by DragoHorse; 04-19-2021 at 09:02 PM.

  16. #14
    conajer's Avatar Contributor
    Reputation
    161
    Join Date
    Sep 2020
    Posts
    272
    Thanks G/R
    1/146
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DragoHorse View Post
    Hey, I can't seem to get the maphack , logout , auto gem lvl to work
    showing monsters on map works
    updated to the latest version of AHK
    and I run POE as limited user
    If you run PoE as limited user then maphack and logout can't work.

  17. #15
    conajer's Avatar Contributor
    Reputation
    161
    Join Date
    Sep 2020
    Posts
    272
    Thanks G/R
    1/146
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kissmy4ss View Post
    Syntax Error.JPG
    Fresh copy gives this error, edited copy also has this error.

    Please advise.
    Can you run version 1.0.1 correctly? I can't locate the error through the screenshot, I only know that it is a AHK script error.

Page 1 of 11 12345 ... LastLast

Similar Threads

  1. [Release] PoEapikit for Ritual League (3.13)
    By conajer in forum PoE Bots and Programs
    Replies: 120
    Last Post: 03-14-2022, 02:14 AM
  2. [Trading] EU HS beta for euw League of Legends Stuff (account, rp, skins...) Skype inside
    By PizzaNinja in forum Hearthstone Buy Sell Trade
    Replies: 0
    Last Post: 10-23-2013, 01:38 PM
  3. A vouch for a League of Legends boosting site.
    By Broness in forum League of Legends
    Replies: 3
    Last Post: 03-25-2013, 12:05 AM
  4. Looking for a League of Legends bot
    By dinnerrollofdoom in forum MMO Exploits|Hacks
    Replies: 1
    Last Post: 11-21-2012, 03:20 AM
  5. [Selling] Boosting Low ELO Accounts for CHEAP! [ League of Legends]
    By itzjakelolz in forum General Trading Buy Sell Trade
    Replies: 0
    Last Post: 05-06-2012, 10:51 PM
All times are GMT -5. The time now is 01:05 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