Jump to content
  • 0

Custom race system help


Nhaaaaa

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  08/18/12
  • Last Seen:  

Hello guys

 

I am wanting to make a race system consisting of 1 items(see quote)

I did a script for when equip items, change the character color to the color of the race (red in this case)

so that I can not get the script to get back the original color when unequip of these items

someone could help? /no1

 

 

 

item script

 

21338,ob127,Asas Anjo Caido Vermelha,5,1,1,0,0,0,0,4,0xFFFFFFFF,7,2,1,0,1,1,2823,{},{ atcommand "@dye 407"; },{}

 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

{},{ prevpal = getlook(7); changelook 7,201; },{ changelook 7,prevpal; }

 

Please do run a test.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  99
  • Topics Per Day:  0.02
  • Content Count:  623
  • Reputation:   94
  • Joined:  05/11/12
  • Last Seen:  

Try:

21338,ob127,Asas Anjo Caido Vermelha,5,1,1,0,0,0,0,4,0xFFFFFFFF,7,2,1,0,1,1,2823,{},{ atcommand "@dye 407"; },{ atcommand "@dye 0"; }
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  08/18/12
  • Last Seen:  

 

Try:

21338,ob127,Asas Anjo Caido Vermelha,5,1,1,0,0,0,0,4,0xFFFFFFFF,7,2,1,0,1,1,2823,{},{ atcommand "@dye 407"; },{ atcommand "@dye 0"; }

i tried it but i need to return to original color on unequip 

example: my color is 215, on equip change to 407, and on unequip return to 215

so I need a script to work with all colors 1 ~ 553

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  08/18/12
  • Last Seen:  

{},{ prevpal = getlook(7); changelook 7,201; },{ changelook 7,prevpal; }

 

Please do run a test.

it works thanks  /no1

Link to comment
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.   Paste as plain text instead

  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.

×
×
  • Create New...