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

[EO 1.3] RTE 9 w/ Classes


MCADAMS
 Share

Recommended Posts

I keep getting RTE 9 (Subscript out of range) whenever I turn on my server, it gets to "Loading classes…." so I assume that's the problem. My class options look like this:
```
[INIT]
MaxClasses=4

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

StartItemCount=3
StartItem1=1
StartValue1=1000
StartItem2=3
StartValue2=1
StartItem3=3
StartValue3=1

StartSpellCount=0
StartSpell1=0

[CLASS2]
Name=Mage
MaleSprite=9
FemaleSprite=6
Strength=2
Endurance=4
Intelligence=10
Agility=6
Willpower=8

StartItemCount=3
StartItem1=1
StartValue1=1000
StartItem2=3
StartValue2=1
StartItem3=4
StartValue3=1

StartSpellCount=1
StartSpell1=1

[CLASS3]
Name=Rogue
MaleSprite=4
FemaleSprite=7
Strength=8
Endurance=6
Intelligence=4
Agility=10
Willpower=2

StartItemCount=3
StartItem1=1
StartValue1=1000
StartItem2=2
StartValue2=1
StartItem3=3
StartValue3=1

StartSpellCount=0
StartSpell1=0

[CLASS4]
Name=Priest
MaleSprite=4
FemaleSprite=5
Strength=2
Endurance=4
Intelligence=10
Agility=6
Willpower=8

StartItemCount=3
StartItem1=1
StartValue1=1000
StartItem2=3
StartValue2=1
StartItem3=4
StartValue3=1

StartSpellCount=1
StartSpell1=1
```
But I can't spot the problem, any help? :l
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...