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!

4 ppl who have server errors

Newbie Spellweaver
Joined
Sep 15, 2007
Messages
15
Reaction score
0
so i made this thread because the most posts are like : i have error...this dont work that dont work ...etc....

im lovin ragezone :D this is the site that helped me with my kal server in 2005 so now ill help other ppl ;)

First Step :
Check your .ini files [everybody tells that ;) but check it again youll see the difference]

PHP:
;
CAST_PORT  = 7882
DATABASE_ADDRESS = HAMIP/IP,1433<<<THIS IS THE REASON
DATABASE_DATABASE = character
DATABASE_ACCOUNT = sa
DATABASE_PASSWORD = PW
CAST_SERVER_ID  = 1101
LOG_PATH  = ..\LogFiles\

look for what port your mssql is listening ;)
its not always 1433!!!!!!

>HOW CAN I FIND OUT THE PORT???

>>I MADE IT THIS WAY : open the folder my example C:\Program Files\Microsoft SQL Server\MSSQL$(hereshouldbeyourservername///DONT CHANGE IT)\LOG
go in this directory
and open a file with EDITOR!!! mine is : ERRORLOG.3

than search for somthing like this (but it has to be the latest!) :
2009-08-21 14:59:18.68 server SQL server listening on 192.168.1.3: 1046.(YOU SEE??? MY PORT IS 1046 and not 1433)

this should help you with your server ;)

last step: replace 1433 with YOUR PORT in the .ini files of Dekaron and TADAAA it logs in ;)
 
Newbie Spellweaver
Joined
Dec 19, 2009
Messages
11
Reaction score
0
so i made this thread because the most posts are like : i have error...this dont work that dont work ...etc....

im lovin ragezone :D this is the site that helped me with my kal server in 2005 so now ill help other ppl ;)

First Step :
Check your .ini files [everybody tells that ;) but check it again youll see the difference]

PHP:
;
CAST_PORT  = 7882
DATABASE_ADDRESS = HAMIP/IP,1433<<<THIS IS THE REASON
DATABASE_DATABASE = character
DATABASE_ACCOUNT = sa
DATABASE_PASSWORD = PW
CAST_SERVER_ID  = 1101
LOG_PATH  = ..\LogFiles\

look for what port your mssql is listening ;)
its not always 1433!!!!!!

>HOW CAN I FIND OUT THE PORT???

>>I MADE IT THIS WAY : open the folder my example C:\Program Files\Microsoft SQL Server\MSSQL$(hereshouldbeyourservername///DONT CHANGE IT)\LOG
go in this directory
and open a file with EDITOR!!! mine is : ERRORLOG.3

than search for somthing like this (but it has to be the latest!) :
2009-08-21 14:59:18.68 server SQL server listening on 192.168.1.3: 1046.(YOU SEE??? MY PORT IS 1046 and not 1433)

this should help you with your server ;)

last step: replace 1433 with YOUR PORT in the .ini files of Dekaron and TADAAA it logs in ;)

ops....i cannot find my port.....????no port in my all :?:ERRORLOG....
 
Newbie Spellweaver
Joined
May 20, 2010
Messages
14
Reaction score
1
CAST_PORT = 7882
DATABASE_ADDRESS = 5.200.53.148,1433
DATABASE_DATABASE = character
DATABASE_ACCOUNT = account
DATABASE_PASSWORD = password
CAST_SERVER_ID = 1101
LOG_PATH = ..\LogFiles\


THIS is how mine is set up it works fine
 
Back
Top