azerothcore / playermap

WoW playermap
40 stars 24 forks source link

Does not work when the server is not on a standard port #12

Open leewheel opened 6 days ago

leewheel commented 6 days ago

if my realmd port is 3726 and game port is 8098 then i config the php `$server[1]['addr'] = '127.0.0.1';

$server[1]['addr_wan'] = 'wow.Mywowo.fun';

$server[1]['game_port'] = 8098;

$server[1]['rev'] = '';

$server[1]['both_factions'] = true;

or `$server[1]['addr'] = '127.0.0.1';

$server[1]['addr_wan'] = 'wow.Mywowo.fun:3726';

$server[1]['game_port'] = 8098;

$server[1]['rev'] = '';

$server[1]['both_factions'] = true; `

both do not work, so how can i get it work?

image

Helias commented 6 days ago

We used this on azerothcore, it should also work with tbcmangos but I am not sure what is going on on your setup, check all the parameters and double check the related table used with your database

leewheel commented 6 days ago

I see, maybe need change Database Sql read statement ,thanks!