JohnRaiden
New member
- Messages
- 4
- Points
- 0
- Discord
- JohnRaiden#2851
- Emulator
- Hercules
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.
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.