Thread: Help Plz?

Results 1 to 3 of 3
  1. #1 Help Plz? 
    Guitars595
    Guest
    I can't figure out how to change like what armour an NPC is wearing. For example he's wearing white robes, I want to change it to black robes or something like that.
    Code:
    		if(i == 1264){
    	class5.aStringArray66 = new String[5];
    	class5.aStringArray66[1] = "Attack";
    	class5.anInt61 = 105; // Level
    	class5.aString65 = "Saradomin Worshipper";
    	class5.aByteArray89 = "One of the many followers of Saradomin.".getBytes();
    	}
    Can anyone help?
    Reply With Quote  
     

  2. #2  
    Registered Member
    minutes's Avatar
    Join Date
    Apr 2008
    Posts
    1,926
    Thanks given
    2
    Thanks received
    19
    Rep Power
    465
    if(i == 1264){
    class5.aStringArray66 = new String[5];
    class5.aStringArray66[1] = "Attack";
    class5.anInt61 = 105;
    class5.anIntArray94[0] = ####; // here model id
    class5.anIntArray94[1] = ####; // here model id
    class5.anIntArray94[2] = ####; // here model id
    class5.aString65 = "Saradomin Worshipper";
    class5.aByteArray89 = "One of the many followers of Saradomin.".getBytes();
    }
    you can add more there but rember change number

    class5.anIntArray94[#]



    click banner to join gtracer!
    Reply With Quote  
     

  3. #3  
    Guitars595
    Guest
    That didn't work right... it came up with random items like around the npc and under
    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

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