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

Change Sprite when creating a new character


Animegirl
 Share

Recommended Posts

Animegirl,

Would love to help. Really not enough information… Here are some questions to guide and help you.

What engine are you using? (This should _always_ be mentioned in any support-related posts)

Does the engine support sprite changes at character creation?

In server/data/classes.ini are there multiple sprites listed, usually separated by a comma for your class?

Are there enough sprites in the client/data files/gfx/characters folder?
Link to comment
Share on other sites

You mean , it doesnt change the sprite when you click on "change sprite" right ?

All you have to do i guess is to go to Server/data/classes.ini file > and there you must find:

[CLASS1]

Name=Class

MaleSprite=1

FemaleSprite=2

Strength=1

Endurance=5

Intelligence=1

Agility=2

Willpower=1

All you have to do is to add some more numbers ( options ) to the male/femalesprite line:

So it should look like this:

MaleSprite=1,5,10,15

instead of just

MaleSprite=1

Hope this helps ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.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...