Nhaaaaa Posted March 24, 2015 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 08/18/12 Last Seen: March 1, 2017 Share 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 Link to comment Share on other sites More sharing options...
Radian Posted March 24, 2015 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted March 24, 2015 {},{ prevpal = getlook(7); changelook 7,201; },{ changelook 7,prevpal; } Please do run a test. Quote Link to comment Share on other sites More sharing options...
Kakaroto Posted March 24, 2015 Group: Members Topic Count: 99 Topics Per Day: 0.02 Content Count: 638 Reputation: 95 Joined: 05/11/12 Last Seen: Tuesday at 10:59 PM Share 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 Link to comment Share on other sites More sharing options...
Nhaaaaa Posted March 24, 2015 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 08/18/12 Last Seen: March 1, 2017 Author Share 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 Link to comment Share on other sites More sharing options...
Nhaaaaa Posted March 24, 2015 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 08/18/12 Last Seen: March 1, 2017 Author Share Posted March 24, 2015 {},{ prevpal = getlook(7); changelook 7,201; },{ changelook 7,prevpal; } Please do run a test. it works thanks Quote Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.