Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

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