Thread: Runescape Guards

Page 1 of 5 123 ... LastLast
Results 1 to 10 of 46
  1. #1 Runescape Guards 
    Registered Member i cliff i's Avatar
    Join Date
    Dec 2007
    Posts
    294
    Thanks given
    0
    Thanks received
    0
    Rep Power
    33
    hey i found models of runescape guards and decided to post them for everyone who wants them.

    POST OR I REMOVE!

    step 1 : add this in class5java:
    Code:
    if(i == 2963) { // NPC ID
    
    	aClass30_Sub2_Sub2_60.anInt1406 = anIntArray72[630]; 
    	class5.method165(true, aClass30_Sub2_Sub2_60); // Collect original NPC data
    	class5.aStringArray66 = new String[5];
    	class5.aStringArray66[1] = "Attack";
    
    	int changedColors = 1; // Number of model colors changed on the NPC
    	class5.anIntArray76 = new int[changedColors];
    	class5.anIntArray70 = new int[changedColors];
    	class5.anIntArray76[0] = 61; // Original model color
    	class5.anIntArray70[0] = 926; // Changed model color
    
            class5.anIntArray94 = new int[3]; // Number of models the NPC uses
            class5.anIntArray94[0] = 73; // add the model id's here
            class5.anIntArray94[1] = 71;
            class5.anIntArray94[2] = 72;
     
    	class5.aString65 = "Guard"; // NPC name
    	class5.anInt61 = 21; //combat level
    	class5.aByteArray89 = "He tries to keep order around here. His bizarre uniform isn't helping.".getBytes(); // NPC description
    }
    if(i == 2962) { // NPC ID
    
    	aClass30_Sub2_Sub2_60.anInt1406 = anIntArray72[630]; 
    	class5.method165(true, aClass30_Sub2_Sub2_60); // Collect original NPC data
    	class5.aStringArray66 = new String[5];
    	class5.aStringArray66[1] = "Attack";
    
    	int changedColors = 1; // Number of model colors changed on the NPC
    	class5.anIntArray76 = new int[changedColors];
    	class5.anIntArray70 = new int[changedColors];
    	class5.anIntArray76[0] = 61; // Original model color
    	class5.anIntArray70[0] = 926; // Changed model color
    
            class5.anIntArray94 = new int[3]; // Number of models the NPC uses
            class5.anIntArray94[0] = 70; // add the model id's here
            class5.anIntArray94[1] = 71;
            class5.anIntArray94[2] = 72;
     
    	class5.aString65 = "Guard"; // NPC name
    	class5.anInt61 = 21; //combat level
    	class5.aByteArray89 = "He tries to keep order around here. His bizarre uniform isn't helping.".getBytes(); // NPC description
    }
    Step 2: Download models at :
    http://files.filefront.com/Guard+Mod.../fileinfo.html

    Step 3:Compile & run(you shouldnt need to do add model ##)

    PICS :
    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
    nice good job =) rep++ if i can

    EDIT: need w8 24 hours



    click banner to join gtracer!
    Reply With Quote  
     

  3. #3  
    Registered Member
    zedex ranger's Avatar
    Join Date
    Mar 2008
    Age
    30
    Posts
    2,565
    Thanks given
    1
    Thanks received
    9
    Rep Power
    325
    Quote Originally Posted by i cliff i View Post
    hey i found models of runescape guards and decided to post them for everyone who wants them.

    POST OR I REMOVE!

    Code:
    Step 1: Add this in class5.java 
    if(i == 2963) { // NPC ID
    
    	aClass30_Sub2_Sub2_60.anInt1406 = anIntArray72[630]; 
    	class5.method165(true, aClass30_Sub2_Sub2_60); // Collect original NPC data
    	class5.aStringArray66 = new String[5];
    	class5.aStringArray66[1] = "Attack";
    
    	int changedColors = 1; // Number of model colors changed on the NPC
    	class5.anIntArray76 = new int[changedColors];
    	class5.anIntArray70 = new int[changedColors];
    	class5.anIntArray76[0] = 61; // Original model color
    	class5.anIntArray70[0] = 926; // Changed model color
    
            class5.anIntArray94 = new int[3]; // Number of models the NPC uses
            class5.anIntArray94[0] = 73; // add the model id's here
            class5.anIntArray94[1] = 71;
            class5.anIntArray94[2] = 72;
     
    	class5.aString65 = "Guard"; // NPC name
    	class5.anInt61 = 21; //combat level
    	class5.aByteArray89 = "He tries to keep order around here. His bizarre uniform isn't helping.".getBytes(); // NPC description
    }
    if(i == 2962) { // NPC ID
    
    	aClass30_Sub2_Sub2_60.anInt1406 = anIntArray72[630]; 
    	class5.method165(true, aClass30_Sub2_Sub2_60); // Collect original NPC data
    	class5.aStringArray66 = new String[5];
    	class5.aStringArray66[1] = "Attack";
    
    	int changedColors = 1; // Number of model colors changed on the NPC
    	class5.anIntArray76 = new int[changedColors];
    	class5.anIntArray70 = new int[changedColors];
    	class5.anIntArray76[0] = 61; // Original model color
    	class5.anIntArray70[0] = 926; // Changed model color
    
            class5.anIntArray94 = new int[3]; // Number of models the NPC uses
            class5.anIntArray94[0] = 70; // add the model id's here
            class5.anIntArray94[1] = 71;
            class5.anIntArray94[2] = 72;
     
    	class5.aString65 = "Guard"; // NPC name
    	class5.anInt61 = 21; //combat level
    	class5.aByteArray89 = "He tries to keep order around here. His bizarre uniform isn't helping.".getBytes(); // NPC description
    }
    Step 2: Download models at :
    http://files.filefront.com/Guard+Mod.../fileinfo.html

    Step 3:Compile & run(you shouldnt need to do add model ##)

    PICS :
    remove it now...
    Reply With Quote  
     

  4. #4  
    Registered Member i cliff i's Avatar
    Join Date
    Dec 2007
    Posts
    294
    Thanks given
    0
    Thanks received
    0
    Rep Power
    33
    why i remove it?
    Reply With Quote  
     

  5. #5  
    W x 3
    Guest
    Credits? mst
    Reply With Quote  
     

  6. #6  
    Registered Member i cliff i's Avatar
    Join Date
    Dec 2007
    Posts
    294
    Thanks given
    0
    Thanks received
    0
    Rep Power
    33
    i created myself,idk if was posted already but didnt see....
    Reply With Quote  
     

  7. #7  
    Registered Member

    Join Date
    Dec 2006
    Age
    30
    Posts
    1,508
    Thanks given
    5
    Thanks received
    0
    Rep Power
    128
    They look great.
    I don't play RuneScape anymore
    Reply With Quote  
     

  8. #8  
    Registered Member i cliff i's Avatar
    Join Date
    Dec 2007
    Posts
    294
    Thanks given
    0
    Thanks received
    0
    Rep Power
    33
    finally a positive post,thanks liam
    Reply With Quote  
     

  9. #9  
    Xx God xX
    Guest
    wow nice great work
    Reply With Quote  
     

  10. #10  
    Registered Member i cliff i's Avatar
    Join Date
    Dec 2007
    Posts
    294
    Thanks given
    0
    Thanks received
    0
    Rep Power
    33
    Quote Originally Posted by Xx God xX View Post
    wow nice great work
    Thank u Xx God xX
    Reply With Quote  
     

Page 1 of 5 123 ... LastLast

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
  •