PoEapikit for Scourge League (3.16) menu

User Tag List

Page 3 of 6 FirstFirst 123456 LastLast
Results 31 to 45 of 88
  1. #31
    Savagehacks's Avatar Member
    Reputation
    1
    Join Date
    Apr 2017
    Posts
    6
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello thank you for releasing this. I was wondering what the best settings for the auto flask would be. My quick silver seems to activate if i run for a few seconds how can i make all my flasks do this? Also when i have more then 1 health and mana flask it seems to spam them repeatedly when its not needed. Thank you!

    PoEapikit for Scourge League (3.16)
  2. #32
    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 Savagehacks View Post
    Hello thank you for releasing this. I was wondering what the best settings for the auto flask would be. My quick silver seems to activate if i run for a few seconds how can i make all my flasks do this? Also when i have more then 1 health and mana flask it seems to spam them repeatedly when its not needed. Thank you!
    In Settings.ahk, there are several variables for flasks, set 'MonsterThreshold' to 0 to trigger utility flasks when attack any time.
    I also have more than 1 life flask, and didn't notice the problem, I'll try to figure it out, thanks.

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

  3. #33
    Savagehacks's Avatar Member
    Reputation
    1
    Join Date
    Apr 2017
    Posts
    6
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by conajer View Post
    In Settings.ahk, there are several variables for flasks, set 'MonsterThreshold' to 0 to trigger utility flasks when attack any time.
    I also have more than 1 life flask, and didn't notice the problem, I'll try to figure it out, thanks.

    Code:
    ; Flasks
    global LifeThreshold := 80
    global ManaThreshold := 30
    global ChargesPerUseLimit := 30
    global MonsterThreshold := 10
    global AlwaysRunning := true
    Thank you for the fast reply. Also was wondering if it was possible to set the attack key to my right click on my mouse? That is what i use for my main skill im just not sure how to put that into the settings.

  4. #34
    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 Savagehacks View Post
    Thank you for the fast reply. Also was wondering if it was possible to set the attack key to my right click on my mouse? That is what i use for my main skill im just not sure how to put that into the settings.
    Set AttackSkillKey := "RButton" in Settings.ahk.
    Be sure to restart PoEapikit to update to the latest version.

  5. #35
    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 sharpes123 View Post
    For some reason I can only get maphack to work now.
    I updated a new version, maybe it solved the problem.

  6. #36
    sharpes123's Avatar Active Member

    Reputation
    16
    Join Date
    Sep 2008
    Posts
    213
    Thanks G/R
    1/1
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by conajer View Post
    I updated a new version, maybe it solved the problem.
    Was getting errors on line 22, compared the auto-updated version to the git release and the auto updated version was missing files.

    Working like a charm now. Thanks for the fast updates boss.
    Last edited by sharpes123; 10-26-2021 at 09:07 PM.

  7. #37
    poelove155's Avatar Member
    Reputation
    1
    Join Date
    Oct 2019
    Posts
    36
    Thanks G/R
    6/0
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Flask not working anymore not using life flask

  8. #38
    qayqay's Avatar Member
    Reputation
    1
    Join Date
    Oct 2021
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sadly all flask stopped working for me

  9. #39
    vietlanh19's Avatar Member
    Reputation
    1
    Join Date
    Sep 2016
    Posts
    22
    Thanks G/R
    9/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by conajer View Post
    I updated a new version, maybe it solved the problem.
    Hi, I did a chaos rep and got an error. Need more Amulet.
    You can fix it , thanks a lot .
    I really enjoy using your tool

    https://i.upanh.org/2021/10/27/312321312312.png

  10. #40
    weeman12321's Avatar Member
    Reputation
    1
    Join Date
    Aug 2015
    Posts
    10
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When i use the auto update button it seems to break the program. I got the same error this time and last update aswell when autoupdating. Downloading from github again and it works perfectly

  11. #41
    VioletVibes's Avatar Active Member
    Reputation
    60
    Join Date
    Oct 2021
    Posts
    85
    Thanks G/R
    3/56
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by conajer View Post
    You need edit PoEapikit.ahk and remove red codes from it. For other hotkeys, just remove the associated codes.

    Code:
    ^r::
    Reload() {
        Reload
    }
    
    ^q::
    ExitApp() {
        ExitApp
    }
    Figured it out, removed all the functions etc I don't need, works like a charm, thank you!

  12. #42
    weeman12321's Avatar Member
    Reputation
    1
    Join Date
    Aug 2015
    Posts
    10
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When using the same settings i used for 1.6.1 with new update, when using the attack button it uses flask in 1st slot no matter what flask is there and it never uses quicksilvers, mana and life flasks anymore. Am i dumb or is something broken?

  13. #43
    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 vietlanh19 View Post
    Hi, I did a chaos rep and got an error. Need more Amulet.
    You can fix it , thanks a lot .
    I really enjoy using your tool

    https://i.upanh.org/2021/10/27/312321312312.png
    Code:
    global VendorTabFullRareSets := "3"
    You can change the tab name '3' to any other name you like, but it must be unique.
    If you changed the order of tabs, you must restart PoEapikit.
    Be sure the item level of items are not less then 60. If it still don't work, let me know.
    Thanks.

  14. Thanks vietlanh19 (1 members gave Thanks to conajer for this useful post)
  15. #44
    weeman12321's Avatar Member
    Reputation
    1
    Join Date
    Aug 2015
    Posts
    10
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    tried 1.6.1 again and flasks are broken there aswell

  16. #45
    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)
    Updated new version which fixed flasks.

  17. Thanks hurrhurr1, weeman12321 (2 members gave Thanks to conajer for this useful post)
Page 3 of 6 FirstFirst 123456 LastLast

Similar Threads

  1. PoEapikit for Ultimatum League (3.14)
    By conajer in forum PoE Bots and Programs
    Replies: 163
    Last Post: 10-20-2022, 12:24 PM
  2. [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
  3. PoEapikit for Expedition League (3.15)
    By conajer in forum PoE Bots and Programs
    Replies: 44
    Last Post: 10-25-2021, 05:21 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 06:52 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