Thread: [667/***] Simple item recolouring

Results 1 to 7 of 7
  1. #1 [667/***] Simple item recolouring 
    ♢♢♢♢♢♢

    Con Artist's Avatar
    Join Date
    Jan 2012
    Posts
    1,350
    Thanks given
    665
    Thanks received
    308
    Rep Power
    386
    This is very simple way to recolour your items (note: you cannot recolour non-loyalty items from rs so dont expect it will work for random item )

    Open up src>com>rs>net>decoders>handlers>InventoryOptionsH andler

    search for:

    Code:
    else if (contains(1755, Gem.DRAGONSTONE.getUncut(), itemUsed,
    At the bottom of it add:

    Code:
    else if (itemUsed.getId() == 1771 && usedWith.getId() == 4151){
    				player.getInventory().deleteItem(1771, 1);
    				player.getInventory().deleteItem(4151, 1);
    				player.getInventory().addItem(15444, 1);
    				player.sm("you have recoloured your abyssal whip.");
    				}
    4151 - whip

    1771 - green dye

    so it recolours your abyssal whip when you use dye on it

    you can recolour most of loyalty items by this way

    also you can make this as vine whip etc just replace item ids
    Reply With Quote  
     

  2. #2  
    Registered Member blayke's Avatar
    Join Date
    Feb 2012
    Posts
    99
    Thanks given
    20
    Thanks received
    0
    Rep Power
    11
    should add a check if item is in inventory too
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Aug 2012
    Posts
    1,725
    Thanks given
    907
    Thanks received
    362
    Rep Power
    387
    ItemOnItemHandler PLOX
    Reply With Quote  
     

  4. #4  
    Registered Member Neurotoxin's Avatar
    Join Date
    May 2012
    Posts
    331
    Thanks given
    43
    Thanks received
    17
    Rep Power
    25
    Quote Originally Posted by blayke View Post
    should add a check if item is in inventory too
    Since it would only work if he uses the item on the item, then it won't need to check.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Aug 2012
    Posts
    47
    Thanks given
    26
    Thanks received
    1
    Rep Power
    11
    I am quite sure nearly everyone knows this, but thanks for the contribution

    Edit: You may want to change the title to something like "[667/***] Simple ItemOnitem"
    Reply With Quote  
     

  6. #6  
    The Emperor of the Sands

    Azir's Avatar
    Join Date
    Nov 2008
    Posts
    2,466
    Thanks given
    8
    Thanks received
    487
    Rep Power
    117
    oh god this is so terrible


    Reply With Quote  
     

  7. #7  
    Banned
    Join Date
    Aug 2012
    Age
    29
    Posts
    37
    Thanks given
    4
    Thanks received
    1
    Rep Power
    0
    This doesn't work with 724's guys....
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. [667/7**]Recolouring Items (Making Custom Items)
    By TaterMater in forum Tutorials
    Replies: 81
    Last Post: 08-16-2015, 06:28 PM
  2. [667]Adding item bonuses[667]
    By nbness2 in forum Tutorials
    Replies: 11
    Last Post: 04-17-2013, 07:14 PM
  3. [667]How to rename an item[667]
    By Vip3r in forum Tutorials
    Replies: 18
    Last Post: 11-03-2012, 09:32 PM
  4. [667/***] Simple Dagannoth Prime
    By erica in forum Snippets
    Replies: 5
    Last Post: 05-23-2012, 04:46 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •