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

I only have two classes and I want more.


repulverized
 Share

Recommended Posts

Copy and paste a whole class
```
[CLASS3]
Name=Name
MaleSprite=1
FemaleSprite=2,3
Strength=1
Endurance=2
Intelligence=3
Agility=4
Willpower=5

StartItemCount=3
StartItem1=1
StartValue1=100
StartItem2=2
StartValue2=1
StartItem3=5
StartValue3=1

StartSpellCount=1
StartSpell1=1
```
Add a space below the last class and add the one on top.(You can change it.)
Link to comment
Share on other sites

Too bad,Eclipse IS an MMORPG maker.
I forgot,change this:
```
[INIT]
MaxClasses=2
```
And if you want 3 classes,here.(REPLACE THE WHOLE FILE!)
```
[INIT]
MaxClasses=3

[CLASS1]
Name=Warrior
MaleSprite=1
FemaleSprite=2
Strength=6
Endurance=7
Intelligence=8
Agility=9
Willpower=10

StartItemCount=3
StartItem1=1
StartValue1=100
StartItem2=2
StartValue2=1
StartItem3=5
StartValue3=1

StartSpellCount=2
StartSpell1=1
StartSpell2=2

[CLASS2]
Name=Magician
MaleSprite=1
FemaleSprite=2,3
Strength=1
Endurance=2
Intelligence=3
Agility=4
Willpower=5

StartItemCount=3
StartItem1=1
StartValue1=100
StartItem2=2
StartValue2=1
StartItem3=5
StartValue3=1

StartSpellCount=1
StartSpell1=1

[CLASS3]
Name=Blablabla
MaleSprite=1
FemaleSprite=2,3
Strength=1
Endurance=2
Intelligence=3
Agility=4
Willpower=5

StartItemCount=3
StartItem1=1
StartValue1=100
StartItem2=2
StartValue2=1
StartItem3=5
StartValue3=1

StartSpellCount=1
StartSpell1=1
```
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...