Nhaaaaa Posted March 24, 2015 Posted March 24, 2015 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? 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"; },{} Quote
Radian Posted March 24, 2015 Posted March 24, 2015 {},{ prevpal = getlook(7); changelook 7,201; },{ changelook 7,prevpal; } Please do run a test. Quote
Kakaroto Posted March 24, 2015 Posted March 24, 2015 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"; } Quote
Nhaaaaa Posted March 24, 2015 Author Posted March 24, 2015 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 Quote
Nhaaaaa Posted March 24, 2015 Author Posted March 24, 2015 {},{ prevpal = getlook(7); changelook 7,201; },{ changelook 7,prevpal; } Please do run a test. it works thanks Quote
Question
Nhaaaaa
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?
item script
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.