Thread: Chaotic Maul ints + models.

Page 1 of 3 123 LastLast
Results 1 to 10 of 24
  1. #1 Chaotic Maul ints + models. 
    Registered Member
    sadgrills's Avatar
    Join Date
    Dec 2009
    Age
    25
    Posts
    1,418
    Thanks given
    119
    Thanks received
    194
    Rep Power
    315
    I always see PI servers having problem getting the models to work, so here you go.

    Itemdef.java
    Code:
    		case ****: //15039 prefferably
    			itemDef.actions = new String[5];
    			itemDef.actions[1] = "Wield";
    			itemDef.femaleEquip1 = 35089;
    			itemDef.modelOffset1 = 4;
    			itemDef.modelOffset2 = 2;
    			itemDef.modelZoom = 1360;
    			itemDef.modelRotation2 = 354;
    			itemDef.modelRotation1 = 498;
    			itemDef.maleEquip1 = 35089;
    			itemDef.modelID = 35088;
    			itemDef.name = "Chaotic maul";
    			itemDef.anInt188 = -1;//female sleeve
    			itemDef.anInt164 = -1;//male sleeve
    			itemDef.description = "A dangerously-blunt maul. (It doesnt look in good condition.)".getBytes();
    		break;

    Models
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    It is animated.

    Non-renamed:
    Code:
    		if (i == 15039) {
    			class8.aStringArray189 = new String[5];
    			class8.aStringArray189[1] = "Wield";
    			class8.anInt200 = 35089;//female 56294
    			class8.anInt169 = 4;
    			class8.anInt194 = 2;
    			class8.anInt181 = 1360;
    			class8.anInt198 = 354;
    			class8.anInt190 = 498;
    			class8.anInt165 = 35089;
                            class8.anInt200 = 35088;
    			class8.aString170 = "Chaotic maul";
    			class8.anInt188 = -1;//female sleeve
    			class8.anInt164 = -1;//male sleeve
    			class8.aByte154 = -9;
    			class8.aByte205 = -9;
    			class8.aByteArray178 = "A dangerously-blunt maul. (It doesnt look in good condition.)".getBytes();
    		}


    Reply With Quote  
     

  2. Thankful users:


  3. #2  
    Registered Member
    iHybrid's Avatar
    Join Date
    Sep 2010
    Posts
    2,096
    Thanks given
    636
    Thanks received
    352
    Rep Power
    81
    I already have the maul but this is a nice thing to do
    Reply With Quote  
     

  4. Thankful user:


  5. #3  
    Registered Member
    Join Date
    Sep 2010
    Posts
    16
    Thanks given
    1
    Thanks received
    0
    Rep Power
    1
    is this 508
    Reply With Quote  
     

  6. #4  
    Registered Member
    sadgrills's Avatar
    Join Date
    Dec 2009
    Age
    25
    Posts
    1,418
    Thanks given
    119
    Thanks received
    194
    Rep Power
    315
    317..


    Reply With Quote  
     

  7. #5  
    Registered Member

    Join Date
    Mar 2008
    Posts
    799
    Thanks given
    515
    Thanks received
    134
    Rep Power
    78
    repped
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  8. #6  
    Fremennik


    Join Date
    Sep 2010
    Age
    24
    Posts
    919
    Thanks given
    3
    Thanks received
    90
    Discord
    View profile
    Rep Power
    105
    Thanks
    Reply With Quote  
     

  9. #7  
    Fuckin PRO Derek's Avatar
    Join Date
    May 2008
    Posts
    1,259
    Thanks given
    38
    Thanks received
    86
    Rep Power
    67
    Thanks for this.
    Thank me if I helped you.





    [Only registered and activated users can see links. ]
    or
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  10. #8  
    Registered Member
    sadgrills's Avatar
    Join Date
    Dec 2009
    Age
    25
    Posts
    1,418
    Thanks given
    119
    Thanks received
    194
    Rep Power
    315
    No problem lads, if it isn't on your hands while wielding it I'll give you a fix.


    Reply With Quote  
     

  11. #9  
    Member
    Join Date
    Feb 2008
    Posts
    297
    Thanks given
    6
    Thanks received
    1
    Rep Power
    0
    Code:
    Quote Originally Posted by Zombie Inc View Post
    I always see PI servers having problem getting the models to work, so here you go. Itemdef.java
    Code:
    		case ****: //15039 prefferably
    			itemDef.actions = new String[5];
    			itemDef.actions[1] = "Wield";
    			itemDef.femaleEquip1 = 35089;
    			itemDef.modelOffset1 = 4;
    			itemDef.modelOffset2 = 2;
    			itemDef.modelZoom = 1360;
    			itemDef.modelRotation2 = 354;
    			itemDef.modelRotation1 = 498;
    			itemDef.maleEquip1 = 35089;
    			itemDef.modelID = 35088;
    			itemDef.name = "Chaotic maul";
    			itemDef.anInt188 = -1;//female sleeve
    			itemDef.anInt164 = -1;//male sleeve
    			itemDef.description = "A dangerously-blunt maul. (It doesnt look in good condition.)".getBytes();
    		break;
    Models [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] It is animated.
    Nice man i was looking for this =3
    Reply With Quote  
     

  12. #10  
    Blue Slide Park [Mac Miller]
    Diverse Reality's Avatar
    Join Date
    Jun 2010
    Posts
    3,090
    Thanks given
    186
    Thanks received
    182
    Rep Power
    94
    Thanks bro.

    Reply With Quote  
     

Page 1 of 3 123 LastLast

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. [PI] chaotic maul GFX
    By Legalz in forum Help
    Replies: 1
    Last Post: 05-30-2011, 06:54 PM
  2. Chaotic Maul 508/525
    By Ryan. in forum Help
    Replies: 8
    Last Post: 09-23-2010, 03:18 PM
  3. Chaotic ints / Models, for z525 (:
    By Nuked in forum Help
    Replies: 1
    Last Post: 09-17-2010, 03:20 PM
  4. itemdef.java ints/models for chaotic maul?
    By -Owner- in forum Requests
    Replies: 1
    Last Post: 07-13-2010, 05:20 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •