What's new

[NEW REPACK] 7.3.5 LEGION WoW Repack - WoW Legion 7.3.5 Repack - Blizzlike & Fun

TheKillerChicken

Gold Supporter
Veteran Member
92
2019
11
I receive the same MYSQL warning, It doesn't cause an issue on my setup.

Alrighty. This means it is something else. Definitely not a firewall issue as I looked at all my settings and logs on my next-generation firewall and my server and client side firewalls and do not see and blocking happening. Unless there is something hidden happening.
 

steveo8679

Gold Supporter
Veteran Member
56
2018
3
just noticed in my server I am getting this: [WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements. Would that cause connection issues?

With my setup, I have a server on my lan with IP 192.168.0.108 that runs the core, the only changes I needed to make were.

Update MySQL realmlist table address (not local address) to 192.168.0.108
In bnetserver.conf change LoginREST.ExternalAddress to LoginREST.ExternalAddress=192.168.0.108
Ensure you are using client version 26124
Make sure your client Config.wtf has SET portal "192.168.0.108"
 

Jernzzy

Verified Member
11
2020
0
Did anyone manage to connect to the server using the UWOW client? I can't seem to get mine to work
 

xhcool

Verified Member
18
2020
0
No 26124 client, I hope ExO can compile a server that supports version 26972, thank you very much
 

Samea

Gold Supporter
Silver Supporter
MoP Premium
Veteran Member
31
2020
14
I can connect with "adm@adm adm" just fine, but getting "BLZ51900003" error with "ad@adm ad"

I am using the uwow client, the only thing i did was put in "127.0.0.1" in SET portal in uwow.wtf. (i did not rename it to config.wtf)


getting this warning in bnetserver.exe [WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements.
 

coolman42

Veteran Member
Verified Member
31
2019
1
Anyone know how to make an account for this? I know the default ones work, but I'm just curious about making my own.
 

shiro2448

Verified Member
18
2019
2
Added Heading

How to create a new Account (Battlenet account)

Set the user@user to your account name. Dont forget the @.

Create Battlenetaccount:

worldserverconsole> battlenetaccount create user@user password

Create normal Account:

worldserverconsole> account create user@user password (password and username must be the same as above)

Connect normal Account to Battlenet:
Open your Databasetool like HeidiSQL or something else and execute:
Set the variable [MENTION=9012]Username[/MENTION] to the username above.

SET [MENTION=9012]Username[/MENTION] = "USER@USER";
SELECT @battleNetId := id FROM auth.battlenet_accounts WHERE email LIKE [MENTION=9012]Username[/MENTION];
UPDATE auth.account SET battlenet_account = @battleNetId WHERE username LIKE [MENTION=9012]Username[/MENTION];


Finished
 
Last edited:

Samea

Gold Supporter
Silver Supporter
MoP Premium
Veteran Member
31
2020
14
How to create a new Account (Battlenet account)

Set the user@user to your account name. Dont forget the @.

Create Battlenetaccount:

worldserverconsole> battlenetaccount create user@user password

Create normal Account:

worldserverconsole> account create user@user password (password and username must be the same as above)

Connect normal Account to Battlenet:
Open your Databasetool like HeidiSQL or something else and execute:
Set the variable [MENTION=9012]Username[/MENTION] to the username above.

SET [MENTION=9012]Username[/MENTION] = "USER@USER";
SELECT @battleNetId := id FROM auth.battlenet_accounts WHERE email LIKE [MENTION=9012]Username[/MENTION];
UPDATE auth.account SET battlenet_account = @battleNetId WHERE username LIKE [MENTION=9012]Username[/MENTION];


Finished

Awesome. Need to try this, thx
 

TheKillerChicken

Gold Supporter
Veteran Member
92
2019
11
Would my OpenSSL program be also out of date? I am using the one for the Cataclysm server. Also, would I need it for my client?
 
Top