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

Problem with classes


CupoOci
 Share

Recommended Posts

First of all, my native language isn't English and I may have some grammar mistakes >.>

I have a problem with custom classes I do not know if this error has been reported in the past.
Well, I have six custom classes (names is in spanish language):

```
[INIT]
MaxClasses=6

[CLASS1]
Name=Guerrero
MaleSprite=11
FemaleSprite=12
Strength=8
Endurance=7
Intelligence=1
Agility=5
Willpower=4

[CLASS2]
Name=Mago
MaleSprite=25
FemaleSprite=38
Strength=2
Endurance=4
Intelligence=9
Agility=4
Willpower=6

[CLASS3]
Name=Sanador
MaleSprite=27
FemaleSprite=31
Strength=1
Endurance=2
Intelligence=8
Agility=3
Willpower=11

[CLASS4]
Name=Vinion
MaleSprite=18
FemaleSprite=18
Strength=7
Endurance=5
Intelligence=2
Agility=7
Willpower=4

[CLASS5]
Name=Mistico
MaleSprite=20
FemaleSprite=7
Strength=5
Endurance=5
Intelligence=5
Agility=5
Willpower=5

[CLASS6]
Name=Sombrio
MaleSprite=35
FemaleSprite=15
Strength=2
Endurance=6
Intelligence=12
Agility=1
Willpower=4
```
When I try to create a spell and put on it the "Mago" requirement class, when I want to cast this spell the server send me an error: _Only "Guerrero" can use this spell._

If I change "Mago" to "Sanador", the error is: _Only "Mago" can use this spell._

Also a "Guerrero" can use both "Guerrero" and "Mago" spells.

How can I solve this? Can someone help me? And someone know is this error is common?
Link to comment
Share on other sites

First of all, show a screenshot of your spell editor, and probably… the item editor.

Showing your list of custom class here probably doesn't help much.

If possible, show the line of code that you expect it to contain the error.

If you dont know how to do any of them im afraid i cant help, because i can see the problem but dont know where the problem is
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...