PoEapikit - Make it easy menu

User Tag List

Page 26 of 32 FirstFirst ... 222324252627282930 ... LastLast
Results 376 to 390 of 478
  1. #376
    Gonzaga_'s Avatar Member
    Reputation
    3
    Join Date
    Aug 2016
    Posts
    29
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    did anyone manage to fix the bug of poeapikit closing/bugging after dying?

    PoEapikit - Make it easy
  2. #377
    sh00ter999's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    19
    Thanks G/R
    65/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gonzaga_ View Post
    did anyone manage to fix the bug of poeapikit closing/bugging after dying?
    I believe that could be auto quit trying to save your EXP and failing. Either run the script as admin or disable the auto d/c option. I had a few crashes like this as well although I ran as admin on the most recent version. But after a few fails it started working again.

  3. #378
    meowwhile's Avatar Member
    Reputation
    1
    Join Date
    Apr 2022
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sh00ter999 View Post
    I believe that could be auto quit trying to save your EXP and failing. Either run the script as admin or disable the auto d/c option. I had a few crashes like this as well although I ran as admin on the most recent version. But after a few fails it started working again.
    didnt work for me

  4. #379
    thumped1's Avatar Member
    Reputation
    1
    Join Date
    May 2015
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    First and foremost, thank you.

    Ive been sifting through the various files and code trying to find where I could possibly edit the radius of the maphack, is this a possibility?

    Side note, recently started learning to program (only dabbled in C# so far), but all this is quite impressive to see/read the code!

  5. #380
    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)
    Originally Posted by thumped1 View Post
    First and foremost, thank you.

    Ive been sifting through the various files and code trying to find where I could possibly edit the radius of the maphack, is this a possibility?

    Side note, recently started learning to program (only dabbled in C# so far), but all this is quite impressive to see/read the code!
    Your probably looking for

    PoEapi/Terrain.cpp at 2b47c2f1ff4f59740da5825372e2ad6598469207 . conajer/PoEapi . GitHub
    PoEapi/PoETask.cpp at b2a28ac1bb9fe32eef18376927fd3163432d34f4 . conajer/PoEapi . GitHub

    If you are new to programming and to C# it is probably going to be a bit over your head to start with but its nice to learn some of the more low level work if your interested in cheat development.
    You could also build out your own Tool with the API using C# and the DllImport decorator

    Code:
    using System;
    using System.Runtime.InteropServices;
    
    class Example
    {
        // Use DllImport to import the Win32 MessageBox function.
        [DllImport("user32.dll", CharSet = CharSet.Unicode)]
        public static extern int MessageBox(IntPtr hWnd, String text, String caption, uint type);
        
        static void Main()
        {
            // Call the MessageBox function using platform invoke.
            MessageBox(new IntPtr(0), "Hello World!", "Hello Dialog", 0);
        }
    }

  6. #381
    clawface's Avatar Member
    Reputation
    6
    Join Date
    Jun 2008
    Posts
    51
    Thanks G/R
    25/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone know if the Patreon version has more fixes/features than the free one? I have been using program for a week now but there is an issue where if I want to use the utility flasks, it messes up the attack. Like it will cast other skills (secondary) before it casts the primary skill. If I set just the primary skill as "T", I can feel some delays, double casting, wrong skill casting, etc. I play with it disabled, but then I have to manually activate flasks. Any tips/suggestions/fixes would be greatly appreciated! Loving the program btw.

  7. #382
    masteraltair's Avatar Member
    Reputation
    1
    Join Date
    May 2018
    Posts
    4
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    not working after the update

  8. #383
    clawface's Avatar Member
    Reputation
    6
    Join Date
    Jun 2008
    Posts
    51
    Thanks G/R
    25/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Maphack and some things work on new patch, but not flasks.

  9. #384
    johnnyeverdream's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you for the update.
    Is there any option to make it click faster while dumping items?

  10. #385
    genarte's Avatar Member
    Reputation
    3
    Join Date
    Sep 2020
    Posts
    31
    Thanks G/R
    4/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nothing works after update 3.20.2b

  11. #386
    Almightythor101'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)
    Please update for latest patch <3

  12. #387
    marekjemiolak's Avatar Member
    Reputation
    10
    Join Date
    Feb 2017
    Posts
    101
    Thanks G/R
    1/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    take my energy for league start, really love this tool !

  13. #388
    willsian's Avatar Member
    Reputation
    1
    Join Date
    Sep 2022
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi guys,anyone can tell me the discord of PoEapikit ? i want join xdd

  14. #389
    PPPPoEEEE's Avatar Member
    Reputation
    1
    Join Date
    Apr 2023
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm currently testing on standard, but the minimap display function seems to be disabled.
    Is there any way to fix it?
    Even if you download it as a new file, it is the same.
    I downloaded the latest version of Autohotkey, and the hideout and character selection window buttons are working normally.

  15. #390
    wolfis's Avatar Member
    Reputation
    5
    Join Date
    Mar 2018
    Posts
    58
    Thanks G/R
    4/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not displaying monsters on minimap for me

Page 26 of 32 FirstFirst ... 222324252627282930 ... 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 10:48 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