Thread: Dye Remover?

Results 1 to 2 of 2
  1. #1
    Moorz's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Location
    Behind a computer
    Posts
    245
    Reputation
    10
    Thanks
    16

    Dye Remover?

    Guys... how do i make a dye remover item? thanks in advance

  2. #2
    Riigged's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    no
    Posts
    3,846
    Reputation
    401
    Thanks
    10,254
    My Mood
    Devilish
    You can use activate effects to do so, just have Texture1 and Texture2 reset.

    Code:
                        //player.useitem.cs
                        case ActivateEffects.RemoveDye:
                            {
                                Texture1 = 0;
                                Texture2 = 0;
                            }
                            break;
    Could also make 2 separate ones for Clothing/Accessory.

    Remember to add the name of your effect added to the ActivateEffects enum in Descriptors.cs as well. Just reply if you don't know how to apply this effect to the item (via its XML) and I'll tell you.
    Last edited by Riigged; 01-11-2017 at 04:54 PM.

     








Similar Threads

  1. should we REMOVE THE EDIT BUTTON?
    By ace76543 in forum Spammers Corner
    Replies: 12
    Last Post: 02-04-2021, 02:01 PM
  2. [removing word filter] "Fuck" you want
    By analog70 in forum WarRock - International Hacks
    Replies: 3
    Last Post: 03-01-2007, 04:16 PM
  3. Remove MSN Live 8.0 Ads [GUIDE
    By barney in forum Hardware & Software Support
    Replies: 4
    Last Post: 12-15-2006, 05:25 PM
  4. removing the edit button, attempt 2
    By ace76543 in forum Spammers Corner
    Replies: 19
    Last Post: 12-11-2006, 04:49 PM
  5. removing softnyx nprotect!!!
    By terence in forum General Game Hacking
    Replies: 12
    Last Post: 01-08-2006, 12:57 AM