albion-packet-hooking / AlbionPacketHandler

Albion Packet Handling and Loot Logging Framework
GNU General Public License v3.0
11 stars 9 forks source link

Item enchant level is wrong #13

Closed sh1ny closed 3 years ago

sh1ny commented 3 years ago

Hey, The logged item enchant level is +1 of what it is actually. Here's an example:

https://i.imgur.com/vteifsZ.png

Also realmbreaker is not properly parsed ( being 4.3 and not t5 ).

albion-packet-hooking commented 3 years ago

Sounds like the items.bin is incorrect, probably localization too.

The resources folder will contain a list of encrypted bin files. If a new release occurs you will need to drop the files from the game folder and the program will automate decrypting them on the next load up.

Files are found at: [Game Installation Dir]/game/Albion-Online_Data/StreamingAssets/GameData

sh1ny commented 3 years ago

That did the trick, ty !

https://i.imgur.com/WfgRUmv.png