• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Point Blank Turkey PORTS

Newbie Spellweaver
Joined
Dec 31, 2018
Messages
32
Reaction score
1
Hello,
would someone please let me know what ports PB TAM is using?

for example: (PB Phantom)

Game
public static int pb_gamePort = 39191;
public static int pb_syncPort = 1909;
Auth
public static int pb_authPort = 39190;
public static int pb_syncPort = 1908;
UPD
public static ushort pb_udpport = 40009;
public static ushort pb_syncPort = 1910;

SOLUTION: TAM Ports
Game
public static int pb_gamePort = 39103;
public static int pb_syncPort = 5506;
Auth
public static int pb_authPort = 39190;
public static int pb_syncPort = 5509;
UPD
public static ushort pb_udpport = 50009;
public static ushort pb_syncPort = 2109;
 
Last edited:
Back
Top