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!

[Release] New version with 5 classes

Newbie Spellweaver
Joined
Jun 10, 2016
Messages
22
Reaction score
17
Patched the client to english.
Patched the voice to korean.

Able to update item in the cash shop but not able to purchase them as there's no w-coin

need exp rate changes.

NM set exists, but no nm dungeon to go to.
 
Experienced Elementalist
Joined
Jan 21, 2015
Messages
235
Reaction score
201
Nice to see another release :). @hemaprince thanks for tagging me, I'll be having a break from Uni soon! Is this source any easier to read to develop tools etc? I recall that was one of our main issues.

nice to see you fallenfate , about this version i still didn't make a full analysis of it , but it has been verified it has wings system, 5th class, and i think pet system.

complexity: i think still the same but i believe we as a developers can decrypt it.

=========================================================



if this version works good without problem like previous one; then i have some plans to do for c9.
i have taked a look into LMC application and i can say it was stupidly programmed.
but i understand it now :)

explain:
about LMC and how it run servers:

first of all when you run it it will connect to LMS server and open a socket
when you enter auth data it will send PS_MonitorSeverLogin_Request
and wait for its
Acknowledgement (ACK) to see if login succeed or not.

when you run server by right click (server start option) , LMC will send
a request signal to LMS server with PS_ServerStart_Request then LMS
handle it. , as we send multiple request the LMS server will handle them
sequentially and finally will send (ACK) once for all for each server start request
separately, once LMC receive this (ACK) it will handle it and may turn it to
red and start alarm sound or turn it to blue which mean server successfully started.


Note:

LMC defined , 18 request packets, 18 ACK packets, 8 NAK packets
at least one of defined packets are useless(dnt have much information to test it) or not defined in LMS server.

 
Newbie Spellweaver
Joined
Jun 10, 2016
Messages
22
Reaction score
17
cash shop script was the same as the one before.

The table is located on

C9Service.Server.TblShopProductInfo
cChildProductId = K_C9_00001828
cProductId = K_C9_00001828

C9Service.Server.TblShopMenuInfo
shop01,SKC-SHOP,shop01,1,1,0,1,1

C9Service.Server.TblShopProductDetailInfo
K_C9_00001828, K_C9_00001828
 
Elite Diviner
Joined
Dec 17, 2014
Messages
478
Reaction score
61
can reupload to gdrive, my mega not opened browser.
 
Newbie Spellweaver
Joined
May 22, 2018
Messages
7
Reaction score
0
Does anyone have a full english translation for this client? All I found in the forums, are only partial translations. (Sorry for my bad english btw).
 
Newbie Spellweaver
Joined
May 22, 2018
Messages
7
Reaction score
0
I have and it's a partial translation. And I get this kind of text in most of the dialogs
8Drht2A - [Release] New version with 5 classes - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Apr 17, 2008
Messages
189
Reaction score
41
Does anyone have a full english translation for this client? All I found in the forums, are only partial translations. (Sorry for my bad english btw).

try this one

and also do the steps that Memiko said
"1. go to gamedata/msg and delete all file in msg folder
2. delete font folder in game main folder
3. unzip font.rar in game folder and done, you can start game with all english."
 
Newbie Spellweaver
Joined
May 22, 2018
Messages
7
Reaction score
0
try this one

and also do the steps that Memiko said
"1. go to gamedata/msg and delete all file in msg folder
2. delete font folder in game main folder
3. unzip font.rar in game folder and done, you can start game with all english."

It works perfectly now!. Thank you for your help.
 
Newbie Spellweaver
Joined
May 1, 2018
Messages
18
Reaction score
4
I upload this little script to launch all the server poop :

Extract to the server root and run as admin the start.bat.
 
Experienced Elementalist
Joined
Dec 19, 2015
Messages
247
Reaction score
69
@vanya did u manage to add stuff to cashshop?, It doesn't seem to work for me.
 
Newbie Spellweaver
Joined
May 1, 2018
Messages
18
Reaction score
4
@vanya did u manage to add stuff to cashshop?, It doesn't seem to work for me.

I've not try ^^' I've played this game a long time ago, and I just play the "vanilla" experience (with wings) for now.
 
Junior Spellweaver
Joined
May 26, 2014
Messages
116
Reaction score
46
@vanya did u manage to add stuff to cashshop?, It doesn't seem to work for me.

hey, i remember doing some sql things to add witchblade set in cashshop, did you try that ? i mean try the same method

i`m a little rusty but coming back to this section i`m super psyched about these new files :D
 
Put Community First
Loyal Member
Joined
Oct 2, 2014
Messages
1,112
Reaction score
832
I remember making some SQL that let you mail people items if I recall correctly. Does anyone remember if I posted it up somewhere? If not I'll have to reexplore C9 in my University break and make it again :D.
 
Back
Top