Malgardian / TQCollector

Source for TQCollector, a tool for item collectors in Titan Quest
https://titanquestfans.net/index.php?topic=234.0
14 stars 4 forks source link

Not recognizing some atlantis relics #19

Open markotuna opened 3 years ago

markotuna commented 3 years ago

Epic Coral Fragment, Epic Atlantean Artifice (quest relic) and Legendary Atlantean Artifice arent recognized as obtained when you have them. image image

kmsomebody commented 2 years ago

Atlantean Artifice still isn't recognized, but coral fragments are.

image

Malgardian commented 2 years ago

@DarthSomebody Did you acquire one recently at a current patch state of the game?

Davb37 commented 1 year ago

TQCollector v1.4.0.1 TQVaultAE 4.3.0 Titan Quest - Anniversary Edition v2.10.21415 Atlantean Artifice still not recognised: 1 2 I get the last Atlantean Artifice at the latest patch

Malgardian commented 1 year ago

@Davb37 Thanks for the report. Could you put a copy of that charm into an empty vault file and attach it here? Thanks.

Davb37 commented 1 year ago

Here it is: New Vault.vault.json.zip

Malgardian commented 1 year ago

I see the issue now, the game is still incorrectly creating that charm. I'll need to think about how to fix this properly.

For the time being you can just open the itemdb.xml file of TQC and replace the "\"s with "/"s for the entry of the Atlantean Artifice charm.

ezloj commented 1 year ago

How should this be modified? @Malgardian <Item dbr="xpack3\items\charms\01_x3_quest_artifice.dbr" id="x3tag_animalpart04" isIT="true" isR="false" isAtl="true" isEE="false" find=""/>

    There is only one `""` and adding a slash in it does nohing
Davb37 commented 1 year ago

You need to change all the \ to /, like that: xpack3/items/charms/01_x3_quest_artifice.dbr You need to do it for the 3 lines: normal, epic and legendary

ezloj commented 1 year ago

That did it. Thank you.

Malgardian commented 1 year ago

@ezloj Yeah, unfortunately Github's markdown swallowed my lone "\". Sorry about the confusion. Eventually I'll have a proper fix, but time's in short supply currently.

ezloj commented 1 year ago

EDIT: sorry, I was looking at a wrong tab. Basilisk eye is okay!