3 Questions..

Joined
Mar 26, 2006
Messages
603
Reaction score
7
1: Which server would you all recommend?
2: I keep getting error that says unable to connect, yet my GS shows i have connect, does someone know why this would happen? (Firewall is off + Ports are forwarded
3: How would i configure my hotuk.ini?
Code:
//Cleaned and Explained Hotuk by SiK
//www.RaGEZONE.com

//Dont Edit these 3 lines
*MODE SERVER
*SERVER_CODE 0
*SERVER_AUTOPLAY

//Your Server Name
*SERVER_NAME YourPT

// Leave as 127.0.0.1 if playing with yourself, change to external IP if going public.
*GAME_SERVER Alpha 127.0.0.1 127.0.0.1 127.0.0.1 //Wan/Lan/127.0.0.1?

//Only enable if you have clans installed. 
//Delete the // before *CLAN_SERVER and *ENABLE_CLAN to enable
//*CLAN_SERVER    127.0.0.1 80 127.0.0.1 80

//Max amount of people able to login.
*MAX_USERS 20

// No need to change
*SERVER_RECORD_MEM
*CHECK_POTION_COUNT 10000
*ENABLE_PARTYITEM
*PERMIT_EXP        20000000
*ENABLE_SERVER_EXP    20000000
*PERMIT_MONEY        20000000

//Events that run themselves (Some require NPCs to function)
*EVENT_MOLLYWOLF
*EVENT_POTION 20
*EVENT_HARDCORE
*EVENT_MORIFSHELTOM
*EVENT_VALENTINEDAY
*EVENT_SANTAGOBLIN
*EVENT_BIRTHDAY
*EVENT_BABELHORN
*EVENT_PUZZLE

//Changes the server exp rates (Dont do anything stupid like 100000) Default rate: 50x
*EVENT_EXPUP 500 

//*PK_FIELD Picks a field where players can attack each other (PK)
*PK_FIELD 16

//Other Events
*EVENT_BLESSCASTLE
*EVENT_CHILD
*EVENT_SUMMER_CHICKEN
*EVENT_NINEFOX
*EVENT_BITMASK         32

//Sets Bless Castle to automatically turn itself on.
*EVENT_BLESSCASTLE    20
*EVENT_SIEGE_TIME    7

//Displays sometime of message upon player login
//*DISP_BILLING_TIME

//Leave 127.0.0.1 if playing by yourself, external IP or disable if public.
*LOGIN_SERVER_IP 127.0.0.1 127.0.0.1 127.0.0.1 //Wan/Lan/127.0.0.1?
*SERVER_LINK_IP    127.0.0.1 127.0.0.1 127.0.0.1 //Wan/Lan/127.0.0.1?

//Denotes your directory that backups are stored within.
*BACKUP_FOLDER_NAME "c:\databasebackup"
*BACKUP_PATH "c:\databasebackup"

//DEBUG_ID are the names of your GM(s) accounts
*DEBUG_ID GM1 GM2 GM3 

//DEBUG_IP are the IPs of your GM(s)
*DEBUG_IP 127.0.0.1 127.0.0.1 127.0.0.1 127.0.0.1

//Admin Login is the master password to login any account
*ADMIN_LOGIN "Admin"  

//*ADMIN_NAME is the name used when giving yourself GM powers in this case level 3 would be "/;Admin Hello3" and level 3 would be "/;Admin Hello2" 
*ADMIN_NAME "Admin"

//*ADMIN_COMMAND are your GM passphrases, if going public change these.
*ADMIN_COMMAND "Hello1"
*ADMIN_COMMAND "Hello2"
*ADMIN_COMMAND "Hello3"

I figure the reg file + ldata.bmd is wan?

Thanks to whoever helps.

P.S. I dont want to use hamachi, i dislike it.
 
Try server repacks such as BNF server repack, or McMadness Server repack. BNF helps stop crashes with 1855 server. McMadness repack comes pre-packed with many of tools... either way you should go, it should make it easy for you to make a server.

Both repacks comes with already made hotuk's for you to easily edit.
 
Have em both, i was friends with mc and helped him work on his. i mean i connect, GS shows im connected but it doesnt allow me to go in.... It just says unable to con after a while.
 
xpt 1855/kpt admin client/rpt 1855
Basically i find what i can and try it, nothin seems to want to connect, i know the server for mc is 1849 which i should be able to use 1855 to connect to it. don work though, then with BNF i tried em all to and none seemed to wana stay connected either.

heres a pic o show you want i mean
lordvladek - 3 Questions.. - RaGEZONE Forums
 
Oh yes, oh yes. Problem is with rPT patch I believe. I forgot who said it, but rPT installed something that attempts to prohibit connection to another server. I tried using the pyePT client and it worked like a charm. Shagpub's clients should also work.
 
Prob is the Version you are using, of the server, i only got that 1849 to work with client version 1849, no other clients, so try a dif server or try client 1849!
 
dont seem to have 1849 anymore as it was causing me some problems, but find a 1855 server, like XPT's and try logging in, should work.
 
Acutaly the error is this
Code:
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied. SELECT userid, Passwd, GameCode, GPCode, RegistDay, DisuseDay,  UsePeriod, Credit, SelectChk, EventChk, BlockChk, inuse, DelChk, ServerName, EditDay, RNo, SNo, Channel, BNum FROM GGameUser WHERE userid = 'godsin'
 
Acutaly the error is this
Code:
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied. SELECT userid, Passwd, GameCode, GPCode, RegistDay, DisuseDay,  UsePeriod, Credit, SelectChk, EventChk, BlockChk, inuse, DelChk, ServerName, EditDay, RNo, SNo, Channel, BNum FROM GGameUser WHERE userid = 'godsin'

Thats because your not getting permissions to access the database. Check your named pipes or tcp/ip which ever you use to connect to the SQL server. Check passwords.
 
Back