michaelsoftman Posted July 31, 2012 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 410 Reputation: 29 Joined: 04/04/12 Last Seen: November 28, 2024 Share Posted July 31, 2012 Could anyone let me know of a way to make it so that when you are on one of the class mounts, it won't let you change your cloth color at all? Reason being, some color palettes seem to crash people on my server, when they're mounted. I know that this can be done with the wedding dresses, so I'm wondering if it can be applied to mounts. Quote Link to comment Share on other sites More sharing options...
EvilPuncker Posted July 31, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 713 Reputation: 71 Joined: 11/08/11 Last Seen: December 25, 2024 Share Posted July 31, 2012 add a check in your stylist: if(ismounting) { mes "You can't use my service unless you release your mount"; close; } and in your mount item add setlook 7,1; Quote Link to comment Share on other sites More sharing options...
Question
michaelsoftman
Could anyone let me know of a way to make it so that when you are on one of the class mounts, it won't let you change your cloth color at all?
Reason being, some color palettes seem to crash people on my server, when they're mounted.
I know that this can be done with the wedding dresses, so I'm wondering if it can be applied to mounts.
Link to comment
Share on other sites
1 answer 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.