Page 1 of 1

hair changing interface

Posted: 31 Dec 2007, 14:59
by zipon
Hey all..

i one of them players that like to change my hair all the time, but i do not like the way the menu is working now and therefor i have made a layout (only a png) that i think well work alot better.

Image

the hair view is for changing the view in from front => right side => back => left side view in the player window.

the head armor switch is to toggle the armor on the head also in the player window.

if some one can post me a link to some guides how to code it ill like to try to make it.
the menu is only client side right?

Posted: 31 Dec 2007, 15:03
by Crush
For technical reasons we have to use a normal NPC dialog for changing hairstyles.

Posted: 31 Dec 2007, 15:07
by zipon
Crush wrote:For technical reasons we have to use a normal NPC dialog for changing hairstyles.
hmm damn,well will it be Possible to make it in the future?

Posted: 02 Feb 2008, 21:05
by Holy
Hmm... I had one little idea about this that could go hand-in-hand with something else. Why not have a program in which you can dress up a blank character template (probably the first view only, of the sprite standing straight and looking straight ahead) with any items in the game and any hair styles. Something like this would be like the thing http://www.gaiaonline.com uses to change their avatars. This would allow players to see what looks best and what items they should save for to create their dream character look.

Posted: 03 Feb 2008, 00:06
by Jaxad0127
I have one started, but the client files aren't very useful for this purpose. They don't specify what each item's type is.

Posted: 03 Feb 2008, 16:06
by Crush
Try the new items.xml from the trunk client.

Posted: 03 Feb 2008, 16:58
by Jaxad0127
What I'm trying to do with this is use the files the currently installed client does, so it's always up to date in terms of content. I think for now, I'll give the slots and allow anything in them. I will have a look at that file, though.

Posted: 05 Feb 2008, 16:53
by Bjørn
zipon wrote:
Crush wrote:For technical reasons we have to use a normal NPC dialog for changing hairstyles.
hmm damn,well will it be Possible to make it in the future?
Of course, with our own server and client we are free to do what we want. The limitation is chiefly server-side now, since we're using eAthena and nobody wants to touch it.

Re: hair changing interface

Posted: 18 Feb 2008, 05:53
by Jaxad0127
I'm almost done with the sprite viewer. I'm having some problems with recoloring hair sprites that start out gray (which is most of them. It works for male 1, though, because it's magenta.). It allows you to view the sprite in all directions and actions and you can add any equipment (weapons are restricted to the base types as thats all the sprites there are for them). You can also view all monster sprites and browse the item database.

Re: hair changing interface

Posted: 19 Feb 2008, 22:13
by Jaxad0127