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

[EO] Classes (New Problem; Reopened)


Krumelz
 Share

Recommended Posts

Reopened topic cause of another problem i've got.

Well, i got my 17 classes to work on the char selection screen,
but when i want to add class req. to like the spell editor, it only shows me the first class in the combo box, the other spots are blank, even tho it saves the class number etc.
Well, that wouldnt be a further problem if it wasn't that hard to get the right class without seeing its name.

here an example pic:
![](http://www.freemmorpgmaker.com/files/imagehost/pics/2c2e68ec1ca69fa86a465de7d397c48b.jpg)

hope someone can help me.
~Krumelz
Link to comment
Share on other sites

```
[CLASS1]
Name=Knight
MaleSprite=4,10,14,49
FemaleSprite=49,6,7,8
Str=1
End=1
Int=1
Agi=1
Will=1
StartItem1=1
StartValue1=500
StartItem2=5
StartValue2=1
StartItem3=6
StartValue3=1
StartItem4=2
StartValue4=1
StartItem5=10
StartValue5=10
StartItem6=11
StartValue6=10
StartItem7=7
StartValue7=1
StartItem8=0
StartValue8=0
StartItem9=0
StartValue9=0
StartItem10=0
StartValue10=0
```no such thing as Spr, and your attributes are in the wrong order, that might help.
Link to comment
Share on other sites

@Ninja:

> ```
> [CLASS1]
> Name=Knight
> MaleSprite=4,10,14,49
> FemaleSprite=49,6,7,8
> Str=1
> End=1
> Int=1
> Agi=1
> Will=1
> StartItem1=1
> StartValue1=500
> StartItem2=5
> StartValue2=1
> StartItem3=6
> StartValue3=1
> StartItem4=2
> StartValue4=1
> StartItem5=10
> StartValue5=10
> StartItem6=11
> StartValue6=10
> StartItem7=7
> StartValue7=1
> StartItem8=0
> StartValue8=0
> StartItem9=0
> StartValue9=0
> StartItem10=0
> StartValue10=0
> ```no such thing as Spr, and your attributes are in the wrong order, that might help.

Thanks, but i remember you telling me that you are using WN, so it'll prolly be different to EO's. Thanks anyway ^^
Link to comment
Share on other sites

Yea. =/
More details:
I get a subscript error '9': Out of range.
It highlights```
n = UBound(Class(I).MaleSprite)
```The sub sendclasses looks exactly the same as
the one in a vanilla copy of EO,
the odd part is, again, that i only get this error when using
my edited version..
Link to comment
Share on other sites

  • 2 months later...
No you don't it adds it automatically. Make sure you've set the amount of classes in classes.ini (top line) to how many you have.
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...