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!

[Guide][Any Files] Server Setup | FAQ | Troubleshooting Guide

Initiate Mage
Joined
Nov 11, 2006
Messages
8
Reaction score
0
Nothing happens when i double click 4096.exe
What should i do?
 
Last edited:

SiK

Custom Title Activated
Member
Joined
Sep 10, 2006
Messages
2,099
Reaction score
7
Use more updated server files.
 
Initiate Mage
Joined
Jul 13, 2006
Messages
4
Reaction score
0
Sik, i tried following your guide but i'm missing something and i can't connect to the server... I'm trying to play with 2-3 people, but to test the server i tried using the jpadminclient. I'll explain everything i did...

First I downloaded the ept v3100 and installed, than got the jpt server files (the McMadness repack is for kpt, right?). Then I setup the sql manager and put a user:
SiK - [Guide][Any Files] Server Setup | FAQ | Troubleshooting Guide - RaGEZONE Forums
.

After that i setup the odbc:
SiK - [Guide][Any Files] Server Setup | FAQ | Troubleshooting Guide - RaGEZONE Forums
.

Then i copied the char and field to the server folder. To see my ip:
SiK - [Guide][Any Files] Server Setup | FAQ | Troubleshooting Guide - RaGEZONE Forums
, then used the hotuk you post, changing the ips and used dPT as the server name:

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 dpT

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

//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 192.168.1.100 192.168.1.100 192.168.1.100
*SERVER_LINK_IP    192.168.1.100 192.168.1.100 192.168.1.100

//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 192.168.1.100 192.168.1.100 192.168.1.100 192.168.1.100

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

//*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 "teste"

//*ADMIN_COMMAND are your GM passphrases, if going public change these.
*ADMIN_COMMAND "Hello1"
*ADMIN_COMMAND "Hello2"
*ADMIN_COMMAND "Hello3"
After that, i changed my lData and the registry:
SiK - [Guide][Any Files] Server Setup | FAQ | Troubleshooting Guide - RaGEZONE Forums


Code:
A8ת $1@Q
 

SiK

Custom Title Activated
Member
Joined
Sep 10, 2006
Messages
2,099
Reaction score
7
Remove those // from *GAMESERVER, that is a required command line.
 
Initiate Mage
Joined
Jul 13, 2006
Messages
4
Reaction score
0
Removed, but still can't connect...

After I try to connect sometimes, the RecvMsg changes in the server changes, like this:
SiK - [Guide][Any Files] Server Setup | FAQ | Troubleshooting Guide - RaGEZONE Forums


Does it indicates something?
 

SiK

Custom Title Activated
Member
Joined
Sep 10, 2006
Messages
2,099
Reaction score
7
It means the server is atleast reading you, remove these:
*LOGIN_SERVER_IP 192.168.1.100 192.168.1.100 192.168.1.100
*SERVER_LINK_IP 192.168.1.100 192.168.1.100 192.168.1.100

and you may have to try two *GAMESERVERS with one including the localhost (127.0.0.1).
 
Initiate Mage
Joined
Jul 13, 2006
Messages
4
Reaction score
0
Removed the login_server and server_link and tried adding the gameserver 127.0.0.1 (tried as beta, as alpha and both as alpha), but still didn't connect... After i removed the login_server and server_link, the RecvMsg didn't changed anymore (it was always 0, and i think this must be bad). Any ideas?
 

SiK

Custom Title Activated
Member
Joined
Sep 10, 2006
Messages
2,099
Reaction score
7
Do you have the SQL.dll in your server folder?
 
Initiate Mage
Joined
Nov 11, 2006
Messages
8
Reaction score
0
SiK - [Guide][Any Files] Server Setup | FAQ | Troubleshooting Guide - RaGEZONE Forums


Did i do it correctly?

and i got this gameguard error 153..
 
Last edited:

SiK

Custom Title Activated
Member
Joined
Sep 10, 2006
Messages
2,099
Reaction score
7
5.16.197.22? Thats a hamachi IP, if the server is histed on your computer then use the IP 127.0.0.1
 

SiK

Custom Title Activated
Member
Joined
Sep 10, 2006
Messages
2,099
Reaction score
7
Use the client but click cancel on the gameguard updater (Delete your gameguard folder and gameguard.des to)
 
Initiate Mage
Joined
Nov 11, 2006
Messages
8
Reaction score
0
Oh wow ur great ^^

btw, do i have to open up ports if im playing it myself?
 
I am the Reaper
Joined
Aug 3, 2004
Messages
557
Reaction score
21
That depends, you are too vague. Is your server at your house? If so is it on your computer? Is the server on a computer on your lan network? You need not to open ports, burt make sure that you are using your LAN ip to connect to it if it is LAN based server.
 

SiK

Custom Title Activated
Member
Joined
Sep 10, 2006
Messages
2,099
Reaction score
7
If it's acknowledging a received message that must mean you maybe have the CL codes activated or version lock.
 

Yac

Initiate Mage
Joined
May 4, 2007
Messages
1
Reaction score
0
in SQL manager i dont have a login, where do i gain it back?
 
Initiate Mage
Joined
Dec 15, 2006
Messages
95
Reaction score
0
what lines to target inorder to remove gameguard from a version of KPT 2331 so it can be used with a debugger tool..
 

SiK

Custom Title Activated
Member
Joined
Sep 10, 2006
Messages
2,099
Reaction score
7
I'm not sure if its posted around here, but I know the general process is posted over in the R.O.S.E section.
 
Back
Top