PoEapikit for Scourge League (3.16) menu

User Tag List

Page 2 of 6 FirstFirst 123456 LastLast
Results 16 to 30 of 88
  1. #16
    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 enarr View Post
    For the autoportal F2 script, is it normal that I have to manually open my inventory for the script to then use a portal scroll? My inventory key is default "i"

    Thanks

    The inventory key is read from production_Config.ini located in "Documents/My Games/Path of Exile". If you have a different config file please let me known.
    At least you can edit openPortal() in "PoEapi.ahk" to fix this problem, just replace %InventoryKey% to '{i}'.

    Code:
            if (Not this.isOpened()) {
                SendInput, {i}
                loop, 10 {
                    Sleep, 50
                    if (this.isOpened()) {
                        closeInventory := true
                        break
                    }
                }
            }
    
            MouseGetPos, tempX, tempY
            isLBttonPressed := GetKeyState("LButton")
            if (isLBttonPressed)
                SendInput {LButton up}
    
            this.use(item)
            if (closeInventory)
                SendInput, {i}

    PoEapikit for Scourge League (3.16)
  2. #17
    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 poelove155 View Post
    hi, how or why does the poeapikit keep off after a few minute
    is there a way to disable it or keep it run forever
    I have no idea what's wrong with the code, but I'll try to fix it.

  3. #18
    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)
    Edit: Maphack has been fixed and everything is working
    Last edited by sharpes123; 10-25-2021 at 08:35 PM.

  4. #19
    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)
    Would it be possible to somewhat "easily" cut/separate/config the script so to only keep the autoloot function? I've turned everything else I don't need off in settings, but all the normal hotkeys are still activated, such as ctrl + q which quits the script (and I use it for auras :P)

  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 VioletVibes View Post
    Would it be possible to somewhat "easily" cut/separate/config the script so to only keep the autoloot function? I've turned everything else I don't need off in settings, but all the normal hotkeys are still activated, such as ctrl + q which quits the script (and I use it for auras :P)
    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
    }

  6. #21
    newbazin's Avatar Member
    Reputation
    1
    Join Date
    Apr 2018
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ERROR:

    127: failed to load poepai.dll.

  7. #22
    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 newbazin View Post
    ERROR:

    127: failed to load poepai.dll.
    Be sure to use latest AutoHotkey 64-bit version.

  8. #23
    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 jeroenymo View Post
    i think my PoEapikit doesnt work properly because i game on the right monitor (main monitor) while having another monitor to the left of it.
    what do i need to modify to make it work?
    Do you still have issue with PoEapikit? I tried on my PC, it works well when I run PoE on the right monitor.

  9. #24
    newbazin's Avatar Member
    Reputation
    1
    Join Date
    Apr 2018
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    aff1.png

    ok now im update autohotkey and get this...

  10. #25
    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)
    New update doesn't seem to work with patreon upgrade, atleast not on prophecies and betrayal. Unless im stupid and have broken something

  11. #26
    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 newbazin View Post
    aff1.png

    ok now im update autohotkey and get this...
    Did you install AutoHotkey v2? It must be version 1.1.

  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 weeman12321 View Post
    New update doesn't seem to work with patreon upgrade, atleast not on prophecies and betrayal. Unless im stupid and have broken something
    I updated the offsets for 3.16, download it again, thank you.

  13. #28
    darky9988's Avatar Member
    Reputation
    1
    Join Date
    Apr 2019
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how can I turn off AutoQuit

    greetz

  14. #29
    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 darky9988 View Post
    how can I turn off AutoQuit

    greetz
    In Settings.ahk, set 'autoQuitMinLevel' to 100 or set 'autoQuitThresholdPercentage' to 0.

    Code:
                            , "PlayerStatus"  : { "enabled" : true
                                                , "autoQuitThresholdPercentage" : 0
                                                , "autoQuitMinLevel"   : 100} }

  15. #30
    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)
    For some reason I can only get maphack to work now.

Page 2 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 05:20 AM. 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