Thread: Ints

Results 1 to 2 of 2
  1. #1 Ints 
    Registered Member
    Remi's Avatar
    Join Date
    Jan 2015
    Posts
    628
    Thanks given
    572
    Thanks received
    212
    Rep Power
    574
    Looking for Corporeal beast & Cerberus. Will Rep
    Reply With Quote  
     

  2. #2  
    OS-Saradomin Founder & Developer

    Saradomin's Avatar
    Join Date
    Nov 2015
    Posts
    593
    Thanks given
    296
    Thanks received
    149
    Rep Power
    238
    Here's what I have.

    Code:
    case 4201:
    			   entityDef.name = "Cerberus";
    			   entityDef.combatLevel = 318;
    				entityDef.standAnim = 0;//6561
    				entityDef.walkAnim = 0;//6561
    			    entityDef.actions = new String[5];
    			    entityDef.actions[1] = "Attack";
    			   entityDef.anIntArray94 = new int[] {29270};
    			   entityDef.anInt86 = 120;
    			   entityDef.anInt91 = 120;
    			   break;
    Code:
    case 3501:
    		 entityDef.name = "Corporeal Beast";
    		entityDef.anIntArray94[0] = 40955;
    		cache[j].aByte68 = 5;
    		entityDef.standAnim = 10056;
    		entityDef.walkAnim = 10055;
    		entityDef.actions = new String[]{null, "Attack", null, null, null};
    		entityDef.combatLevel = 785;
    	break;
    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. Replies: 42
    Last Post: 01-05-2009, 01:31 AM
  2. Replies: 10
    Last Post: 09-15-2007, 10:14 AM
  3. Teaching the Random int
    By Newb 2341 in forum Tutorials
    Replies: 5
    Last Post: 09-06-2007, 06:08 AM
  4. What ints are for models
    By Scottyz in forum Tutorials
    Replies: 8
    Last Post: 09-03-2007, 03:48 PM
  5. Why ints of that 34mb dump file were not right
    By Scottyz in forum RS2 Client
    Replies: 0
    Last Post: 09-02-2007, 11:55 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •