Thread: Minature Dragon

Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1 Minature Dragon 
    ⚓Manic-Owner⚓


    Join Date
    Nov 2007
    Posts
    2,711
    Thanks given
    47
    Thanks received
    9
    Rep Power
    650
    Code:
    if(i == ####) { // 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[1]; // Number of models the NPC uses
            class5.anIntArray94[0] = 1201; // add the model id's here
     
    	class5.aString65 = "Miniture Dragon"; // NPC name
    	class5.anInt61 = 78; //combat level
    	class5.aByteArray89 = "Cute but deadly...".getBytes(); // NPC description
    }


    download models here

    Rep++ apprciated
    Reply With Quote  
     

  2. #2  
    Registered Member
    zedex ranger's Avatar
    Join Date
    Mar 2008
    Age
    30
    Posts
    2,565
    Thanks given
    1
    Thanks received
    9
    Rep Power
    325
    nice adding right away!
    Reply With Quote  
     

  3. #3  
    Registered Member

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

  4. #4  
    IvA V1n
    Guest
    Good for summoning
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Jul 2007
    Age
    31
    Posts
    1,438
    Thanks given
    43
    Thanks received
    21
    Rep Power
    0
    how you found these?
    Reply With Quote  
     

  6. #6  
    Registered Member

    Join Date
    Aug 2007
    Posts
    877
    Thanks given
    1
    Thanks received
    15
    Rep Power
    229
    That thing is teh pimp shizzle fo drizzle on his nizzle for sizzle.
    [:
    Ima add it right awayyyy
    Reply With Quote  
     

  7. #7  
    TzTok

    Join Date
    Apr 2008
    Age
    33
    Posts
    1,870
    Thanks given
    20
    Thanks received
    21
    Rep Power
    432
    where do i add it to? (the code)
    Last edited by TrollCount++; 04-21-2008 at 03:49 PM. Reason: ha
    Reply With Quote  
     

  8. #8  
    Donator

    Divide's Avatar
    Join Date
    Dec 2007
    Age
    28
    Posts
    815
    Thanks given
    3
    Thanks received
    0
    Rep Power
    91
    class 5 i think.


    Reply With Quote  
     

  9. #9  
    Registered Member

    Join Date
    Jun 2007
    Age
    35
    Posts
    770
    Thanks given
    0
    Thanks received
    17
    Rep Power
    156
    thats not a mini dragon i believe thats one of those things you catch with a net on rs for hunter
    Reply With Quote  
     

  10. #10  
    TzTok

    Join Date
    Apr 2008
    Age
    33
    Posts
    1,870
    Thanks given
    20
    Thanks received
    21
    Rep Power
    432
    nope, thats not impling.

    i get this when i try to add it =S


    Class5.java:444: class, interface, or enum expected
    if(i == 391) {
    ^
    Class5.java:447: class, interface, or enum expected
    class5.method165(true, aClass30_Sub2_Sub2_60);
    ^
    Class5.java:448: class, interface, or enum expected
    class5.aStringArray66 = new String[5];
    ^
    Class5.java:449: class, interface, or enum expected
    class5.aStringArray66[1] = "Attack";
    ^
    Class5.java:451: class, interface, or enum expected
    int changedColors = 1;
    ^
    Class5.java:452: class, interface, or enum expected
    class5.anIntArray76 = new int[changedColors];
    ^
    Class5.java:453: class, interface, or enum expected
    class5.anIntArray70 = new int[changedColors];
    ^
    Class5.java:454: class, interface, or enum expected
    class5.anIntArray76[0] = 61;
    ^
    Class5.java:455: class, interface, or enum expected
    class5.anIntArray70[0] = 926;
    ^
    Class5.java:457: class, interface, or enum expected
    class5.anIntArray94 = new int[1];
    ^
    Class5.java:458: class, interface, or enum expected
    class5.anIntArray94[0] = 1201;
    ^
    Class5.java:460: class, interface, or enum expected
    class5.aString65 = "forgotten keyguard";
    ^
    Class5.java:461: class, interface, or enum expected
    class5.anInt61 = 666;
    ^
    Class5.java:462: class, interface, or enum expected
    class5.aByteArray89 = "Cute but deadly...or not".getBytes();
    ^
    Class5.java:463: class, interface, or enum expected
    }
    ^
    15 errors
    Last edited by TrollCount++; 04-21-2008 at 06:33 PM. Reason: Double posting is not allowed!
    Reply With Quote  
     

Page 1 of 2 12 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
  •