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!

[HELP]me plz

Junior Spellweaver
Joined
Feb 9, 2007
Messages
142
Reaction score
0
I have been trying to make a server in ages now .. only thing i can is make the mysql execute that things and then some settings in McMadness server repack and so on but .. i dont know how to get into my server :/ anyone here can help ? my msn is the_general21@hotmail.com

if this is breaking the rules feel free to delete it sry ^^

EDIT: Info !

Windows XP
Home PC :p
I did put 127.0.0.1 just had to see to test server right ?

Code:
//Server IP and Name
//Hotuk.ini assembled by Superman666 aka Ryder
//Credits to Sik and Crackaddict also for me using his post on RFT for some of these command line

//*GAME_GUARD
*MODE SERVER
*SERVER_CODE Local
//*VERSION 3096
*SERVER_AUTOPLAY
//*NOTICE_URL
*GAME_SERVER Local 127.0.0.1 127.0.0.1 127.0.0.1
//*AREA_SERVER 127.0.0.1 127.0.0.1 127.0.0.1
*LOGIN_SERVER_IP 127.0.0.1
*SYSTEM_IP 127.0.0.1
*ENABLE_CLAN
*CLAN_SERVER 127.0.0.1 80 127.0.0.1 80
*TT_DATA_SERVER
*SERVER_LINK_IP

//Server Settings

*MAX_USERS 200
//*CRAZY_PACKET
*ENABLE_PARTYITEM
*PERMIT_MONEY 1000000000
*PERMIT_EXP 1000000000
*ENABLE_SERVER_EXP 100000000
*ENABLE_PK 1
*PK_FIELD 9
//*DISABLE_THROWITEM
*START_FIELD 3
//*DISABLE_QUEST
//*DISABLE_DEC_SKILLPOINT
*SERVER_RECORD_MEM
//*CLIENT_CHECK_FUNC 1
*BLOCK_LEVEL 1
//*DISCONNECT_ITEM_ERROR
*CHECK_POTION_COUNT 10000
*CLIENT_CHECK_PROCESS_TIME 30
//*CLIENT_PROCESS_TIME_OUT
*ENABLE_CLAN
*RECORD_JOBCHANGER
//*TEST_SERVER


//Event's

*EVENT_EXPUP 100
*EVENT_POTION 30
*EVENT_BITMASK 32
*EVENT_BLESSCASTLE
*EVENT_SUMMER_CHICKEN
*EVENT_SANTAGOBLIN
*EVENT_GHOST
*EVENT_MOLLYWOLF
*EVENT_MORIFSHELTOM
*EVENT_WHITEDAY
*EVENT_VALENTINEDAY
*EVENT_NINEFOX
*EVENT_BABELHORN
*EVENT_PUZZLE
//*EVENT_BIRTHDAY
//*EVENT_STARPOINT
*EVENT_CRISTAL
*EVENT_CHILD
*EVENT_DAMAGEOFF
*EVENT_HARDCORE
*EVENT_MANDOO

//Server Protection 127.0.0.1

*CONNECT_CLIENT_CODE -869703011
*CL_PROTECT
//*DISCONNECT_CLIENT_BADCODE
//*CLSAFE_CODE 100
//*DISCONNECT_CLSAFE_CODE

//Database Backup DIR

*BACKUP_FOLDER_NAME "c:\databasebackup"
*BACKUP_PATH "c:\databasebackup"

// [ Admin Stuff ]

*REC_ADMIN_CMD  

//Admin Stuff 

*DEBUG_ID Admin
//*DEBUG_ID USERID

*ADMIN_IP 127.0.0.1
*ADMINISTRATOR_IP 127.0.0.1
*ADMIN_LOGIN "Admin"
*ADMIN_NAME "Admin"

*ADMIN_COMMAND "1"
*ADMIN_COMMAND "2"
*ADMIN_COMMAND "3"
but it's still most then server files i need help with :S
 
Newbie Spellweaver
Joined
Aug 20, 2006
Messages
40
Reaction score
0
would be nice if you would wrote some more details.
Think we can't help you with this few informations.

So.
First of all, where do u try to set up the server?
Is it a home computer and which OS has it? (Windows XP?)
Show us your hotuk.ini
We need to know: do u try to connect on your local pc (127.0.0.1)
or on network?
so more details pls ;)
 
Junior Spellweaver
Joined
Feb 9, 2007
Messages
142
Reaction score
0
would be nice if you would wrote some more details.
Think we can't help you with this few informations.

So.
First of all, where do u try to set up the server?
Is it a home computer and which OS has it? (Windows XP?)
Show us your hotuk.ini
We need to know: do u try to connect on your local pc (127.0.0.1)
or on network?
so more details pls ;)

ok adding info now
 
Newbie Spellweaver
Joined
Aug 20, 2006
Messages
40
Reaction score
0
So it seems your hotuk ini is set up correctly.

Other question. Have you set up your ODBC right?

I Forgot it once and the i got Connecting failed too.

Its really important that you have done all the things mentioned in the Server Setup Thread: http://forum.ragezone.com/f286/guide-any-files-server-setup-faq-troubleshooting-guide-245772/

so look for:

-working SQL Server
-working ODBC

And look that your Client is compatible with the server.exe

hope it will help u :)
 
Junior Spellweaver
Joined
Feb 9, 2007
Messages
142
Reaction score
0
So it seems your hotuk ini is set up correctly.

Other question. Have you set up your ODBC right?

I Forgot it once and the i got Connecting failed too.

Its really important that you have done all the things mentioned in the Server Setup Thread: http://forum.ragezone.com/f286/guide-any-files-server-setup-faq-troubleshooting-guide-245772/

so look for:

-working SQL Server
-working ODBC

And look that your Client is compatible with the server.exe

hope it will help u :)

eh wat's obdc?
 
Newbie Spellweaver
Joined
Aug 20, 2006
Messages
40
Reaction score
0
u still cant conenct to your server?
for the moment i really dont know whats wrong.
the only thing i which is possible now for me is that you use the wrong client for the server.
 
Junior Spellweaver
Joined
Feb 9, 2007
Messages
142
Reaction score
0
Back
Top