Hello, I'm trying to use Multiple-Zone servers, almost everything is working fine, except the query for the 'master' login table
I'm using two different VPS to host these two servers:
Server 1: login server, map server, char server
Server 2: map server, char server
The problem here is the query from the npc's of the Server 2, they do not apply to the 'master' login table on the Server 1, the query just run on the local database, who should not have any information about the 'login' table.
There's any way to force the query from the npc's run on the 'master' database or should I just forget about Multi-Zone servers on different machines ?