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!

[Update] 1.053 Client and Partially Fixed Server Files

Experienced Elementalist
Joined
Oct 10, 2007
Messages
238
Reaction score
51
Hey everyone.
I managed to do something yesterday night. Took me all night to do it, but finally, the deleted 1.0.53 files and client are uploaded to my MEGA account. What I did was to search for dumps of closed websites to find the client. Then, it took me a few tweaks on the server files to make them work.
I uploaded 1.0.47 client, even though we don't have the corresponding server files for it. It is for archiving purposes since noone can find these clients anymore.

Disclaimer: The following guide assumes that you have followed every step. Even if it doesn't work, please do not pm me. I left WOKF a long time ago. I do not remember how to do things at all. I followed my previous guides, so you can understand that I am a newbie as well. Refer to my old guides when I was more knowledgable and interested in WOKF files.

I AM UPLOADING THESE BECAUSE THIS GAME HAS NOSTALGIC VALUE TO PEOPLE. IF ANY DEVELOPER IS INTERESTED, THEY CAN EDIT THE FILES AND REPLACE THE SKINS AND MODELS TO MAKE THIS GAME MORE MODERN GRAPHICS-WISE. IF ANYONE CAN FIX THE BUGS, PLEASE UPLOAD THEM.

Small guide for 1.0.53 Files and Client

Download WOKF1.0.53Fixed.rar from Server Files
Download 1.0.53 Client from Clients folder.

A. Database Installation
1. Install MYSQL. Use "root" as password and username.
2. Install Navicat. Connect to MYSQL.
3. Create three databases: account, wok, gmdb

- Select account by double clicking. Right click and select Execute SQL file option. Then, from the opened window, go to server files. Under SQL folder, I have a folder named HeartSeekerDB. Use the accounts.sql file and press start in Navicat.
- Select wok by double clicking. Right click and select Execute SQL file option. Then, from the opened window, go to server files. Under SQL folder, I have a folder named HeartSeekerDB. Use the wok.sql file and press start in Navicat.
Select gmdb by double clicking. Right click and select Execute SQL file option. Then, from the opened window, go to server files. Under SQL folder, I have a folder named HeartSeekerDB. Use the gmdb.sql file and press start in Navicat.

B. Server Files Configuration
1. Go to RTService. Use start_RTService.bat file. Then, use the start_xRemoteService.bat file.
2. Under xDominator\data\config\dominator folder, edit the wok.ini file. The line you will edit is like this
map_server = DESKTOP-U0BB7GD ; Wok-wok modify the machine for your computer name
You need to learn your machine name. In Windows 10, right click on My computer. Select Properties. It is the Device Name. copy and change the "DESKTOP-U0BB7GD" part of this line. In other Windows versions, use google to learn how to do it.
3. All other files are configured for local testing. That means, you do not need to change anything else.
4. Start the files in the following order. They are found in the folders.
xCheckVersion.exe
LogServer.exe
xCacheServer.exe
xDominator.exe
xExchangeServer.exe
xLoginServer.exe
xZoneServer.exe
Alternatively, you can use ServerStartUp.exe to open them at once. I prefer opening them one by one.

C. Client Configuration
1. Install the 1.0.53 Client from the Mega Folder. When the installation is done, go to where you installed the client.
2. Edit ClientCfg.txt and change the ip in LoginSvrIP="OLDWOKFIP" to LoginSvrIP="127.0.0.1";
3. Edit Update.ini and delete everything. Then, paste the following.

PHP:
[config]            
Borough_num = 1        

[checkversion]
num = 4
port = 7007
ip0 = 127.0.0.1

[Borough0]
login_num = 1
name = wok
ip0 = 127.0.0.1
dianxin = 1


[url]
Notice       = http://www.worldofkungfu.com/patcher/index.cfm?action=top
News         = http://www.worldofkungfu.com
Updates      = http://www.worldofkungfu.com/patcher/index.cfm?action=bottom
Register     = https://passport.worldofkungfu.com/
Website      = http://www.worldofkungfu.com
Support      = http://www.worldofkungfu.com
Information  = http://www.worldofkungfu.com
Events       = http://www.worldofkungfu.com/index.cfm?action=events
Forum        = http://forum.worldofkungfu.com/
Charging     = https://passport.worldofkungfu.com
Help         = http://forum.worldofkungfu.com/

[game]
kungfu = GongfuClient.exe





Start the game and use any account from the database "account - user" table.
Example account : ACC: 02s9 Password: kgqgb56
 
Last edited:
Initiate Mage
Joined
Oct 10, 2021
Messages
1
Reaction score
0
Hi heartseeker, even following your steps I couldn't set up server... my start_xRemoteService.bat file already has error, can't access and when running test it always appears can't connect to port, always fails... Do you have or anyone in forum any video tutorial ?

Maybe cause I'm under a NAT router can't connect ports... I see many people complaining about that on forums...

Now I can connect just when logoff can't play same character I built on your account test. I see like 9194 days to delete. Your tutorial is great and works.
 
Last edited by a moderator:
Back
Top