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!

Problem with client HELP Pls

Newbie Spellweaver
Joined
Apr 9, 2006
Messages
29
Reaction score
0
well first sorry for my english.

i have a problem sorry for my ingnorance, i create a server, and modify the registry but when i open Priston Tale icon in my desktop the game connect with the official no with my server... what i need to do for fix this.

and the other question, anybody have a web files to make a webpage to my server, with registration?

i hope you understand my problems.

bye
 
Newbie Spellweaver
Joined
Nov 6, 2006
Messages
34
Reaction score
1
Have you edited ldata.bmp ? Dunno if it needs to be edited anymore but its worth a try.
 
Supreme Arcanarch
Loyal Member
Joined
Oct 1, 2006
Messages
953
Reaction score
0
yes it does. noteapd.

right click open with notepad
 
Master Summoner
Joined
Mar 24, 2007
Messages
514
Reaction score
0
With first of all i didnt understand what you said >.< and second of all you can try searching for them ^^
 

SiK

Custom Title Activated
Loyal Member
Joined
Sep 10, 2006
Messages
2,099
Reaction score
7
If your connecting to official are you sure your using the right client (Aka not the default game.exe)
 
Junior Spellweaver
Joined
Nov 10, 2005
Messages
101
Reaction score
0
dont worry about this item.dat. The importan is what ip is in windows registry.

save text bellow as pt.reg and run it to change ip of you registry to your local ip:


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Triglow Pictures\PristonTale]
"Server1"="127.0.0.1"
"Server2"="127.0.0.1"
"Server3"="127.0.0.1"
"ServerName"="yourservername"
"Account"=" "
"Graphic"="2"
"Network"="1"
"ScreenSize"="1"
"ColorBPP"="16"
"MotionBlur"="false"
"CameraSight"="OFF"
"Sound"="On"
"CameraInvert"="false"
"FullMode"="Off"
"MicOption"="OFF"
"FirstFlg"="1"
"Version"="1850"
"PATH"="C:\\Arquivos de programas\\TriglowPictures\\PristonTale"
 
Back
Top