Hey Otland!
I was trying to change version on OTX 3, from 11+ to 10.98, but when I edit in definitions.h
to
I get debug errors on client, after i click on selected characters. Map is well compiled to 10.98, items.otb are also correct (i think) so I suspect that there is something more to chane in sources. Anyone know what I need to change except definitions.h to compile well on the protocol that I want?
The same situation is when I try to compile on TFS 1.2
Thanks for reply!
I was trying to change version on OTX 3, from 11+ to 10.98, but when I edit in definitions.h
Code:
static constexpr auto CLIENT_VERSION_MIN = 1100;
static constexpr auto CLIENT_VERSION_MAX = 1100;
static constexpr auto CLIENT_VERSION_STR = "11.00";
to
Code:
static constexpr auto CLIENT_VERSION_MIN = 1098;
static constexpr auto CLIENT_VERSION_MAX = 1098;
static constexpr auto CLIENT_VERSION_STR = "10.98";
I get debug errors on client, after i click on selected characters. Map is well compiled to 10.98, items.otb are also correct (i think) so I suspect that there is something more to chane in sources. Anyone know what I need to change except definitions.h to compile well on the protocol that I want?
The same situation is when I try to compile on TFS 1.2
Thanks for reply!