Thanks ! If you need any help testing let me know. I tested with just 6 items and it got “stuck”. I can do tests with a much large set - around 300 items (rings) as well. If you need the DB I can compress it to around 17MB I think.
Hi Everyone. Need some assistance with a bug I am having. I have loads of items that I put into IA that are then spit out at the start of the next game session. Logs state:
INFO Deposited item back in-game, did not pass item classification.
This happens with all sorts of items, from greens to blues and pruples. Any ideas? I have cleaned and reloaded the database as well as updated item stats several times. Even tried to run GDIA in Admin mode. No luck.
Any specific items? It should only happen to items IA cannot recognize.
Eg: Not parsed DB, items new the latest patch (and not re-parsed) etc…
Any luck with resolving the items I raised via github ?
Not had the time to look into anything yet.
Will hopefully have some time this weekend.
Thanks. Have another question - I have a query that will select 5 of the same item based on criteria I provide. This gives me the correct result. Once I have the 5 items though there is no way to tell which ones they are. I have to go through all the items in IA - I could have up to 900 items and don’t want to wade through those manually.
Is it possible to flag items in the database, that would then appear in the item list - say a green check mark or something that allows me to quickly see the 5 I want ? If that isn’t possible the alternative would be to build a query to delete all of the items I don’t want, which should then leave the 5 items, which should then show up in the Items list and I can pick which one I want to transfer back to the game.
Your use case is very different from every other IA user.
The easiest? Rename the items in the DB.
update playeritem set name = ‘this is the item’ where id in (…)
Thanks for the suggestion. I’ll play around with that. I assume the changes name is just within IA. Once I transfer it back to game it will show as the usual item name ?
Correct
And a bunch of characters here, since the forum has a minimum length.
Hello, first off, great tool!
However, I’ve got an issue with the spears. They don’t show up under 2h weapons anymore. I just noticed today.
I have them:
But they don’t show under 2h:
Seems like their weapon tag is unknown by IA (I guess since they GD changed how spears work in some recentish patch?)
2H spears are fairly new I think.
I’m fixing some other issues later today, I’ll get this fixed included.
EDIT: I’m more surprised at the item having real item stats… should not have passed the filter…