lukoma666
Elite+-
Content Count
22 -
Joined
-
Last visited
Everything posted by lukoma666
-
I am having some issues with the syntax for picking +3 skill items. For whatever reason my lines seems to be grabbing the +1 skill items but not the combination of both. [Category] == "Weapon" && [Rarity] == "Rare" # [local_socketed_gem_level_+] == "1" && ([local_socketed_cold_gem_level_+] == "2" || [local_socketed_fire_gem_level_+] == "2" || [local_socketed_lightning_gem_level_+] == "2") && [StashItem] == "true" [Category] == "Weapon" && [Rarity] == "Rare" # [local_socketed_gem_level_+] == "1" && [local_socketed_bow_gem_level_+] == "2"
-
[Release] PoE MultiScript 1.0.5+ (AutoFlask & AutoQuit)
Gurud replied to topic's lukoma666 in User's script for POE and/or Exiled Bot
Change this line 'hk_9_hk=ä' at the bottom of config.ini to 'hk_9_hk=mbutton' or whatever button you want. This is an issue because we are using USA keyboard layouts and ä is not a key for us =) -
[Release] PoE MultiScript 1.0.5+ (AutoFlask & AutoQuit)
Gurud replied to topic's lukoma666 in User's script for POE and/or Exiled Bot
Any chance we can have a start minimized option? <3 you long time -
[Release] PoE MultiScript 1.0.5+ (AutoFlask & AutoQuit)
Gurud replied to topic's lukoma666 in User's script for POE and/or Exiled Bot
yay -
A temporary fix for gem leveling
PoEr replied to topic's lukoma666 in User's script for POE and/or Exiled Bot
duh! I shoulda realized that myself but ty! That worked like a charm! -
A temporary fix for gem leveling
PoEr replied to topic's lukoma666 in User's script for POE and/or Exiled Bot
this seems broken now? is it broken for anyone else? i really miss the auto party function of this -
Quest Tracking & Sell Coordinates
lukoma666 replied to topic's lukoma666 in Exiled Bot Feature Request
Ah now with the update i realize the bot has been changed to auto stash absolutely everything in the inventory other than scrolls, this makes it impossible to enable stashing when a quest that requires an inventory slot is ongoing. I know people have said just complete the quest or just don't start it if you are planning on botting/stashing but this is a very awkward problem that should be fixed -
This is suggestion I thought of after realizing all the issues people are having with vendor sell coordinates in different acts and the hassle I've gone through keeping my bots operating.smoothly. I realize the reason its so hard to get them set correctly is because the vendor sell button moves based on quest state. My suggested fix would be to add in a quest tracking area in the bot. Something like a check box menu for not started/in progress/finished. This might potentially be used to fix several things such as ignoring quest items when stashing, vendor coordinates, and maybe even enable bot questing.
-
that wont work if you havn't rescued her yet.
-
Ive had a similar issue in A3, still a problem with quest state not lining up with pre programmed coordinates but not quite... When i'm grinding up new chars, i tend to just give myself the wp for docks in a3 and start botting right from there. The problem with this is that if i have not rescued clarissa she is not there to sell to and the bot does not go to hargan, it just fills my stash with stuff that was supposed to be sold. Simple fix is to just turn off stashing but why waste all that lewt
-
Had an issue with selling in a3, not sure why but it was clicking too low on clarissa's menu, i had to change the y location from 137 to 130 (npc_sell_button_y_clarissa=130) and it fixed my issue nm: found a solution to my other problem
-
Noticed while running the elite bot that when your stash is full and your inventory hits the auto stash mark, if you have use tp scrolls enabled it looks like the bot actually uses a tp scroll to open a portal but then ignores it. So it just eats through whatever tp scrolls i have on me at that point... not a huge deal but something not working correctly