How do I fix the "Scoop Recv Route (Main)" problem? I have attached a pic of the problem. Thanks in advance.
Printable View
How do I fix the "Scoop Recv Route (Main)" problem? I have attached a pic of the problem. Thanks in advance.
thats ip trouble, you not have proper server connection, check twice the ip's you usin in hotuk, or check if the server you have is enough fast to support the game.
Btw, if you have configured *AREA_SERVER you may have that trouble, remove the line, or if u try to use game_server diferent than login_server, configure to have both at same.
That's a loss in packets
You're not connecting to the server. Check your checksums and your admin login stuff
Or you can post your hotuk and I can tell you what's wrong lol
Thanks again. My server should be fast enough to support the game. Here's my "hotuk" file. I am using only my local IP, which is 127.0.0.1. Any help would be welcome.
//Server IP and Name
//*GAME_GUARD
*MODE SERVER
*SERVER_CODE 0
*SERVER_NAME dPT
*VERSION 3096
*SERVER_AUTOPLAY
//*NOTICE_URL
*GAME_SERVER dPT 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
//*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
//*PERMIT_EXP
//*ENABLE_SERVER_EXP 1
//*ENABLE_PK 1
//*PK_FIELD 2
//*REC_ADMIN_CMD
//*DISABLE_THROWITEM
//*START_FIELD
//*DISABLE_QUEST
//*DISABLE_DEC_SKILLPOINT
//*SERVER_RECORD_MEM
//*CLIENT_CHECK_FUNC 1
//*BLOCK_LEVEL 1
//*DISCONNECT_ITEM_ERROR 1
*CHECK_POTION_COUNT 10000
//*CLIENT_CHECK_PROCESS_TIME 30
//*CLIENT_PROCESS_TIME_OUT
//Event's
//*EVENT_EXPUP 500
//*EVENT_POTION 10
//*EVENT_BITMASK
//*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
//*CONNECT_CLIENT_CODE 1065117298
//*DISCONNECT_CLIENT_BADCODE
//*CLSAFE_CODE -1374628258
//*DISCONNECT_CLSAFE_CODE
//Database Backup DIR
*BACKUP_FOLDER_NAME "c:\databasebackup"
*BACKUP_PATH "c:\databasebackup"
//Admin Stuff
*DEBUG_ID "Login ID"
*DEBUG_IP 127.0.0.1 127.0.0.1 127.0.0.1
*ADMIN_IP 127.0.0.1
*ADMINISTRATOR_IP 127.0.0.1
*ADMIN_LOGIN "Login ID"
*ADMIN_NAME "Admin Character Name"
*ADMIN_COMMAND "Hello1"
*ADMIN_COMMAND "Hello2"
*ADMIN_COMMAND "Hello3"
ultraman, ok the hotuk seems fine, but well remember that to you use the server and client on same pc need a good machine, gameserver eats resources, sqlserver eats more resources, game client eats some resources.
I recomend not less than 640M ram, 2.1Ghz and not run anything else in background, kill all other process that autoloads in startup too, if you want have it on same pc, is not recomendable run server and client on same pc, but with at least that it will run, try not overload with unusefull things while trying to run or it will slow sqlserver and the gameserver.
Try changing that toQuote:
//Server Protection
//*CONNECT_CLIENT_CODE 1065117298
//*DISCONNECT_CLIENT_BADCODE
//*CLSAFE_CODE -1374628258
//*DISCONNECT_CLSAFE_CODE
andCode://Server Protection
*CONNECT_CLIENT_CODE -1212612737
*CONNECT_CLIENT_CODE -139551320
//*DISCONNECT_CLIENT_BADCODE
*CLSAFE_CODE 1212612737
*CLSAFE_CODE 139551320
//*DISCONNECT_CLSAFE_CODE
Comment all of
//Admin Stuff
*DEBUG_IP 127.0.0.1 127.0.0.1 127.0.0.1
*ADMIN_IP 127.0.0.1
*ADMINISTRATOR_IP 127.0.0.1
Then just put your username in *DEBUG_ID "Login ID"
and that will prevent people from using the admin client but you
Also would suggest uncommenting
//*LOGIN_SERVER_IP 127.0.0.1
I'm pretty sure that has to do with gm login *not sure*
i notice when u scooped routed it wasnt 127.0.0.1
when i had this problem i was using my WAN ip in
the ldata.bmp and the registry file in the client PT folder..
so check those and all those client lines u can comment out ^^
*MODE SERVER
*SERVER_CODE 0
*GAME_SERVER Local 127.0.0.1 127.0.0.1 127.0.0.1
*CLAN_SERVER 127.0.0.1 80 127.0.0.1 80
*AREA_SERVER 127.0.0.1
*SERVER_NAME dPT
*VERSION 3096
*MAX_USERS 200
*GAME_GUARD
*ENABLE_PARTYITEM
*SERVER_RECORD_MEM
*CLIENT_CHECK_FUNC 1
*BLOCK_LEVEL 1
*DISCONNECT_ITEM_ERROR 1
*CHECK_POTION_COUNT 10000
*CLIENT_CHECK_PROCESS_TIME 30
*CLIENT_PROCESS_TIME_OUT
*ENABLE_SERVER_EXP 5
*MONSTER_KEY 1
*CONNECT_CLIENT_CODE -1128564151
*CLSAFE_CODE -1128564151
*BACKUP_FOLDER_NAME "c:\databasebackup"
*BACKUP_PATH "c:\databasebackup"
*DEBUG_ID triglow01 triglow02 triglow03 triglow04 triglow05 triglow06 triglow07 triglow08 triglow09 triglow10 moriah01 moriah02 moriah03 moriah04 priston11 priston12 priston13 priston14 priston15
*DEBUG_IP 127.0.0.1 127.0.0.1 127.0.0.1
*ADMIN_IP 127.0.0.1
*ADMIN_LOGIN "test"
*ADMIN_NAME "test"
*ADMIN_COMMAND "Hello1"
*ADMIN_COMMAND "Hello2"
*ADMIN_COMMAND "Hello3"
THATS MY HOTUK.INI.... IM HAVIN SAME PROBLEM =S ANY HELP PLS??