[Help] Cannot get locator to work

Newbie Spellweaver
Joined
Dec 1, 2004
Messages
10
Reaction score
0
Ive tried everything on the forum to get it going, including different databases. The locator just won't start. I'm getting the MLocator::Create error. I have my country code table filled with JP and 1. Any suggestions on what I should do?
 
Code:
[DB]
DNS="GunzDB"
USERNAME="gunz"
PASSWORD="reallysecretbutreallylongpassword"

[NETWORK]
IP="myIPhere"
PORT="8900"

[ENV]
ID="1"
LOCATOR_UID_HIGH="5"
LOCATOR_UID_LOW="0"
MAX_ELAPSED_UPDATE_SERVER_STATUS_TIME="1000" 
UDP_LIVE_TIME="10000000" 
MAX_FREE_RECV_COUNT_PER_LIVE_TIME="9" 
BLOCK_TIME="0" 
UPDATE_UDP_MANAGER_ELAPSED_TIME="3" 
MARGIN_OF_ERROR_MIN="500000" 
USE_COUNTRY_CODE_FILTER="no" 
GMT_DIFF="-3"
ELAPSED_TIME_UPDATE_LOCATOR_LOG="3600000"
ELAPSED_TIME_UPDATE_LOCATOR_LOG="10000"
ELAPSED_TIME_UPDATE_COUNTRYCODEFILTER_LOG="10000"
UPDATE_COUNTRY_CODE="66 89 69 77 73 83 65 78 68"
 
Upvote 0
Valid countries are.. JPN, BRZ, IND, etc.. INTERNATIONAL is US. JP isn't valid.

I use INTERNATIONAL for all my stuff.. JPN also works for me. CountryCode3 should have JPN.. INTERNATIONAL.. etc.. I've noticed with the July matchServer it automatically updates the ServerStatus table.. pretty cool.
 
Upvote 0
Back