Beo

Results 11 comments of Beo

Same issue occurs for me.

Hi Okke, Thanks for your assistance! I made the change as advised and recompiled. The below error is the newest. ` ERROR: Failed to read dat '/things/1000/Tibia.dat': corrupt data (id:...

Hi @okk3 I did as you suggested and 2 errors when building. > 1>C:\Users\User\Documents\GitHub\otclient\3m-otclient\src\client\thingtypemanager.cpp(119,9): error C2065: 'm_marketCategories': undeclared identifier > 1>C:\Users\User\Documents\GitHub\otclient\3m-otclient\src\client\thingtypemanager.cpp(130,21): error C2065: 'm_marketCategories': undeclared identifier

Hi @okk3 Unfortunately, more errors this time! ``` 1>------ Build started: Project: otclient, Configuration: Release x64 ------ 1>animatedtext.cpp 1>client.cpp 1>container.cpp 1>creature.cpp 1>creatures.cpp 1>effect.cpp 1>game.cpp 1>houses.cpp 1>item.cpp 1>itemtype.cpp 1>localplayer.cpp 1>luafunctions.cpp 1>C:\Users\DB\Documents\GitHub\otclient\3m-otclient\src\client\thingtypemanager.h(84,10):...

Added this - provides the same result when building. I feel like we're closing in! ``` ItemTypeList findItemTypesByString(const std::string& name); std::set getMarketCategories() { return m_marketCategories; } ```

Sorry, new log file, looks like they are different this time round ```1>------ Build started: Project: otclient, Configuration: Release x64 ------ 1>animatedtext.cpp 1>client.cpp 1>container.cpp 1>creature.cpp 1>creatures.cpp 1>effect.cpp 1>game.cpp 1>houses.cpp 1>item.cpp...

Added both to client\luavaluecasts.h Issue building still persists. I can attach log files if required. You got this @okk3 I have faith! :)

No problem at all. I've added your final changes to `framework/luaengine/luavaluecasts.h` https://pastebin.com/gHg4Hv7H Build errors continue...

So, the good news is that it builds! Bad news is that I still receive the same error when trying to login using 10.00 :( ![image](https://user-images.githubusercontent.com/3629348/103020002-9fbaae80-453f-11eb-95ce-c86602cd1c2e.png) ` ERROR: Failed to...

Honestly, I appreciate everything you're doing @okk3. Once again, I am more than happy to pay a small sum of $20 for not only the resolution, but your contribution to...