PoEapikit - Make it easy menu

Shout-Out

User Tag List

Page 2 of 32 FirstFirst 123456 ... LastLast
Results 16 to 30 of 476
  1. #16
    xiuhcoatl's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I encounter a problem with the button "Q"
    Reworked the settings.ahk as always and now i looks like this:

    ; Attack and defense
    global AttackSkillKey := ""
    global SecondaryAttackSkillKey := ""
    global DefenseBuffSkillKey := ""
    global QuickDefenseKey := "2"
    global QuickDefenseAction := "245"
    global AruasKey := "!q!w!e!r!t"

    I have nowhere set the button "Q" anywhere - but when i press it i dont dash or use any other spell, but i use my flasks 245
    I had set "Q" in older leagues as my quick defense but thats long time ago and never had problem with setting it to "2"

    If i change the quick defense to "W" evrything works fine tho - only Q makes the problems.

    Any advice?

    PoEapikit - Make it easy
  2. #17
    zetk's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    42
    Thanks G/R
    30/0
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by conajer View Post
    If you set 'MonsterThreshold' for flasks, you should enable 'KillCounter'. Otherwise set 'MonsterThreshold' to 0.

    Edit: Use 'Hotkeys...' menu to remap attack skill key, 'AttackSkillKey' is obsoleted.
    I changed it even in hotkeys to LButton, but utility flasks just doesn't pop ať all.

  3. #18
    ehktupido's Avatar Member
    Reputation
    3
    Join Date
    Sep 2018
    Posts
    8
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This doesn't work in windows 7 right? It seems to need DCOMP.dll which is from windows 8 onward from what I've read

  4. #19
    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 xiuhcoatl View Post
    I encounter a problem with the button "Q"
    Reworked the settings.ahk as always and now i looks like this:

    ; Attack and defense
    global AttackSkillKey := ""
    global SecondaryAttackSkillKey := ""
    global DefenseBuffSkillKey := ""
    global QuickDefenseKey := "2"
    global QuickDefenseAction := "245"
    global AruasKey := "!q!w!e!r!t"

    I have nowhere set the button "Q" anywhere - but when i press it i dont dash or use any other spell, but i use my flasks 245
    I had set "Q" in older leagues as my quick defense but thats long time ago and never had problem with setting it to "2"

    If i change the quick defense to "W" evrything works fine tho - only Q makes the problems.

    Any advice?
    AttackSkillKey, QuickDefenseKey or other hotkeys are set up from 'Hotkeys...' menu now. Changing them in Settings.ahk should do nothing.

  5. #20
    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 zetk View Post
    I changed it even in hotkeys to LButton, but utility flasks just doesn't pop ať all.
    Code:
    global LifeThreshold := 80
    global ManaThreshold := 50
    global ChargesPerUseLimit := 50
    global MonsterThreshold := 5
    global AlwaysRunning := true
    Also set 'ChargesPerUseLimit' to a value greater than the minimum charges needed. Above are my setting, hope it help.

  6. #21
    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 ehktupido View Post
    This doesn't work in windows 7 right? It seems to need DCOMP.dll which is from windows 8 onward from what I've read
    I develop it on windows 10, and never give window 7 or 8 a try. Sorry about that, I don't have a windows 7/8 system to test it.
    FYI, dcomp.dll is a DirectX 2d library, it should be used in your system, perhaps with a different version, I am confused too.

    Originally Posted by duiliofrancis2 View Post
    Im using The Light Version(The GameHelper) Trade Companion, with AutoHotkey and its working. But yours not working. The 127 api.DLL problem is actually annoying hahaha
    Do you have any tip? Anyway thank you for your help!
    Checking the dll dependency needs some programming knowledge, and no easy way.
    Are you using a windows OS other than 10? Maybe it's the reason.

  7. #22
    xiuhcoatl's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by conajer View Post
    AttackSkillKey, QuickDefenseKey or other hotkeys are set up from 'Hotkeys...' menu now. Changing them in Settings.ahk should do nothing.

    Thanks - this worked for me - didnt know u can change them ingame now

  8. #23
    LahkLeKey's Avatar Active Member
    Reputation
    17
    Join Date
    Feb 2022
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a flag we can add to the autoloot settings to pick up archnem recipes?

  9. #24
    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 LahkLeKey View Post
    Is there a flag we can add to the autoloot settings to pick up archnem recipes?
    Add 'Archnemesis Mod' to genericItemFilter' field of plugin AutoPickup in Settings.ahk, then restart PoEapikit to update it to the latest version.

    Code:
                            , "AutoPickup"    : { "enabled" : true, "range" : 50
                                                , "ignoreChests"      : false
                                                , "strictLevel"       : 0
                                                , "genericItemFilter" : "Archnemesis Mod|Incubator|Quicksilver|Basalt|Quartz|(Divine|Eternal) Life"
                                                , "rareItemFilter"    : "Jewel|Amulet|Ring|Belt" }

  10. #25
    LahkLeKey's Avatar Active Member
    Reputation
    17
    Join Date
    Feb 2022
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Edit - Works fine after I updated manually via git

    Originally Posted by conajer View Post
    Add 'Archnemesis Mod' to genericItemFilter' field of plugin AutoPickup in Settings.ahk, then restart PoEapikit to update it to the latest version.

    Code:
                            , "AutoPickup"    : { "enabled" : true, "range" : 50
                                                , "ignoreChests"      : false
                                                , "strictLevel"       : 0
                                                , "genericItemFilter" : "Archnemesis Mod|Incubator|Quicksilver|Basalt|Quartz|(Divine|Eternal) Life"
                                                , "rareItemFilter"    : "Jewel|Amulet|Ring|Belt" }
    I tried this but it still does not seem to be registering archnem mods for autoloot.

    im on the just pushed 1.7.2f.

    PoEapikit
    Version 1.7.2f 64-Bit
    PoEapi version 0.34.8
    Last edited by LahkLeKey; 02-08-2022 at 10:06 PM.

  11. #26
    keichandsi's Avatar Member
    Reputation
    1
    Join Date
    Feb 2020
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So, I was getting the poeapi.dll error like some of the other guys in the thread, managed to use PEStudio to see the dlls the tool needed, downloaded all and put on the tools directory, now I'm getting "You need 64-Bit AutoHotkey to run Poeapikit" even though I'm already running AutoHotkey v1.1.33.10 and made sure to run the 64 bits binary


    Screenshot_12.png

  12. #27
    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 LahkLeKey View Post
    Edit - Works fine after I updated manually via git



    I tried this but it still does not seem to be registering archnem mods for autoloot.

    im on the just pushed 1.7.2f.

    PoEapikit
    Version 1.7.2f 64-Bit
    PoEapi version 0.34.8
    PoEapi version should be 0.34.11.

  13. #28
    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 keichandsi View Post
    So, I was getting the poeapi.dll error like some of the other guys in the thread, managed to use PEStudio to see the dlls the tool needed, downloaded all and put on the tools directory, now I'm getting "You need 64-Bit AutoHotkey to run Poeapikit" even though I'm already running AutoHotkey v1.1.33.10 and made sure to run the 64 bits binary


    Screenshot_12.png
    Error message "You need 64-Bit AutoHotkey to run Poeapikit" means LoadLibrary() function returned 0xc1 as error code.
    According to MSDN: 193 (0xC1) %1 is not a valid Win32 application.
    Are you running a windows 7 or 8? And which dll(s) are missing?
    Last edited by conajer; 02-09-2022 at 01:54 AM.

  14. #29
    keichandsi's Avatar Member
    Reputation
    1
    Join Date
    Feb 2020
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by conajer View Post
    Error message "You need 64-Bit AutoHotkey to run Poeapikit" means LoadLibrary() function returned 0xc1 as error code.
    According to MSDN: 193 (0xC1) %1 is not a valid Win32 application.
    Are you running a windows 7 or 8? And which dll(s) are missing?
    Running Windows 10 Pro x64, I wasn't able to identify which dlls were missing, I downloaded all the dlls from the list below, even the ones that were unlikely to be missing (directX, windows)

    Thanks for the reply

    Screenshot_13.png

  15. #30
    jaff095's Avatar Member
    Reputation
    1
    Join Date
    May 2010
    Posts
    19
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi,

    I like to only use autoloot function of this app. Is there a way to just pick up everything on the ground and disable all the other functions?

Page 2 of 32 FirstFirst 123456 ... LastLast

Similar Threads

  1. [HH] buggy HH runs make it easy to get lowbies in.
    By s_e_a_n_66 in forum World of Warcraft Exploits
    Replies: 6
    Last Post: 10-21-2010, 10:43 AM
  2. Easy way to make ascent server and making it public :D
    By Phirotic in forum WoW EMU Guides & Tutorials
    Replies: 15
    Last Post: 08-19-2010, 09:29 PM
  3. how to make a really easy 2.3.x wow server!and make it public with hamachi
    By pooooo132 in forum WoW EMU Guides & Tutorials
    Replies: 5
    Last Post: 06-19-2008, 05:10 AM
  4. How to make a ascent server easy +making it public!!!
    By Confucius in forum WoW EMU Guides & Tutorials
    Replies: 73
    Last Post: 04-10-2008, 01:53 PM
  5. Replies: 4
    Last Post: 10-24-2006, 09:23 AM
All times are GMT -5. The time now is 08:25 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