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

Better Working Classes for EO 3.0


WiseRock
 Share

Recommended Posts

Want your character to start out with items and spells depending on class?

First go to classes.ini

and copy this

```
[INIT]

MaxClasses=4

[CLASS1]

Name=Warrior

MaleSprite=1

FemaleSprite=2

Strength=6

Endurance=7

Intelligence=8

Agility=9

Willpower=10

StartItemCount=4

StartItem1=1

StartValue1=5

StartItem2=2

StartValue2=1

StartItem3=3

StartValue3=1

StartItem4=4

StartValue4=1

StartSpellCount=3

StartSpell1=1

StartSpell2=2

StartSpell3=3

[CLASS2]

Name=Wizard

MaleSprite=1

FemaleSprite=2,3

Strength=1

Endurance=2

Intelligence=3

Agility=4

Willpower=5

StartItemCount=4

StartItem1=1

StartValue1=5

StartItem2=2

StartValue2=1

StartItem3=3

StartValue3=1

StartItem4=4

StartValue4=1

StartSpellCount=3

StartSpell1=1

StartSpell2=2

StartSpell3=3

[CLASS3]

Name=Priest

MaleSprite=1

FemaleSprite=2,3

Strength=1

Endurance=2

Intelligence=3

Agility=4

Willpower=5

StartItemCount=4

StartItem1=1

StartValue1=5

StartItem2=2

StartValue2=1

StartItem3=3

StartValue3=1

StartItem4=4

StartValue4=1

StartSpellCount=3

StartSpell1=1

StartSpell2=2

StartSpell3=3

[CLASS4]

Name=Archer

MaleSprite=1

FemaleSprite=2,3

Strength=1

Endurance=2

Intelligence=3

Agility=4

Willpower=5

StartItemCount=4

StartItem1=1

StartValue1=5

StartItem2=2

StartValue2=1

StartItem3=3

StartValue3=1

StartItem4=4

StartValue4=1

StartSpellCount=3

StartSpell1=1

StartSpell2=2

StartSpell3=3

```

Replace the Classes Names and Numbers to your likes ![:D](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/biggrin.png) Enjoy ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png)
Link to comment
Share on other sites

Render im not sure if you know what hard-coding means. This isn't hard coding at all.. Hard coding is where you make a sub of this and add in the initialization of it. like

```

With Class(1)

.Name = "Class 1"

.Stat(1) = 5

.Stat(2) = 81

.Stat(3) = 12

.Stat(4) = 16

.Stat(5) = 255

End With

```
And so on.

Im not meaning to be rude or anything, don't take it personally but im not sure if you don't know what hard coding is at all
Link to comment
Share on other sites

  • 2 months later...
> Enlighten me exactly where this member stated that this is hard coding? ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png)

Look at how this topic is and then come back. Within the time period of about 3 months, the OP could have changed the Topic Title.

His original topic title was Hard Coded Classes or something similar.
Link to comment
Share on other sites

  • 4 weeks later...
> Where did you buy Abhi as an echo? I want my own Abhi too > ![:(](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/sad.png)

1000 points or $10 ![:P](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/tongue.png)
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...