Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Classes not showing


nwslap12
 Share

Recommended Posts

I have added 2 other classes other than the test class, and when i go to the character creation page, only the test class shows up! I have already edited data.ini and changed classes to 3\. plz help!
p.s. i dont know if it makes a difference, but i have vista.
Link to comment
Share on other sites

Make sure:

1\. Rename all the classes to there number "Class1" "Class2" (and so forth)
2\. Go inside the class folder and scroll down to the bottom, make sure at the bottom it says:

> Locked=0

3\. Go to the map editor, see if when you add the Class Allow it allows you to choose from all of the classes you made.
Link to comment
Share on other sites

Adding new classes.

In Data.ini go to Classes and set the amount of classes you want. Like if you want seven classes then it should be this:

> Classes=7

Remove all the files in the class folder and make a new file called "Class0.ini" with the following contents:

> [CLASS]
> Name=Test Class
> MaleSprite=0
> FemaleSprite=0
> Desc=This is a test class.
> STR=0
> DEF=0
> SPEED=0
> MAGI=0
> MAP=1
> X=0
> Y=0
> Locked=0

Then copy the file until you've the amount of classes you specified in Data.ini. Rename every file to "Class0.ini", "Class1.ini", "Class2.ini", etc. Make sure you start at 0.

Then you can alter the settings inside the classes like:

> Name=Warrior
> MaleSprite=20
> FemaleSprite=21
> Desc=Warriors are brave and strong.
> STR=10
> DEF=8
> SPEED=7
> MAGI=0
> MAP=10
> X=14
> Y=12
> Locked=0

The Name is the name of the class (e.g. Warrior, Mage, Wizard, Archer, Paladin, etc.).
The MaleSprite and FemaleSprite are the sprites used for the genders.
The Desc setting is the description of the class.
STR, DEF, SPEED and MAGI are the beginning stats of the player.
MAP, X and Y and is the location where the player should start at.
Locked means whether the player can choose the class for a new account or not.

Regards,
  Godlord.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...