game can be minimized for using flask script? Or its not possible?
Keep em coming, incrimental updates as they are made
Only patch bugs, seperate new features to another branch
game can be minimized for using flask script? Or its not possible?
WingmanReloaded: https://bandittech.github.io/WingmanReloaded
Browse past issues, submit help request, new bug report or add a feature request: https://github.com/BanditTech/WingmanReloaded/issues
Hi.
Can I turn off ninja db price checking ? It taking too long...
Thank You
Oh so in background is also fine, cause i play alot afk t16 blight maps but i die 1/10 so im looking for something to just spam potion while in background (no need to be minimized)
@edit
Im looking for any help,
I would like just to use flask but its not working at all, doesnt matter if game is in front or in background, life flask is just not popping automaticly
Do i need to adjust something else to start it woring? I cant find any tutorial abut that ;(
flaski.jpg
Last edited by elbowndg; 04-14-2020 at 07:12 AM.
You mean the infinitely customizable system put in place with Custom Loot Filter? Use that to put any type of items into a specific stash tab.
The one you are think of is actually the predictive price. Disable the "Priced Rares" stash tab, and then Select Off for the pricepoint (Inventory>Options>Item Parse Settings>Price Rares?). The ninja db is nearly instant matching on the other hand.
This is something I can look into fixing, there is something wrong with how they are initially colored sometimes.
It can help to hit Esc in-game to make the whole screen dim. That will reset the GameStates GUI completely if its having issues like that.
Last edited by thebbandit; 04-14-2020 at 02:38 PM.
WingmanReloaded: https://bandittech.github.io/WingmanReloaded
Browse past issues, submit help request, new bug report or add a feature request: https://github.com/BanditTech/WingmanReloaded/issues
first of all, thanks alot for your hard and amazing work bandit!
secondly, im a bit worried of using the inventory sorter, can it be detected?
unknown1.png hello mates. this workning very good for me all the time. but i wake up today coming to the game. when i open the wingman i receive this error. any tips ? OBS: this is no outdate version becuse i update it 1 or 2 days ago.
I have received reports of the issue cropping up the last day or so. It's intermittent issues with the poe.ninja database, I have an idea how to at least make sure this will not crash the script when it happens.
It will probably resolve itself when you try again, I'll look into a more permanent fix for this when I get time.
WingmanReloaded: https://bandittech.github.io/WingmanReloaded
Browse past issues, submit help request, new bug report or add a feature request: https://github.com/BanditTech/WingmanReloaded/issues
found a bug, basically when you select the map crafting method "chisels+alchemies+vaals", first it checks if the maps do meet the standards than proceeds crafting the ones who do not meet them(im guessing every non vaal'd map), problem is that it scoures maps already chis'd+alch'd correctly instead of just vaaling them
and 1 suggestion, it would be amazing to have delirium orbs and incubators implemented in the stash sorting list, (delirium orbs are currently considered currency and incubators are ignored)
Last edited by Dekayo; 04-15-2020 at 02:34 PM.
[QUOTE=thebbandit;4194411]You mean the infinitely customizable system put in place with Custom Loot Filter? Use that to put any type of items into a specific stash tab.
thank you and sorry for lack of knowledge i just came back from the game.
ok, i tried using custom filter and im doing this experiement for 30mins now and i cant really make it work. probably im doing it wrong i hope you can help me
i want to stash unidentified rare ring lvl60 above for chaos recipe
this is myu settings but it seems it doesnt work
![]()
Sure, the filter you are trying to make is fairly simple. You first want to match Prop.Identified with evaluator < 1 so its unidentified item
then you want to match Prop.ItemClass with ~ evaluator and "ring"
Or make it simpler and match "ring|amulet|belt|armour|glove|helm|boot" so the same filter can be for many item types
then Prop.ItemLevel with >= evaluator and 60
It will look like this:
Code:{ "Affix": {}, "OrCount": 1, "Prop": { "Prop1": "ItemLevel", "Prop1Eval": ">=", "Prop1Min": "60", "Prop1OrFlag": 0, "Prop2": "ItemClass", "Prop2Eval": "~", "Prop2Min": "ring | amulet", "Prop2OrFlag": 0, "Prop3": "Identified", "Prop3Eval": "<", "Prop3Min": "1", "Prop3OrFlag": 0 }, "StashTab": "10", "Stats": {} }
Last edited by thebbandit; 04-16-2020 at 01:49 AM.
WingmanReloaded: https://bandittech.github.io/WingmanReloaded
Browse past issues, submit help request, new bug report or add a feature request: https://github.com/BanditTech/WingmanReloaded/issues
pls help i'm dumb af.
loaded up wingman.exe
calibrated
set location on client.txt
whilst in-game bottom-left it says my Quit and Flasks are OFF. so, how do I turn them on? i can't find any option in the setting panel.
I have an issue with mana flask not being used.
My settings are like shown in the attached screenshot.
I also tried enabling Flasks, so the text says "Flasks: ON" in-game, but without any luck.
I tried setting my globes, with no luck. It correctly shows my current mana value. However, it stops updating the GUI when the "Flasks: ON" is active. Not sure if this is intended.
Edit: Alright, so I figured out that I could debug the process. Now it says the script is paused because it couldn't find my OHB. Not 100% sure what that is, but I assume it's the health/es/mana bars above your character, that I didn't have enabled prior to this. Even after enabling the setting though, I get the same message.
Removing the checkbox from "Pause sript when OHB missing?" made it work though. So if somebody could just let me know what OHB is, and if it is what I think it is, could you please confirm it's not working because I might be using zoom hack to zoom farther away from my character than intended?
Last edited by -AsS; 04-19-2020 at 05:50 AM.