Results: 5Comments by: RobbyCologne
File: Tamriel Trade Centre12/30/19
LuaSerializer
Posted By: RobbyCologne
Hi, I take a look at your LuaSerializer at GitHub. First: great work! But unfortunately your serializer will not work completely for users with german culture settings running on their computers. 13 from 146 unit-tests failed because of conversion problems of double and floats: you are not using culture invariant conversion...
File: Tamriel Trade Centre09/08/18
Re: Re: Question on PriceTable.zip and ItemLookUpTable_XX.lua
Posted By: RobbyCologne
Thx for the information! Hi, I take a look at the website of TTC and found the zip-File “PriceTable.zip”. Inside I found a two types of files: lookup-tables like “ItemLookUpTable_XX.lua” for the items and a price-file called “PriceTable.lua”. The datastructure of the item-file is understandable. I found a name and an un...
File: Tamriel Trade Centre09/01/18
Question on PriceTable.zip and ItemLookUpTable_XX.lua
Posted By: RobbyCologne
Hi, I take a look at the website of TTC and found the zip-File “PriceTable.zip”. Inside I found a two types of files: lookup-tables like “ItemLookUpTable_XX.lua” for the items and a price-file called “PriceTable.lua”. The datastructure of the item-file is understandable. I found a name and an unique-index. Then I tried to...
File: Bandits User Interface07/10/18
Unable to set marker (key f) on map
Posted By: RobbyCologne
I tested "Bandits UI" for the first time and like the addon. Thx for this work! But there is an error that really annoys: in Cyrodil it is not possible to set a marker on the default map (F key). It is not displayed when you try it. Only when: 1) hit f-key and then 2) right-click with mouse in map and then 3) close the map...
File: Tamriel Trade Centre04/07/18
Source-code of the client
Posted By: RobbyCologne
Hi, all the available addons here on esoui are “open source” because everybody can take a look at the LUA-files. Unfortunately I can’t find any source files of the client in the client-folder. I this a closed source part? Before I will start this client I want to take a look at the source files too (I’m a professional...