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!

Character Creator Source Code 9 Classes

Joined
Oct 14, 2008
Messages
1,277
Reaction score
249
Link is not off, files are on my personal account so that's on ur side.

Nah ,first he don't want to learn , second he scammed me before and so on you think scammers deserve something. If yes fine


Oh ye I'm glab that you will seak help from me when i helped you before and you even scammed me totally.
How did he scammed you while he needed help from you? I don't see anything a scam when u are able to replicate the same thing you just provided him, he's the looser, because if he got some files from you, he'll not able to maintain them so...if it's like u said so, i see it more like beef between two ppl, that doesn't have anything to do with us.
Have a good one!
 
Last edited:
Newbie Spellweaver
Joined
Jun 5, 2023
Messages
46
Reaction score
10
Hello everyone, lately there have been a lot of scammers who sell/trade my files
Therefore, I decided to post the source codes here to the RZ.

If someone has questions, something does not work, you can ask in this thread, build the project in the Release\x86 configuration !!!

(VISUAL STUDIO 2022)

Release\x86 configuration
View attachment 173951

$links = [
Source Code => ,
GitHub => ,
Maybe needle files => ,
];

SQL CODE :


P.S. If you make any modifications please post them here or create a PR on github, this is now an open source project

How i can change the item set on class WA // GL // WI // DM???
i see inside dll use Byte we can use what programs for this to change idx items to byte?
 
Joined
Aug 3, 2011
Messages
963
Reaction score
506
How i can change the item set on class WA // GL // WI // DM???
i see inside dll use Byte we can use what programs for this to change idx items to byte?
C++:
BYTE WA_ITEMS[20] = {
    0xCF, 0x03, 0x00, 0x00,     //Suit - 0x03CF = Item ID: 975
    0xD5, 0x03, 0x00, 0x00,     //Gloves - 0x03D5 = Item ID: 981
    0xDB, 0x03 0x00, 0x00,     //Boots - 0x03DB = Item ID: 987
    0x66, 0x00, 0x00, 0x00,    //Left Handed Weapon - 0x0066 = Item ID: 102
    0x00, 0x00, 0x00, 0x00,   //Right Handed Weapon - 0x0000 = Item ID: 0
};
The explanation is commented on every row of bytes. Convert the hex bytes into integers for the item id.
 
Initiate Mage
Joined
Oct 18, 2022
Messages
4
Reaction score
0
Does anyone know how to fix this error? and also when using the resizing of the game it closes!

Sem título - Character Creator Source Code 9 Classes - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Mar 27, 2022
Messages
65
Reaction score
7
something bug in this ui
need to move all to the rigth. can someone help please to move all class change to rigth
 
Newbie Spellweaver
Joined
Aug 20, 2023
Messages
24
Reaction score
1
Can anyone help me please I'm using the cabal auom files


1693863372610 - Character Creator Source Code 9 Classes - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Aug 20, 2023
Messages
24
Reaction score
1
Can anyone help me please I'm using the cabal auom files


View attachment 241249
For anyone who has the same problem as me and can't solve the msg.dec bug


Lines to tidy

<bs_name id="1" cont="" />
<bs_name id="2" cont="" />
<bs_name id="3" cont="" />
<bs_name id="4" cont="" />
<bs_name id="5" cont="" />
<bs_name id="6" cont="" />
<bs_desc id="1" cont="" />
<bs_desc id="2" cont="" />
<bs_desc id="3" cont="" />
<bs_desc id="4" cont="" />
<bs_desc id="5" cont="" />
<bs_desc id="6" cont="" />
<bs_req id="1" cont="" />
<bs_req id="2" cont="" />
<bs_req id="3" cont="" />
<bs_req id="4" cont="" />
<bs_req id="5" cont="" />
<bs_req id="6" cont="" />
 
Elite Diviner
Joined
Jun 18, 2023
Messages
435
Reaction score
245
CabalMain with Character Creator DLL Compiled & Hooked:

CabalMain for Cabal AUOM 9 Class:
Password: RageZone.com


CabalMain for Cabal Titans 9 Class:

Worked, but can you share source base on this compiled frm? Wanted to fix this thing.
1696263323130 - Character Creator Source Code 9 Classes - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Sep 11, 2023
Messages
7
Reaction score
0
Hello, I'd like to ask if this is able to be used on a 6 class server if the source code is edited and compiled correctly?
 
Newbie Spellweaver
Joined
Oct 30, 2023
Messages
22
Reaction score
1
1699103896981 - Character Creator Source Code 9 Classes - RaGEZONE Forums

where can i remove this other Images at the back... the icons still working
 

Attachments

You must be registered for see attachments list
Joined
Oct 10, 2007
Messages
1,772
Reaction score
187
Hi, I'm trying to create the new creation for the 6 classes but I can't remove this space which was from the Gladiator, how can I do it?
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
May 3, 2023
Messages
26
Reaction score
2
Hi, I'm trying to create the new creation for the 6 classes but I can't remove this space which was from the Gladiator, how can I do it?
You only need to change the coordinates of FB to GL, and also change the coordinates of FS to FB
 
Elite Diviner
Joined
Jun 18, 2023
Messages
435
Reaction score
245
CabalMain with Character Creator DLL Compiled & Hooked:

CabalMain for Cabal AUOM 9 Class:
Password: RageZone.com


CabalMain for Cabal Titans 9 Class:

Hi, can you share the source of the AUOM 9 class frm.dll you compiled from this? I can't manage to hook dll using ollydb, trying to add api name to it so I can use Stud_PE.
 
Newbie Spellweaver
Joined
Nov 9, 2023
Messages
6
Reaction score
-3
Is this possible to use that one with 6class client?
 
Back
Top