Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

Pre-AOR

Well i just tested, and i went into the server client, and changed the ending from 1927 to 10007, and did the same for the SkyPt Client, but i went in and i got unable to connect, im not sure what to do, but im not sure how to open the port 10007...Help?

Oh and i just went through and edited the Hotuk,,rgx file, and the registry to my ip, still dont work...
 
You did it wrong. It's hexadecimal and is an Intel format (reverse sort of). The hex 1927 normally means the decimal of "6439". In intel format though, the hex is read as "2719" and means 10009. Here's a hexadecimal converter--



Now, this is for normal hexadecimal, not intel format, but that doesn't matter. To find out what the hex 1927 is in decimal value, you'd type in 2719 instead, resulting in the value of 10009 -- the standard Priston Tale KPT port. For port 10007 the normal hexadecimal equivalent would be 2717, but you have to enter it in the exe as 1727.

So replace it with 1727. If you have a backup of the exe, load the backup incase you overwrote any important bytes.
 
i would like to address the first post, the reason sandurr at rpt did it so easilly is due to the fact he either decompiled the pt server exe or bought the source code. Ohh, and even if he didnt, which he did, he has the knowledge, we dont, that is the problem we face here. I successfully managed to add old ric to my server but it was never effective outwith a testing basis, the old map is just far to unstable to be just added into the game by botching a few files,
 
Well can i at least have the skin, i might not want to add it to a new map, but i want the skin...

To the ports, well i changed to 1727 in both the server and client and i still get unable to connect...
 
download then pre aor client and then take the forest folder, dump it into your pt folder and make one of your maps refference the folder and the specific SMD and SMB file inside, old ric is i think, forrest-1.ase (forrest-1.smd/smb)
 
Ok now im positive i did it correctly, the hexing is right after the client and the server values, i have 1727, and i just checked if the port was enabled and it said it was...do i have to open port 10009 also?

and what do u mean by "grant the server application usage of that port"

n whats ur msn, maybe u can help me there :P
 
Last edited:
Ok im going to list everything i did, tell me if anything is wrong...

Went to 192.168.1.1

Opened Port 10007, Start=10007 End=10007, TCP Enabled

Went to Server, opened kpt endless twr v2.2 in hex

Edited to 1727

Went to Client,1873_QuantumFusion

Edited to 1727

Went to Registry, rgx hotuk, and ldata

Changed Version and IP address

Wrong?

I Just opened port 10009 and tried it that way, didnt work, and i tried to change the ip address to my router IP...didnt work, and also disabled avg, didnt work, so yea...i dunno
 
Back