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] Charset Explanation

Status
Not open for further replies.
Junior Spellweaver
Joined
Aug 2, 2008
Messages
167
Reaction score
4
Charset Explanation

EP3 Charset File Name for each class

SG,MP,PnX
00,10,20 - brawler
01,11,21 - Swordsman
02,12,22 - Archer
03,13,23 - Qigong

EP4 Charset File Name for each class

SG,MP,PnX
00,10,20 - brawler
01,11,21 - Swordsman
02,12,22 - Archer
03,13,23 - Qigong
04,24,30- Extrame Male
05,25,33- Extreme Female



Class Configuration

nBright :: Starting Bright Points/Life Points of a class.

wLevel :: Starting level of the class.

wGuild :: Starting guild of a class (you could make a newbie guild out of this :p)

lnMoney :: Starting money of a class.

wStatsPoint :: Starting status points of a class.

dwSkillPoint :: Starting skill points of a class.

sHP :: Starting HP of a class.

sMP :: Starting MP of a class.

sSP :: Starting SP of a class.

wPK :: Starting PK points of a class.

Quest :: Starting quest like the first quest of a new class.

ExpSkill


Editing ::

Code:
[url=http://forum.ragezone.com/f248/set-the-starting-skills-of-your-character-510288/#post4492331]Refer to Mod.Abry's thread[/url]

ExpSkills :: Starting skills of a class.

PutOnItems

Editing ::

Code:
[0,0] [0] [0,0] [0,0,0,0,0]

The first box it the item code,
the third box still yet unknown,
the first number at the third box is the refine grade of the weapon
and the second number at the third box is the refine grade of the armor.

PutOnItems [Head] :: Starting hat/cap of a class.

PutOnItems [Upper] :: Starting coat of a class (eg - Preparatory Coat)

PutOnItems [Lower] :: Starting pants of a class (eg - Preparatory Pants)

PutOnItems [Hand] :: Starting gloves of a class (eg - Iron Gloves)

PutOnItems [Foot] :: Starting shoes of a class (eg - Preparatory Shoes)

PutOnItems [Rhand] :: Starting weapon of a character (eg - Club)

PutOnItems [Neck] :: Starting necklace of a character.

PutOnItems [Rfinger] :: Starting ring of a character.

PutOnItems [Lfinger :: Starting ring of a character.

cInventory

Editing ::

Code:
[0,0] [0] [0,0] [0,0,0,0,0]

The first box it the item code,
the third box still yet unknown,
the first number at the third box is the refine grade of the weapon
and the second number at the third box is the refine grade of the armor.

cInventory :: Starting items of a character

Remember to remove the // to activate it.

I'll edit this as soon I understand the others.
Please reply if I made a mistake.

Credits:
Mod. Abry
Sir the_eliter
of course me!
 
Last edited:
Junior Spellweaver
Joined
Nov 8, 2008
Messages
155
Reaction score
0
Re: Charset Explanation

thx you sir... good guide for me...
 
Joined
May 12, 2008
Messages
2,547
Reaction score
437
Re: Charset Explanation

Thanks for explaining it better.
Added to resource links.

For those who are running their server in ep3, just ignore the 04,24,30,05,25,33 charsets because they're for mixclasses.
 
Initiate Mage
Joined
Oct 26, 2006
Messages
92
Reaction score
3
Re: Charset Explanation

Charset Explanation







I'll edit this as soon I understand the others.
Please reply if I made a mistake.

Credits:
Mod. Abry
Sir the_eliter
of course me!
i try chaclass 32 in my ep3 server then the brawler with dex skills appeared... what is the charset file of that?...
 
Junior Spellweaver
Joined
Aug 18, 2008
Messages
104
Reaction score
0
Re: Charset Explanation

i can't find the correct charset for the mix class T_T
 
Junior Spellweaver
Joined
Aug 2, 2008
Messages
167
Reaction score
4
Re: Charset Explanation

04,24,30- Extrame Male
05,25,33- Extreme Female
 
Initiate Mage
Joined
Jan 21, 2009
Messages
11
Reaction score
0
Re: Charset Explanation

sir abry i follow all the instruction but it doesn't work to me.i wonder if the editable class folder has to do with it...where i should put the folder? tnx in advance..more power
 
Initiate Mage
Joined
Jan 21, 2009
Messages
11
Reaction score
0
Re: Charset Explanation

i said that i follow all the instruction given by sir abry to edit the charset for example the charset 00 (brawler, SG School) //expskill [0,0] [1]..i delete the // then change [0,0] to [2,10] (dragon rising)..then i open my server and create new character..i found no skill(i mean dragon rising is not yet there in my skill)..thats how i said it's doesn't work to me..and im asking if the editable class (2) folder (the one i extracted from editable class2.rar) has to do with it and if it does where should i put that editable class (2) folder...am i elaborate it more clearly? plss need help ...
 
Initiate Mage
Joined
Jan 21, 2009
Messages
11
Reaction score
0
Re: Charset Explanation

"Repack it on your glogic" ...... still not working T__ _T
 
be good to beat evils
Member
Joined
Mar 27, 2008
Messages
1,027
Reaction score
292
Re: Charset Explanation

sir just a clarification
is
04,24,30- Extrame Male
05,25,33- Extreme Female


equal to this?

04,24,030- Extrame Male
05,25,033- Extreme Female


in guide for mix classes in PHX is 30 for male and 33 for female

but ib ny glogic there is no 30 and 33 but 030 and 033..

are they the same??
im refferring to the filename because, when i put some skills in the charset and create mix class, no skills appear in my charcarter.

HOW TO solve this sir??

heres my example

PostOfTheYear - [Guide] Charset Explanation - RaGEZONE Forums

 
Status
Not open for further replies.
Back
Top