-
Contributor
Originally Posted by
deanofpsu
In case anyone was having the same issue as me, I'd be not in town but the script would detect me as being in town. For some reason the client file wasn't updating, even after deleting it and starting it new. All I did was change the file from saying I was in Lioneye's Watch to "The Coast", copied the client file, and pointed Wingman at the copied client file. This certainly breaks some functionality, but not any I was using as far as I can tell and as an upshot, I'll now automatically use mana potions in my Hideout, which is nice.
You may have accidentally disabled local chat, thats the only reason I can think of that a fully configured client.txt file will stop working like that.
Originally Posted by
jasondurden
Hey thebbandit,
thank you very much for keeping this program alive and doing such a good job with it!
I could install and configure everything like I wanted to do so but I can't get it right to use the F5 Iteminfo? I selected metamorph as the current league but it shows always no data in the graph and it looks like it doesn't pull the needed information from poe.ninja - do I have to do smth else or do I miss something?
Would be glad if you or someone else could help me out

!
This script is not doing any rare item price information. If you use the parser on items that actually have PoE ninja database entries, you will see the "Sparkline" from that database entry. Please keep in mind that this is a very regimented database that does not contain entries for things such as Lvl 2-19 gems or every variant of a magic item, stuff like that. You can look on Poe.Ninja to see more information about whats in there.
Originally Posted by
mathametic
Hey, first of all I want to thank you for this program, it has made PoE a lot more enjoyable again.
I have run into an issue today though, for some reason when calibrating, either through the wizard or through the individual sample, it leaves the x and y values of OnLeft blank causing it to always be on, disabling the use of things like AutoFlask.
I did not see any string to edit specifically for OnLeft, it properly recognizes Stash/Inventory/Vendor and such, but OnLeft is always triggered regardless of what I do. Could you tell me what I can do to fix this?
The OnLeft calibration is done at the same time as the OnStash one. try just doing an individual sample of the OnStash and see if that resolves the location issue. If not, you can always edit your ini file directly.
Originally Posted by
sushix
loving each and every update mate! works awesome for me!
always
Originally Posted by
donniedice
Does this plugin open vultoxic sulphite veins?
idk maybe but it can if you paste in the capture for it
and not sure what you mean by plugin, this is the entire script in one thing. there is no plugins. This is not PoE HUD
Last edited by thebbandit; 01-30-2020 at 03:08 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
-
Post Thanks / Like - 2 Thanks
-
Member
I have to say it! great work! bandit!. everything works great!, did spend some hrs on testing etc cuz my english aint the best. but your guide helped me alot!, Do anyone have some custom loot filter that could share or ? have been trying it for 3-4 hrs now and can't say im winning tho :P. or if anyone got a nice filter for vacum ?
-
Member
Originally Posted by
thebbandit
This script is not doing any rare item price information. If you use the parser on items that actually have PoE ninja database entries, you will see the "Sparkline" from that database entry. Please keep in mind that this is a very regimented database that does not contain entries for things such as Lvl 2-19 gems or every variant of a magic item, stuff like that. You can
look on Poe.Ninja to see more information about whats in there.
Hm, maybe I dont really got it right - since if I understand you correct (non native speaker, sorry) it should list a price for all the items who are on poe.ninja - so unique armours, weapons, uniq maps etc.
Unfortunately mine doest show anything like this. Also on unique maps or unique items/ jewels whatever, I have a dead graph for example here -> click - no entry for my "The Surrender" which has a entry on poe.ninja.
-
Member
I got a problem with vacuum looting. filter.png but i cant find a filter that i could use with this on filterBlade? any1 that could help me ?
-
Member
Wingman has been running great until today when i go into maps I start having low FPS issues. When I close Wingman my FPS is good when I'm in maps. When I'm in my hideout with or without Wingman FPS is good. I have tried re-calibrating and deleting the client log.
EDIT: I figured it out it was on my end nothing to do with the program
Last edited by maw9550; 02-01-2020 at 02:14 PM.
-
Member
@thebbandit, hello friend, first thanks for sharing this script and for your time spent on it!
I plan to use this script on my main account, which I’ve already spent a fair amount of real money on.
Before I start using, I would like to ask a question:
Has anyone been banned using this script?
I've seen you say that this script "isn't touching the memory of the game at all", but it's always good to ask.
I already use some scripts that use AHK, and that also don't touch the memory of the game at all, and I never had any problems with them.
Thank you again! I see that you spend a lot of time on this script.
-
Member
I can't seem to get any of this to work, the auto pots, the auto quit. I have ran the settings and everyrthing, on the bottom of the screen though it says Quit: Off Flask: Off Quicksilver: Off, while I have these on. Any suggestions?
-
Contributor
Originally Posted by
jasondurden
Hm, maybe I dont really got it right - since if I understand you correct (non native speaker, sorry) it should list a price for all the items who are on poe.ninja - so unique armours, weapons, uniq maps etc.
Unfortunately mine doest show anything like this. Also on unique maps or unique items/ jewels whatever, I have a dead graph for example here ->
click - no entry for my "The Surrender" which has a entry on poe.ninja.
You are indeed correct. After examining the JSON data I discovered that it was entirely empty. When the API change happened, I must have missed a change with the json data from poe.ninja API... idk what exactly was so different. But I also found other issues with the way the function parsed the data file and got that all sorted out in the version I am working on now.
The next step is predictive pricing from PoEPrices.info. I am using the code from the TradeMacro to leverage the PoePrices API, the code is already well written and works perfect. This will be an awesome way to price the rare items that the poe.ninja data does not cover, and I have gotten some inspiration from a script out there called autobuyout which essentially uses the predictive value to set the prices on items in your stash. I want to impliment something similar but let it just do the entire stash at once! For now I am going to add it as an optional data source which can be used with the CLF. Some cool stuff coming soon
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
-
Contributor
Originally Posted by
thebbandit
You are indeed correct. After examining the JSON data I discovered that it was entirely empty. When the API change happened, I must have missed a change with the json data from poe.ninja API... idk what exactly was so different. But I also found other issues with the way the function parsed the data file and got that all sorted out in the version I am working on now.
The next step is predictive pricing from PoEPrices.info. I am using the code from the TradeMacro to leverage the PoePrices API, the code is already well written and works perfect. This will be an awesome way to price the rare items that the poe.ninja data does not cover, and I have gotten some inspiration from a script out there called autobuyout which essentially uses the predictive value to set the prices on items in your stash. I want to impliment something similar but let it just do the entire stash at once! For now I am going to add it as an optional data source which can be used with the CLF. Some cool stuff coming soon

