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

Startitems (Event Version)


Sy-Man
 Share

Recommended Posts

You know that this is the content of the classes.ini:

[INIT]

MaxClasses=2

[CLASS1]

Name=Warrior

MaleSprite=1

FemaleSprite=2

Strength=6

Endurance=7

Intelligence=8

Agility=9

Willpower=10

[CLASS2]

Name=Magician

MaleSprite=1

FemaleSprite=2,3

Strength=1

Endurance=2

Intelligence=3

Agility=4

Willpower=5

StartSpellCount=1

StartSpell1=1

I had to have a version where I could set "startitems" like this:

StartItemCount=1

StartItem1=2

StartValue1=5

My question is, can I just put this in the classes.ini of the Event System Version?

(And where I can make a spoiler in topics like that?)
Link to comment
Share on other sites

You can just add it there ;-)

[INIT]

MaxClasses=2

[CLASS1]

Name=Warrior

MaleSprite=1

FemaleSprite=2

Strength=6

Endurance=7

Intelligence=8

Agility=9

Willpower=10

[CLASS2]

Name=Magician

MaleSprite=1

FemaleSprite=2,3

Strength=1

Endurance=2

Intelligence=3

Agility=4

Willpower=5

StartSpellCount=1

StartSpell1=1

StartItemCount=1

StartItem1=1
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...