JohnRaiden 0 Posted October 24, 2022 Greetings I am trying to setup a Zero server on localhost. When I want to connect to my GM account, I get this message from my login server: Wrong client flags detected (account: GmAccount, received flags: 0x80000001) Through the client I receive "your game's exe file is not the latest version" I am using 2021-11-24 Zero client with 2020-01-15_2aRagexe_zero from http://nemo.herc.ws/downloads/ mmo.h #define PACKETVER 20200115 and #define ENABLE_PACKETVER_ZERO in my mmo.h login-server.conf check_client_version: false check_client_flags: true report_client_flags_error: true If I switch check_clint_flags : false, I am able to connect, create a character but cannot login with the character and get "failed to connect to server". I would rather not keep it "false" to avoid any potential problems resulting from this. Your help would be appreciated. Quote Share this post Link to post Share on other sites
0 JohnRaiden 0 Posted October 24, 2022 Update: 4144 solved the problem on discord. Problem was enabling ExtendCashShopPreview and ExtentOldCashShopPreview on nemo/warp and not enabling the function on server side as described in following links: Thank you very much 4144 Quote Share this post Link to post Share on other sites
Greetings
I am trying to setup a Zero server on localhost.
When I want to connect to my GM account, I get this message from my login server:
Wrong client flags detected (account: GmAccount, received flags: 0x80000001)
Through the client I receive "your game's exe file is not the latest version"
I am using 2021-11-24 Zero client with 2020-01-15_2aRagexe_zero from http://nemo.herc.ws/downloads/
mmo.h
#define PACKETVER 20200115
and
#define ENABLE_PACKETVER_ZERO
in my mmo.h
login-server.conf
check_client_version: false
check_client_flags: true
report_client_flags_error: true
If I switch check_clint_flags : false, I am able to connect, create a character but cannot login with the character and get "failed to connect to server".
I would rather not keep it "false" to avoid any potential problems resulting from this.
Your help would be appreciated.
Share this post
Link to post
Share on other sites