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

[EO XMAS] NPC killes you imidately (SOLVED)


erkro1
 Share

Recommended Posts

I have the same problem, the two starter classes work fine - but the the other two I made get killed in one hit.
Classes:

>! [INIT]
MaxClasses=4
>! [CLASS1]
Name=Knight
MaleSprite=1
FemaleSprite=1
Strength=4
Endurance=3
Intelligence=1
Agility=2
Willpower=2
>! StartItemCount=3
StartItem1=1
StartValue1=20
StartItem2=2
StartValue2=1
StartItem3=7
StartValue3=1
>! StartSpellCount=1
StartSpell1=1
>! [CLASS2]
Name=Wizard
MaleSprite=2
FemaleSprite=4
Strength=2
Endurance=3
Intelligence=6
Agility=3
Willpower=2
>! StartItemCount=4
StartItem1=1
StartValue1=20
StartItem2=2
StartValue2=1
StartItem3=5
StartValue3=1
StartItem4=7
StartValue4=1
>! StartSpellCount=1
StartSpell1=1
>! [CLASS3]
Name=thief
MaleSprite=3
FemaleSprite=3
Strength=2
Endurance=3
Intelligence=1
Agility=5
Willpower=2
>! StartItemCount=3
StartItem1=1
StartValue1=20
StartItem2=2
StartValue2=1
StartItem3=7
StartValue3=1
>! StartSpellCount=1
StartSpell1=1
>! [CLASS4]
Name=Warlock
MaleSprite=5
FemaleSprite=5
Strength=2
Endurance=2
Intelligence=5
Agility=3
Willpower=3
>! StartItemCount=4
StartItem1=1
StartValue1=20
StartItem2=2
StartValue2=1
StartItem3=5
StartValue3=1
StartItem4=7
StartValue4=1
>! StartSpellCount=1
StartSpell1=2
Link to comment
Share on other sites

@erkro1:

> Ah, that's the problem, thanks :D
>
> EDIT : were you need to add it :embarrassed:

Function GetPlayerMaxVital(ByVal Index As Long, ByVal Vital As Vitals) As Long
(Server Side).
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...