PoEapikit - Make it easy menu

Shout-Out

User Tag List

Page 11 of 34 FirstFirst ... 789101112131415 ... LastLast
Results 151 to 165 of 498
  1. #151
    xerance's Avatar Active Member CoreCoins Purchaser
    Reputation
    37
    Join Date
    Jan 2018
    Posts
    173
    Thanks G/R
    37/35
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Is it possible to make the map icons smaller? or hide white monsters completly?

    PoEapikit - Make it easy
  2. #152
    YellowRodent's Avatar Member Authenticator enabled
    Reputation
    6
    Join Date
    Oct 2021
    Posts
    48
    Thanks G/R
    54/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xerance View Post
    Is it possible to make the map icons smaller? or hide white monsters completly?
    Edit "fontSize" value in "Settings.ahk" file

  3. Thanks xerance (1 members gave Thanks to YellowRodent for this useful post)
  4. #153
    conajer's Avatar Contributor
    Reputation
    167
    Join Date
    Sep 2020
    Posts
    275
    Thanks G/R
    1/152
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Yes, edit 'Settings.ahk', search "MinimapSymbol', then change options.
    'minSize' for minimal icon size, 'rarity' for monsters(> 0 means no normal monster).

  5. Thanks xerance (1 members gave Thanks to conajer for this useful post)
  6. #154
    OwnedNooblan's Avatar Member
    Reputation
    1
    Join Date
    Aug 2022
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does this still work for loading beasts on minimap with names?
    And what do you mean by not running limited user - maphack doesnt work if u run limited? but if not limited - ure kinda screwed with ban eh?

  7. #155
    AHK4games'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, can this tool be used to set up a way to auto-use a skill like dash(in order to automate aurabot resetter on second pc)? Thanks in advance

  8. #156
    conajer's Avatar Contributor
    Reputation
    167
    Join Date
    Sep 2020
    Posts
    275
    Thanks G/R
    1/152
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by OwnedNooblan View Post
    Does this still work for loading beasts on minimap with names?
    And what do you mean by not running limited user - maphack doesnt work if u run limited? but if not limited - ure kinda screwed with ban eh?
    No beasts support. And maphack can't be enabled if PoE is running as limited user.

    EDIT: Nice idea, I'll try to add it later if possible.
    Last edited by conajer; 09-05-2022 at 04:22 PM.

  9. #157
    conajer's Avatar Contributor
    Reputation
    167
    Join Date
    Sep 2020
    Posts
    275
    Thanks G/R
    1/152
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by AHK4games View Post
    Hi, can this tool be used to set up a way to auto-use a skill like dash(in order to automate aurabot resetter on second pc)? Thanks in advance
    Currently no auto-skill support, only pre-defined defense skill can be triggered when attacking.

  10. #158
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1444
    Join Date
    Apr 2006
    Posts
    4,002
    Thanks G/R
    296/588
    Trade Feedback
    1 (100%)
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by conajer View Post
    And maphack can't be enabled if running as limited user..
    Why? Your code seems to modify memory, which shouldn't be impacted by the user PoE is running as. You may need to run PoEApiKit as administrator though to modify another user's program's memory though.
    Last edited by Sychotix; 09-05-2022 at 02:29 PM.

  11. Thanks camapxam (1 members gave Thanks to Sychotix for this useful post)
  12. #159
    conajer's Avatar Contributor
    Reputation
    167
    Join Date
    Sep 2020
    Posts
    275
    Thanks G/R
    1/152
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sychotix View Post
    Why? Your code seems to modify memory, which shouldn't be impacted by the user PoE is running as. You may need to run PoEApiKit as administrator though to modify another user's program's memory though.
    If PoE is running as limited user, OpenProcess() function fails to open it with 'PROCESS_VM_WRITE' flag.
    But I noticed CE can do it, so there should be a workaround.

    EDIT: I found the solution, it need call AdjustTokenPrivileges() to get the SeDebugPrivilege for opening another user's process.
    Last edited by conajer; 09-05-2022 at 05:00 PM.

  13. Thanks Sychotix, camapxam, mylodias (3 members gave Thanks to conajer for this useful post)
  14. #160
    camapxam's Avatar Active Member
    Reputation
    27
    Join Date
    Nov 2009
    Posts
    312
    Thanks G/R
    252/23
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by conajer View Post
    If PoE is running as limited user, OpenProcess() function fails to open it with 'PROCESS_VM_WRITE' flag.
    But I noticed CE can do it, so there should be a workaround.

    EDIT: I found the solution, it need call AdjustTokenPrivileges() to get the SeDebugPrivilege for opening another user's process.
    this sounds like an update, yes?

  15. #161
    Forumuser1000's Avatar Active Member
    Reputation
    27
    Join Date
    Mar 2017
    Posts
    257
    Thanks G/R
    169/21
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by camapxam View Post
    this sounds like an update, yes?
    Hasn't been updated yet by the look of it, but hopefully they get a chance to updated it, soon.

    Thanks for the hard work producing this Conajer, it's very much appreciated.

  16. #162
    camapxam's Avatar Active Member
    Reputation
    27
    Join Date
    Nov 2009
    Posts
    312
    Thanks G/R
    252/23
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    MH actually works now, i don't even have to run it as admin too, great work. Some triggers would be icing on the cake

  17. #163
    hahajiang's Avatar Member
    Reputation
    1
    Join Date
    Sep 2016
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I got this error, but can continue to run without issue. Could you take a look?

    Screenshot 2022-09-06 081500.png

  18. #164
    ffaz1's Avatar Member
    Reputation
    3
    Join Date
    Sep 2018
    Posts
    9
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello folks.
    First of all I want to give me gratitude to conajer for this wonderful tool in such a dark times.
    Wanted to share another one "extra" which I called AutoDiscounter for PoEapi.
    It automatically sets -15% price for a whole opened stash tab (I hate doing this on my own)
    I only tested it locally on myself, so no guaranties it will works for you

    To add it into your current PoEapi you will need some minor coding skills, or maybe conajer will include it later into one of his major release even if finds it worthy.
    Here is the code AutoDiscounter - Pastebin.com
    I would also like you to share some thoughts and ideas about it, hoping you'll like it.

    p.s. having plans on implementing afk auto-traider, but it is a bit more challenging task
    Last edited by ffaz1; 09-06-2022 at 09:56 AM.

  19. #165
    conajer's Avatar Contributor
    Reputation
    167
    Join Date
    Sep 2020
    Posts
    275
    Thanks G/R
    1/152
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hahajiang View Post
    I got this error, but can continue to run without issue. Could you take a look?

    Screenshot 2022-09-06 081500.png
    What's you OS? It seems like no complete IE support in your system.
    If you encounter this problem every time, 'Pricer' feature should be unavailable.
    I'll try to mute the warning, but can't fixed it.

    EDIT: You can do it yourself by replacing the __new() function with following codes in lib/ajax.ahk:24.

    Code:
        __new() {
            try {
                ObjRawSet(this, "__doc", ComObjCreate("HTMLFile"))
                this.__doc.write("
                (
                    <!DOCTYPE html>
                    <html>
                    <meta http-equiv='X-UA-Compatible' content='IE=edge'>
                    <head>
                    </head>
                    </html>
                )")
                ObjRawSet(this, "__js", this.__doc.parentWindow)
            } catch {
                ObjRawSet(this, "__js", {})
            }
        }
    Last edited by conajer; 09-06-2022 at 10:24 AM.

Page 11 of 34 FirstFirst ... 789101112131415 ... 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 07:43 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search