-
Contributor
Originally Posted by
Tiger198707
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.
-
Contributor
Originally Posted by
jadonas
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.
-
Contributor
Originally Posted by
teemo99
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.
-
Post Thanks / Like - 1 Thanks
vietlanh19 (1 members gave Thanks to conajer for this useful post)
-
Member
Originally Posted by
conajer
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.
-
Member
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.
-
Member
Originally Posted by
conajer
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
-
Contributor
Originally Posted by
applepie90
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.
-
Contributor
Originally Posted by
jadonas
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.
-
Member
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!
-
Contributor
Originally Posted by
teemo99
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?
-
Member
Originally Posted by
conajer
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
-
Member
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.
-
Contributor
Originally Posted by
FIllSpencer
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" }
-
Member
Thanks for the awesome tool. Would you expect it to get working with new patch in certain timeframe?
-
Contributor
Originally Posted by
applepie90
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.