At line 1415 you have something like it
Code:
// Server Ports #define PN_PATCHSRVR 1100 #define PN_WORLDSRVR 2000 #define PN_CERTIFIER 23000 #define PN_CORESRVR 4000 #define PN_CACHESRVR 5400 #define PN_DBSRVR_0 7000 // l //#define PN_DBSRVR_1 7100 // w #define PN_DBSRVR_1 24000 // w #define PN_DBSRVR_2 7200 // core #define PN_LOGINSRVR 28000 #define PN_PATCH_DISTRIBUTOR_0 9000 #define PN_PATCH_DISTRIBUTOR_1 9100 #define PN_MONITOR_0 11000 #define PN_MONITOR_1 11001 #define PN_MONITOR_2 11002 #define PN_ACCOUNTSRVR_0 12000 #define PN_ACCOUNTSRVR_1 12001 #define PN_ACCOUNTSRVR_2 12002 #define PN_ACCUMULATOR 13000 #define PN_ADBILL 26666 #define PN_COLLECTION 26000
Well we change!
Code:
#define PN_WORLDSRVR 2000 // Port of the world #define PN_CERTIFIER 23000 //Port of a certifier #define PN_CORESRVR 4000 // Port of coreserver #define PN_CACHESRVR 5400 // Port of cacheserver #define PN_DBSRVR_0 7000 // Dataserver #define PN_DBSRVR_1 24000 // Dataserver #define PN_DBSRVR_2 7200 // Dataserver core #define PN_LOGINSRVR 28000 // Login sever #define PN_ACCOUNTSRVR_0 12000 //account server #define PN_ACCOUNTSRVR_1 12001 #define PN_ACCOUNTSRVR_2 12002 #define PN_ACCUMULATOR 13000 // accumulator server #define PN_COLLECTION 26000 // collection server edit the ports what you want between 1 - 65535 ports
and this about the files do you need
server contained
Code:
-050616ScriptConvert.exe -ChangeName.exe -MergeMaster.exe -Merge2.exe -ModelNameChecker.exe -Launcher.exe -Monitor.exe -mt4idc.exe







