LotroCompanion / lotro-companion

A graphical tool to manage your Lotro Characters (including gear/stats simulation)
28 stars 3 forks source link

Revisit Data in Terms of Bullroarer #545

Open xDaavos opened 9 months ago

xDaavos commented 9 months ago

At the moment barter and verndor NPC's are loaded, which are not available in the live version of the game, but only in a test environment. This falsify the results in LC. If you intended this, please delete this issue.

The data could be skipped or the user in LC could see a hint that it is only data from the beta.

As examples:

<barterer id="1879302132" name="Chiver Me Timbers" title="Lady of Delvings and Carn Dûm">
<barterer id="1879302143" name="Drachyn" title="Gundabad Instance Gear">
etc. 
<link parentId="1879140598" contentLayerId="0" target="1879087594" label="To: The Eyes and Guard Tavern" from="49.743748/-119.46898" to="53.607986/-121.052704" type="TO_DUNGEON"/>
<link parentId="1879140598" contentLayerId="0" target="1879087594" label="To: The Eyes and Guard Tavern" from="50.743847/-1.2997851" to="53.607986/-121.052704" type="TO_DUNGEON"/>
<map id="1879087594" name="The Eyes and Guard Tavern" imageId="1090647775">
<geo factor="300.0">
<point longitude="51.879997" latitude="-117.94333"/>
</geo>
<min longitude="51.879997" latitude="-119.94333"/>
<max longitude="54.546665" latitude="-117.94333"/>
</map>
dmorcellet commented 9 months ago

LC extracts data from the live client only. The Eyes and Guard tavern and all its NPCs are present in the live DAT files. But the tavern is only reachable by players on Bullroarer. I have not found yet an easy way to identify these NPCs and remove them from the LC data.

dmorcellet commented 8 months ago

@xDaavos found a way to do it and provided sample barters.xml and vendors.xml files.