PoEapi - AHK extension dll menu

User Tag List

Page 7 of 12 FirstFirst ... 34567891011 ... LastLast
Results 91 to 105 of 166
  1. #91
    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 jadonas View Post
    they updated the game, cant inject to game. is it easy to fix
    Download the newest release version 0.3.7. Now it supports PoE 3.12.5b.
    Last edited by conajer; 12-02-2020 at 07:45 PM.

    PoEapi - AHK extension dll
  2. Thanks vietlanh19 (1 members gave Thanks to conajer for this useful post)
  3. #92
    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
    Download the newest release version 0.3.7. Now it supports PoE 3.12.5b.

    Thank you for updating very quickly
    I have a question that I do not want PoEapikit Log to appear when open, where to turn it off?

  4. #93
    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 vietlanh19 View Post
    Thank you for updating very quickly
    I have a question that I do not want PoEapikit Log to appear when open, where to turn it off?
    There isn't a switch to control logger, but you modify the code to that.
    Delete the red line in PoEapikit.ahk:

    global logger := new Logger("PoEapikit log")
    global ptask := new PoETask()
    global trader := new Trader()

  5. Thanks vietlanh19 (1 members gave Thanks to conajer for this useful post)
  6. #94
    jadonas's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    33
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by conajer View Post
    There isn't a switch to control logger, but you modify the code to that.
    Delete the red line in PoEapikit.ahk:

    global logger := new Logger("PoEapikit log")
    global ptask := new PoETask()
    global trader := new Trader()
    what does ptask.getVendor.sell() do ?
    if i manuallty click sell items button to open npc trade window poeapi wont know which items i put in.
    Is there a way to recognize my items without ptask.getVendor.sell() ? i dont want it to open npc

  7. #95
    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 jadonas View Post
    what does ptask.getVendor.sell() do ?
    if i manuallty click sell items button to open npc trade window poeapi wont know which items i put in.
    Is there a way to recognize my items without ptask.getVendor.sell() ? i dont want it to open npc
    ptask.getVendor.sell(): select nearest npc, open the sell window.
    ptask.inventory.getItems(): get the items in the inventory.

    You can use below codes to output the items in inventory anytime.

    Code:
    for i, item in ptask.inventory.getItems() 
        debug(item.name)

  8. #96
    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)
    Hi , conajer
    I used "DelveChest": true - very well
    But after the recent update it didn't work, can you fix it?
    Hope you help
    Last edited by vietlanh19; 12-05-2020 at 06:40 AM.

  9. #97
    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 vietlanh19 View Post
    Hi , conajer
    I used "DelveChest": true - very well
    But after the recent update it didn't work, can you fix it?
    Hope you help
    In the latest version, DelveChest plugin was replaced by MinimapSymbol. Now delve chests are showed in overlay map as big circles with different colors.

  10. Thanks vietlanh19 (1 members gave Thanks to conajer for this useful post)
  11. #98
    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
    In the latest version, DelveChest plugin was replaced by MinimapSymbol. Now delve chests are showed in overlay map as big circles with different colors.
    Using MinimapSymbol made me very shocked because the symbols and icons appeared a lot,
    for example: monster icon, in delve too many monsters.
    So I want to turn off the monster icon or just want to show the delve chests symbol.
    Where can be edited?
    Last edited by vietlanh19; 12-06-2020 at 02:04 AM.

  12. #99
    jadonas's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    33
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by conajer View Post
    Now it supports to show delve chests on overlay map by using new plugin MinimapSymbol. You can disable plugin 'DelveChest' in settings.ahk.
    I sent a private message. Can you check it good sir

  13. #100
    mylodias's Avatar Member
    Reputation
    1
    Join Date
    Jan 2019
    Posts
    3
    Thanks G/R
    26/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello, what do I need to add to the Settings.ahk so that F4 will auto stash Divination Cards, Delirium, etc.?
    Your program is amazing! So lightweight! Thank you for all your hard work!

  14. #101
    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 vietlanh19 View Post
    Using MinimapSymbol made me very shocked because the symbols and icons appeared a lot,
    for example: monster icon, in delve too many monsters.
    So I want to turn off the monster icon or just want to show the delve chests symbol.
    Where can be edited?
    New release version added support for more plugin options, for example:
    Code:
    ; Plugins
    global PluginOptions := { "AutoFlask"     : { "enabled" : true}
                            , "AutoOpen"      : { "enabled" : true, "range" : 15 }
                            , "AutoPickup"    : { "enabled" : true, "range" : 50
                                                , "genericItemFilter" : "Blueprint|Contract|Incubator|Scarab$|Quicksilver|Basalt|Quartz|(Divine|Eternal) Life"
                                                , "rareItemFilter"    : "Jewel|Amulet|Ring|Belt" }
                            , "HeistChest"    : { "enabled" : true}
                            , "KillCounter"   : { "enabled" : true, "radius" : 50 }
                            , "MinimapSymbol" : { "enabled" : true
                                                , "showMonsters"       : true
                                                , "showDelveChests"    : true
                                                , "ignoredDelveChests" : "Armour|Weapon|Generic|NoDrops|Encounter" }
                            , "PlayerStatus"  : { "enabled" : true } }

  15. Thanks vietlanh19 (1 members gave Thanks to conajer for this useful post)
  16. #102
    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 mylodias View Post
    Hello, what do I need to add to the Settings.ahk so that F4 will auto stash Divination Cards, Delirium, etc.?
    Your program is amazing! So lightweight! Thank you for all your hard work!
    Here are my settings for div cards and delirium orbs, hope it helps.
    Code:
                         , {"tabName" : "1",       "baseType" : "DivinationCard"}
                         , {"tabName" : "2",       "baseType" : "Gem", "Constraints" : {"quality" : [5, 15]}}
                         , {"tabName" : "3",       "baseName" : "Delirium Orb"}
    Last edited by conajer; 12-14-2020 at 10:14 AM.

  17. #103
    Tiger198707's Avatar Member
    Reputation
    1
    Join Date
    Aug 2017
    Posts
    2
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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!

  18. #104
    jadonas's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    33
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by conajer View Post
    Here are my settings for div cards and delirium orbs, hope it helps.
    Code:
                         , {"tabName" : "1",       "baseType" : "DivinationCard"}
                         , {"tabName" : "2",       "baseType" : "Gem", "Constraints" : {"quality" : [5, 15]}}
                         , {"tabName" : "3",       "baseName" : "Delirium Orb"}
    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

  19. #105
    teemo99's Avatar Member
    Reputation
    1
    Join Date
    Dec 2020
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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!
    Last edited by teemo99; 12-20-2020 at 12:21 AM.

Page 7 of 12 FirstFirst ... 34567891011 ... 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 02:30 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