Autopricing is very risky. However poe pricing can be used to detect junk. Suggested use case:
- Sell 6S as usual
- If rare item has at least 1 good roll (hp, es, res, +strength etc roll) get its ML price
- Price < threshold (example 5c) sell it
- else dump it into 20c quad tab
If user gets too many pms he will reprice item more carefully
-
Member
Auto-Mine doesnt work at all for me
-
Member
Originally Posted by
thebbandit
You are indeed correct. After examining the JSON data I discovered that it was entirely empty. When the API change happened, I must have missed a change with the json data from poe.ninja API... idk what exactly was so different. But I also found other issues with the way the function parsed the data file and got that all sorted out in the version I am working on now.
The next step is predictive pricing from PoEPrices.info. I am using the code from the TradeMacro to leverage the PoePrices API, the code is already well written and works perfect. This will be an awesome way to price the rare items that the poe.ninja data does not cover, and I have gotten some inspiration from a script out there called autobuyout which essentially uses the predictive value to set the prices on items in your stash. I want to impliment something similar but let it just do the entire stash at once! For now I am going to add it as an optional data source which can be used with the CLF. Some cool stuff coming soon

That sounds great, any eta for the new version?
-
Contributor
Originally Posted by
jasondurden
That sounds great, any eta for the new version?
I'm on a trip with my wife and kid for the next few days, so at least 3 days before I get back to this.
Things that still need finish:
Add globe scan positions to rescale()
Add metamorph panel x,y adjustment to GUI (for in field Auto fill)
Create function to fill metamorph in tane's lab (in-field already done)
Things added already before I left:
Script can now work while game is tabbed out
Script will now only capture the game window itself, windows on top will not obstruct samples
Life, es and Mana percentages can be viewed from globe scan settings panel
Gamestates and globe scan window will update even when game is not focused
Poe.ninja database fixed
Beasts properly matched to poe.ninja database
Predictive pricing added for rare items
Catalogue of any item that has had a predictive price fetched, in order to minimize http requests (deciding if it should be saved, currently it resets each start of the script)
New stash tab option for dumping priced rares above threshold
New stash tab option for dumping unmatched items while stashing
So a few things left to do but most of it is done.
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
-
Post Thanks / Like - 2 Thanks
-
Member
what does it mean when it says top left "paused while left channel is open" ?
thanks in advance
-
Member
I cannot get anything to work but Quicksilver...It only uses Quicksilver...can anyone help?
-
Contributor
Originally Posted by
nguadien
I cannot get anything to work but Quicksilver...It only uses Quicksilver...can anyone help?
read wiki few times, read 10-20 pages back, then ask again