PoEapi - AHK extension dll menu

Shout-Out

User Tag List

Page 8 of 12 FirstFirst ... 456789101112 LastLast
Results 106 to 120 of 166
  1. #106
    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 Tiger198707 View Post
    Hi Master conajer!

    !!!First: Ure program fantastic! Thx!!!

    Sorry for my noob ask...

    how can i set ure ahk for i need use 3 potion only for bufs
    now mana, hp, and run potions works good, but the other two only wait to press.
    Sorry for my eng not so strong!
    Thx ure Help!
    Life/Mana/Quicksilver flasks are used automatically. Other utility flasks are used when you are using an attack skill.
    By default, attack skill key is 'w', you can change it in Settings.ahk.

    PoEapi - AHK extension dll
  2. #107
    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 jadonas View Post
    hi conajer, i added log.txt to __new(title, filename = "log.txt", level = 0) in logger.ahk to get log output to log.txt. but i dont want poeapkit log window to appear. is there a way to not open log window but get output to log.txt ? I think i need to edit logger.ahk but idk what should i change
    Deleting the show() function will make it invisible.

  3. #108
    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 teemo99 View Post
    Wow this is an amazing app! Good work there!

    I got a few requests, anything will be helpful here

    1. I am trying to do autoStash on some specific items. I see that you support "baseType: Armour", I was wondering if you could split this into: "Helmet", "Boots", "Gloves", and actual "Body Armour"? That way is easier to split items in different tabs (mainly for the chaos recipe).

    2. Is there a way to identify "influenced" and "veiled" items?

    Keep up the good work!
    1. Use isHelmet/isGloves/isBoots/isBodyArmour as a constraint rule, for example:
    Code:
                         , {"tabName" : "4",      "baseType" : "Weapon|Armour|Belt|Amulet|Ring", "Constraints" : {"isHelmet" : true, "rarity" : 2, "isIdentified" : false, "itemLevel" : [60, 100]}} ]
    2. Not supported.

  4. Thanks vietlanh19 (1 members gave Thanks to conajer for this useful post)
  5. #109
    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
    1. Use isHelmet/isGloves/isBoots/isBodyArmour as a constraint rule, for example:
    Code:
                         , {"tabName" : "4",      "baseType" : "Weapon|Armour|Belt|Amulet|Ring", "Constraints" : {"isHelmet" : true, "rarity" : 2, "isIdentified" : false, "itemLevel" : [60, 100]}} ]
    2. Not supported.

    Can you write for me:
    I have stash tabs
    - stash 1: contains BodyArmour ,Belt,Amulet,Ring / stash 2: Helmet, Gloves, Boots / stash 3: Weapon
    When I use auto stash, the products in the items will automatically enter the archives of the same name
    And when I use VendorTabFullRareSets, I will get formulas from stash to convert to chaos orb.
    Thank you so much for doing this , this is wonderful
    Here is a picture of my idea
    Chaos1.jpg
    Last edited by vietlanh19; 12-21-2020 at 12:23 PM.

  6. #110
    applepie90's Avatar Member
    Reputation
    2
    Join Date
    Aug 2017
    Posts
    57
    Thanks G/R
    12/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I could not get the minimap to show monsters icon. When I click on settings.ahk, nothing happened. Is that normal? Can only edit it as notepad. Ran the poeapikit, seems to work but the the minimap options don't seem to work for me.

    EDIT: Works now but can I change it to also show for white mobs and not just blue and rares? I tried changing the rarity numbers but no difference. Found out that 0 is the rarity for showing white mobs.
    Last edited by applepie90; 12-22-2020 at 10:12 AM.

  7. #111
    jadonas's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    38
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by conajer View Post
    Deleting the show() function will make it invisible.
    do you know why logging stops working after 3-4 hours using ? it doesnt even write you came to your hideout bla bla thing in log window. Everything keeps working but logging not working after 3-4 hours using.
    Last edited by jadonas; 12-23-2020 at 08:22 AM. Reason: edit

  8. #112
    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 applepie90 View Post
    I could not get the minimap to show monsters icon. When I click on settings.ahk, nothing happened. Is that normal? Can only edit it as notepad. Ran the poeapikit, seems to work but the the minimap options don't seem to work for me.

    EDIT: Works now but can I change it to also show for white mobs and not just blue and rares? I tried changing the rarity numbers but no difference. Found out that 0 is the rarity for showing white mobs.
    This bug was fixed, try the new PoEapikit v0.4.2. Thank you.

  9. #113
    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 jadonas View Post
    do you know why logging stops working after 3-4 hours using ? it doesnt even write you came to your hideout bla bla thing in log window. Everything keeps working but logging not working after 3-4 hours using.
    I am not sure, maybe you logged too much. I'll try to figure it out, thank you.

  10. #114
    teemo99's Avatar Member
    Reputation
    1
    Join Date
    Dec 2020
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, I was using the Poeapikit 0.4.1 everything was working fine except that there were times when I had to reload it due to some sort of crash and I didn't want to always having to close the log window.
    Decided to download and give the 0.6.0 version a try since you added the option to avoid showing the log window, and maybe the crash would have been fixed. However, while in map (not in hideout), I noticed that when I load the script as administrator it will auto log me out.

    I thought it could be because of the auto-quit feature, but I purposely set the following, but it still happening.
    "PlayerStatus" : { "enabled" : false
    , "autoQuitThresholdPercentage" : 20
    , "autoQuitMinLevel" : 100 }

    Did I miss other options or there is a problem with the program?

    Thanks in advanced!

  11. #115
    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 teemo99 View Post
    Hi, I was using the Poeapikit 0.4.1 everything was working fine except that there were times when I had to reload it due to some sort of crash and I didn't want to always having to close the log window.
    Decided to download and give the 0.6.0 version a try since you added the option to avoid showing the log window, and maybe the crash would have been fixed. However, while in map (not in hideout), I noticed that when I load the script as administrator it will auto log me out.

    I thought it could be because of the auto-quit feature, but I purposely set the following, but it still happening.
    "PlayerStatus" : { "enabled" : false
    , "autoQuitThresholdPercentage" : 20
    , "autoQuitMinLevel" : 100 }

    Did I miss other options or there is a problem with the program?

    Thanks in advanced!
    Thank you for feedback. I disabled the plugins by default, maybe it fixed your problem. BTW is your build a low life build?

  12. #116
    teemo99's Avatar Member
    Reputation
    1
    Join Date
    Dec 2020
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by conajer View Post
    Thank you for feedback. I disabled the plugins by default, maybe it fixed your problem. BTW is your build a low life build?
    Hi Conajer,

    Yes I was running a low life build. I just gave 0.6.1 build a test and that problem seems to be fixed. Thanks for the quick turnaround! Keep up the great work

  13. #117
    FIllSpencer's Avatar Member
    Reputation
    1
    Join Date
    Jan 2021
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome tool!
    But can I configure autopickup options. I really dont want to pick up items manually, and after ilvl 75 auto pickup doesn't pick up gear anymore.

  14. #118
    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 FIllSpencer View Post
    Awesome tool!
    But can I configure autopickup options. I really dont want to pick up items manually, and after ilvl 75 auto pickup doesn't pick up gear anymore.
    In Settings.ahk:
    Code:
                            , "AutoPickup"    : { "enabled" : true, "range" : 50
                                                , "genericItemFilter" : "Blueprint|Contract|Incubator|Scarab$|Quicksilver|Basalt|Quartz|(Divine|Eternal) Life"
                                                , "rareItemFilter"    : "Jewel|Amulet|Ring|Belt|Gloves|Boots|Helmet|BodyArmour|OneHandWeapons" }

  15. #119
    applepie90's Avatar Member
    Reputation
    2
    Join Date
    Aug 2017
    Posts
    57
    Thanks G/R
    12/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the awesome tool. Would you expect it to get working with new patch in certain timeframe?

  16. #120
    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 applepie90 View Post
    Thanks for the awesome tool. Would you expect it to get working with new patch in certain timeframe?
    I'll try to provide the new patch for upcoming PoE update asap.

Page 8 of 12 FirstFirst ... 456789101112 LastLast

Similar Threads

  1. Free Glider Demo Extension legal
    By Robopwn in forum World of Warcraft Bots and Programs
    Replies: 19
    Last Post: 09-10-2007, 09:59 AM
  2. Using DLL's to inject values without CE.
    By Matsy in forum World of Warcraft Bots and Programs
    Replies: 7
    Last Post: 06-29-2007, 02:26 PM
  3. so whats scan.dll?
    By Grass in forum World of Warcraft General
    Replies: 1
    Last Post: 02-27-2007, 07:14 AM
  4. Replies: 25
    Last Post: 11-28-2006, 11:23 PM
  5. .DLL Injector & Language Hack
    By tehshadow in forum World of Warcraft Bots and Programs
    Replies: 18
    Last Post: 11-07-2006, 10:38 PM
All times are GMT -5. The time now is 07:17 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