Thread: How to add Recolored Items.

Results 1 to 4 of 4
  1. #1 How to add Recolored Items. 
    Class A Pk
    Guest
    Description:This is my first tutorial so don't flame if i'm wrong but It should be right.

    Difficulty: 5/10

    Assumed Knowledge: How to read,how to Copy and Paste,how to add models.

    Tested Server: ZDiddyReloaded (ZDR)

    Files/Classes Modified:item.cfg,class8.java

    Step 1.
    Go into class8.java on your Client or if you got a Model make sure you have it in the class8.java right and have it added to add a Model just go on your server and type ::add model ####.

    Step 2.
    Ok now find something you have for Example in my class8.java I got Santa Boots look for the Id of the Item should be at the top of the item codes.

    Step 3.
    Ok now go into your Server files and go into item.cfg lets say if you had like me Santa Boots you would find something that you wear for your feet so for Example I just replaced Black Boots with Santa boots all you do is change the Id of the exisiting Item to the Recolored one.

    Step 4.
    Ok now go back to class8.java to your id of the number so if for Example you had Santa Boots and Replaced them with Black you would put for the id the Black Boots id which is 4125.

    Step 5.
    Ok now it should look like this if you we're me.

    Code:
    item = 4125	 Black_Boots < item = 4125 Santa_Boots
    Code:
    if(i == 6) < if(i == 4125)
     

  2. #2  
    Can I Be Vet Pls?

    Trytohaxme's Avatar
    Join Date
    May 2008
    Age
    31
    Posts
    2,401
    Thanks given
    1
    Thanks received
    21
    Rep Power
    1478
    I just got one thing to say
    THIS IS A NOOBY TUTORIAL!!!
    Also im not sure if this is wrong or not *because i dont mess with recolored items*
    Attached image
     

  3. #3  
    Registered Member
    Outcast's Avatar
    Join Date
    Dec 2007
    Posts
    396
    Thanks given
    0
    Thanks received
    0
    Rep Power
    168
    This is client sided, you should move to this section. http://www.rune-server.org/forumdisplay.php?f=44
     

  4. #4  
    shmo123
    Guest
    where do you get the models in the first place?
     


Thread Information
Users Browsing this Thread

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


User Tag List

Tags for this Thread

View Tag Cloud

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •