This Dye Kit will allow players to dye thier Clothing, Helms and Cloaks to any color they wish. Offering an easy to use menu of colors, the user is even told the current color of thier clothing so they may revert to it if they wish. The scripts included are fully compatable with SoU patched to 1.68 and up.
Updates: 1/10/2004 - Added the Clothing Builder chest to the ERF.
4/29/2006 - Added new colors for 1.67 (Thanks Nicole for the Update)
8/30/2006 - Added the ability to alter the colors of cloaks.
Excellent system! _________________________ Omega Forge on the vault
Posted by RoadWyrm at on06/11/06
This is a great script. An interesting idea would be to actually color the text of the color options :D
Posted by bloodsong at on05/09/06
easy to use, you can see what's what, you can pick and choose... perfect ;)
Posted by Rami_Ahmed at on05/06/06
Great work, nothing more to say. _________________________ NWN2 stuff: - Persistent Player Owned Shop System Some stuff made by me for NWN: - Persistent Player Owned Shop v2.1 - Item Breakage System (Updated)
Posted by Rami_Ahmed at on05/06/06
[quote] *stuff* void main() { object oPC = OBJECT_SELF; int iCost = 100; // Cost to dye the item if(GetGold(oPC) iCost) { SendMessageToPC(oPC, "It costs + " + IntToString(iCost) + " gold to dye clothing."); return; } object oChest = GetObjectByTag("ClothingBuilder"); *more stuff* [/quote] Umm, that wont actually take any gold, you would (beneath this) need to add a: TakeGoldFromCreature(iCost, oPC, TRUE); To actually take the gold :) This is great work though, been using it for ages. _________________________ NWN2 stuff: - Persistent Player Owned Shop System Some stuff made by me for NWN: - Persistent Player Owned Shop v2.1 - Item Breakage System (Updated)
Posted by Hraig at on03/31/06
nice work... Im sure my players will be very happy dying away *coughs* :) _________________________ "I belive its the transdimensional warpdrive that malfunctions, whilst beaming through the wyrmholes between Brosna and Benzor"
Posted by Tamos at on02/19/06
Lovely script, though I prefer the clothes models.
Posted by lurxst at 2006-02-0520:08:56
I have to give the Dye Kit a 10, a favorite addition to our PW.
Posted by Dragonsbane777 at on01/29/06
love it, works great in my PW world World of Talernon, two thumbs up! _________________________ Talernon3 - Age of Dragons Link Talernon Team Submissions: Link 3C Music Compilation: Link
Posted by Kamiryn at on12/29/05
I love it. Unfortunately it seems module builders don't know about it.