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

Experienced Elementalist
Joined
Jan 21, 2015
Messages
235
Reaction score
201
a code for game maybe ,
on old version i have made a chance of reading character section and map section of C9D file but you will ask me why i didn't release them ?
i will answer this question .. i have modifed c9d sections of character and maps on both sides client and server and ensured that updated file are injected to both client and server
but everything was useless nothing happened neither maps not characters

BUT i havn't tested it yet on this version maybe it will work here (MAYBE)

and sorry for no update yet, cuz i'm little busy nowadays

also im working on new tool now , if it success i will release it
 
Experienced Elementalist
Joined
Jan 21, 2015
Messages
235
Reaction score
201
Working on new tool for C9
main purpose: update server
current state: under development stage
when to finish: IDK (so dnt pm me about it yet plz)

papka - [Release] New version with 5 classes - RaGEZONE Forums
 
Initiate Mage
Joined
Jun 10, 2016
Messages
22
Reaction score
17
Been playing this version with friends for good bit now.
Thanks papka!

I want to list things you can change with only db update.

The actual EXP rate is impossible however..
1. All items in the game, when used triggers a procedure in the game.
2. You can use simple query to find what stored procedure ran last, and find triggered procedure.
3. Make it so that it searches or triggers with certain items. (clearing beads in my case)
4. Use mailing stored procedure to mail exp.

depending on how much you want to give out the exp books/scrolls, this should make the game progress much faster.

PvP balance.
1. Stat boost with in db is possible.
2. You can also give/take passives.
3. You can remove skills by giving over max skill level. (over leveled skill does not show/effect)
4. Game Item can have some crazy attribute, search for them.

Web module.
1. So far I wrote about 150 stored procedure to work with my webpage.
2. Send store credit when opening certain items.
3. purchase certain items with given credits.
4. Have skill book tied to individual stages so much less luck based.
5. Costume shop. Each costume have different COLOR associated with it. bit hard to find each colors..
- for instance, color 505 is RED Shaman Halloween Rocker gear, and 503 is blue.
- you can change this on the item table, but I ended up looking for all the color manually. (96 colors at a time)

PvP rewards
1. once you look up last ran stored procedure after a match,
2. you can create created rewards on each PvP match.
3. I gave web page store credit, but you can also give exp, other items and such.


It would be much cleaner and better if we can get the server files edited to change rate and such, but that seems to be extremely difficult.
downside is that because the trigger is added with other procedure, I don't know what it would do in terms of stressing server and such.
Currently only been playing with 10~20 people and has been working out with no issues though.

SELECT TOP 10 d.object_id, d.database_id, OBJECT_NAME(object_id, database_id) 'proc name', d.cached_time, d.last_execution_time, d.total_elapsed_time, d.total_elapsed_time/d.execution_count AS [avg_elapsed_time], d.last_elapsed_time, d.execution_count FROM sys.dm_exec_procedure_stats AS d ORDER BY [last_execution_time] DESC;

this should show last ran/triggered stored procedure.
 
Initiate Mage
Joined
Jun 6, 2018
Messages
2
Reaction score
1
Hi, can anyone help with the problem below:
papka - [Release] New version with 5 classes - RaGEZONE Forums


I did exactly like the video but it is not working.
SQL Server is running with DB.

Please help...
 
Experienced Elementalist
Joined
Dec 19, 2015
Messages
247
Reaction score
69
is there a way without using VMware?

yes, use ur own OS.



Hi, can anyone help with the problem below:
papka - [Release] New version with 5 classes - RaGEZONE Forums


I did exactly like the video but it is not working.
SQL Server is running with DB.

Please help...

* Make sure your Sql configuration manager has TCP/IP enabled
* Check if your TCP/IP is configured to listen Port 1433
* Check if your LMSConfig/ServerBaseConfig are properly configured
 
Initiate Mage
Joined
May 21, 2018
Messages
2
Reaction score
0
where could I get item list for these server files? I mean new one with new nightmare set, 65 lvl master weapon etc.
 
Experienced Elementalist
Joined
Dec 19, 2015
Messages
247
Reaction score
69
where could I get item list for these server files? I mean new one with new nightmare set, 65 lvl master weapon etc.

It's on gamedata.c9t, but if u want it already, here it is
 
Experienced Elementalist
Joined
Dec 19, 2015
Messages
247
Reaction score
69
Does anyone knows if the problem with linking items in the chat using shift+Right click over the item, is a client-side or a server-side problem?
 
Initiate Mage
Joined
Feb 27, 2016
Messages
6
Reaction score
0
happy to see new on c9

i would like to know the version sql 2008 r2 to install

thank you
 
Experienced Elementalist
Joined
Jan 21, 2015
Messages
235
Reaction score
201
for people who interested in c9u structure
i managed to understand a little of its structure

C9U is an XML File saved in binary format contains something like an array of C9 UI Controls Definitions like (buttons,edit-boxes,Panels, ...etc) each of them has its own structure which i didn't find it yet and has it's own id refer to this type.

BUT each of these controls structure has
PHP:
int some_reference; //or maybe uint or maybe time_t 
int control_type;
int string_length;
char str_identifier[string_length]; 
float unkown[6];//maybe first 4 floats represents position and size
//unkown2 type of 4 bytes length
float unkown3[4];//maybe position and size again

look at image you will indicate a small yellow separator these separators separate a c9 control structure:

edit: the black hightlight contains two structure the panel and somethingelse has name UI_window_Counter

papka - [Release] New version with 5 classes - RaGEZONE Forums
 
Last edited:
Initiate Mage
Joined
Jun 6, 2018
Messages
2
Reaction score
1
I manage to upload the files to a Google:
Client-patch.zip:

client01.7z

client02.7z

HeroGameC9.zip

Server (1).zip

Stunn
Also, i am having another problem now:




When i start the game and log in, there is no server showing. I have deleted the chinabilling but still doesnt show...
 
Last edited:
Initiate Mage
Joined
Feb 4, 2016
Messages
3
Reaction score
0
This is what I've been waiting for years, Thank you so much.
I never thought I would get my hand on this. I've stopped playing C9 for so long. Eventually It's time to come back.
Again Thank you very much. :eek:tt:
 
Experienced Elementalist
Joined
Dec 19, 2015
Messages
247
Reaction score
69
seems to be client issue.

the thing is, where is it located at. So we could compare to our last version, where this feature worked. But still, i think it has to deal with both client and server, since it says "content not available", maybe server isnt reading it.
 
Initiate Mage
Joined
Jun 10, 2016
Messages
22
Reaction score
17
the thing is, where is it located at. So we could compare to our last version, where this feature worked. But still, i think it has to deal with both client and server, since it says "content not available", maybe server isnt reading it.
I been trying to find that and along with hell where it requires 4 people.
Reason i believe that is because I tried it with server far away.
Usually any item usage and chats takes 0.3~0.5 sec to register even on the client side cause it wait for reply from server.
However when trying to link the item, it does not take any time at all.
Same applies for going hell mode.
 
Back
Top