Thread: [PI] Death cape and Donator cape

Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1 [PI] Death cape and Donator cape 
    Registered Member LauryS's Avatar
    Join Date
    Aug 2010
    Posts
    372
    Thanks given
    77
    Thanks received
    21
    Rep Power
    6
    Hi, i have added death and donator capes.When i equipt them, they adds to helm.I try to add items.java and tryed Equiptment editor but its still on helm.How to fix them?

    For help Rep++
    Quote Originally Posted by Gacoa View Post
    Does not remove doors. Objects only
    Quote Originally Posted by Kyle Iz Pro View Post
    Idk im stupid

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

  2. #2  
    Registered Member
    Join Date
    Oct 2010
    Age
    27
    Posts
    612
    Thanks given
    20
    Thanks received
    7
    Rep Power
    9
    could you put theyr ints?
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  3. #3  
    Registered Member LauryS's Avatar
    Join Date
    Aug 2010
    Posts
    372
    Thanks given
    77
    Thanks received
    21
    Rep Power
    6
    Sure


    EDIT:
    case 12742:
    itemDef.actions = new String[5];
    itemDef.actions[1] = "Wear";
    itemDef.modifiedModelColors = new int[4];
    itemDef.originalModelColors = new int[4];
    itemDef.modifiedModelColors[0] = 57280;
    itemDef.modifiedModelColors[1] = 54503;
    itemDef.modifiedModelColors[2] = 54183;
    itemDef.modifiedModelColors[3] = 11200;
    itemDef.originalModelColors[0] = 9152;
    itemDef.originalModelColors[1] = 7104;
    itemDef.originalModelColors[2] = 7104;
    itemDef.originalModelColors[3] = 796;
    itemDef.modelID = 4;
    itemDef.modelZoom = 2000;
    itemDef.modelRotation1 = 500;
    itemDef.modelRotation2 = 0;
    itemDef.anInt204 = 14;
    itemDef.modelOffset1 = -6;
    itemDef.modelOffset2 = 1;
    itemDef.maleEquip1 = 5;
    itemDef.femaleEquip1 = 5;
    itemDef.anInt175 = -1;
    itemDef.anInt197 = -1;
    itemDef.anInt199 = -1;
    itemDef.name = "Donator Cape";
    itemDef.description = "The cape worn by Donators.".getBytes();
    break;

    case 15510:
    itemDef.actions = new String[5];
    itemDef.actions[1] = "Wield";
    itemDef.modelID = 32880;
    itemDef.modelZoom = 2000;
    itemDef.modelRotation1 = 500;
    itemDef.modelRotation2 = 0;
    itemDef.modelOffset1 = -6;
    itemDef.modelOffset2 = 1;
    itemDef.anInt204 = 14;
    itemDef.maleEquip1 = 32879;
    itemDef.femaleEquip1 = 32879;
    itemDef.anInt175 = -1;
    itemDef.anInt197 = -1;
    itemDef.anInt199 = -1;
    itemDef.name = "Death cape";
    itemDef.description = "Death cape.".getBytes();
    Quote Originally Posted by Gacoa View Post
    Does not remove doors. Objects only
    Quote Originally Posted by Kyle Iz Pro View Post
    Idk im stupid

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

  4. #4  
    Registered Member
    Join Date
    Oct 2010
    Age
    27
    Posts
    612
    Thanks given
    20
    Thanks received
    7
    Rep Power
    9
    let me see the models..
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  5. #5  
    Registered Member Byakuya Kuchiki's Avatar
    Join Date
    Sep 2009
    Posts
    421
    Thanks given
    6
    Thanks received
    7
    Rep Power
    17
    This has nothing to do with the client. You did it wrong server-side.

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

  6. #6  
    Registered Member LauryS's Avatar
    Join Date
    Aug 2010
    Posts
    372
    Thanks given
    77
    Thanks received
    21
    Rep Power
    6
    I didi everything i can but nothing
    Quote Originally Posted by Gacoa View Post
    Does not remove doors. Objects only
    Quote Originally Posted by Kyle Iz Pro View Post
    Idk im stupid

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

  7. #7  
    Banned
    Join Date
    Mar 2008
    Posts
    1,937
    Thanks given
    131
    Thanks received
    61
    Rep Power
    0
    Quote Originally Posted by erikas View Post
    could you put theyr ints?
    nothing to do with ints .
    Reply With Quote  
     

  8. #8  
    Registered Member LauryS's Avatar
    Join Date
    Aug 2010
    Posts
    372
    Thanks given
    77
    Thanks received
    21
    Rep Power
    6
    Quote Originally Posted by ilike to own View Post
    nothing to do with ints .
    He try to get models
    Hes nub
    Quote Originally Posted by Gacoa View Post
    Does not remove doors. Objects only
    Quote Originally Posted by Kyle Iz Pro View Post
    Idk im stupid

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

  9. #9  
    Registered Member
    Join Date
    Oct 2010
    Age
    27
    Posts
    612
    Thanks given
    20
    Thanks received
    7
    Rep Power
    9
    duok tuos models bote
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  10. #10  
    Registered Member
    Ninja assassin's Avatar
    Join Date
    Oct 2008
    Posts
    1,961
    Thanks given
    217
    Thanks received
    115
    Rep Power
    77
    Quote Originally Posted by erikas View Post
    let me see the models..
    you just want his models and ints.. faggot gtfo.


    go to ItemAssistant.java

    and look for:
    Code:
    				if(c.duelRule[11] && targetSlot == 0) {
    					c.sendMessage("Wearing hats has been disabled in this duel!");
    					return false;
    				}
    above it add:
    Code:
    				if (wearID == 12742 || wearID == 15510) {
    					targetSlot = 5;
    				}
    YOU will have change:
    Code:
    targetSlot = 5;
    to different number so it goes in the cape slot.
    I cant remember the the number for Cape slot so just try numbers from 1 to 12
    Btc: 1tpWTbAznzWYh6YpoUJeQ3MDVK56GGJ
    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

Similar Threads

  1. Death Cape v2.0 Cape Pack+Ints
    By Greyfield in forum Models
    Replies: 59
    Last Post: 02-23-2014, 06:20 PM
  2. my version of a donator cape
    By Mr Killa in forum Models
    Replies: 14
    Last Post: 09-26-2010, 04:06 PM
  3. Donator cape
    By lefon in forum Help
    Replies: 7
    Last Post: 08-19-2010, 12:01 AM
  4. Another Donator Cape [Red]
    By Tabbykiller in forum Models
    Replies: 16
    Last Post: 06-27-2010, 03:12 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
  •