Jump to content
  • 0
Tio Akima

hair / colors to start

Question

How can I to set just a hair (as an option) to create the character?
 
[When creating the character, the player have only one hair option.]
 
thus being able to change / modify your character just the stylist.
 
 
[sAME DOUBT AS TO COLOR]
 
 
thanks :D

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

 

I guess the easy way of doing it is using OnPCLoginEvent defaulting the hair style and color xD but if you want something harder, better ask for someone with client experience to tell u how to hex it to not allow style change

 

I thought that possibility too, but still do not know how to do ...

 

 

 

>I think that is just a problem what is not urgent, because they can change in the Stylist then....

 

yes, it is urgent.
My server starts with a specific class. This class specifies should only have a visual.

 

 

something like:

 

-	script	reset_hair	-1,{OnPCLoginEvent:	if(hairreseted == 0)	// set only if variable is not set yet (value = 0)	{		setlook VAR_HEAD,1;			// set hair style to 1		setlook VAR_HEADPALETTE,1;	// set hair color to 1		hairreseted == 1;			// set variable to 1 so it will not be triggered anymore		end;	}}

Share this post


Link to post
Share on other sites
  • 0

I guess the easy way of doing it is using OnPCLoginEvent defaulting the hair style and color xD but if you want something harder, better ask for someone with client experience to tell u how to hex it to not allow style change

Share this post


Link to post
Share on other sites
  • 0

I guess the easy way of doing it is using OnPCLoginEvent defaulting the hair style and color xD but if you want something harder, better ask for someone with client experience to tell u how to hex it to not allow style change

 

I thought that possibility too, but still do not know how to do ...

 

 

 

I think that is just a problem what is not urgent, because they can change in the Stylist then....

 

yes, it is urgent.
My server starts with a specific class. This class specifies should only have a visual.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.