Thread: Cyrex torva models + whip and wings!

Results 1 to 8 of 8
  1. #1 Cyrex torva models + whip and wings! 
    Banned
    Join Date
    Aug 2014
    Posts
    518
    Thanks given
    88
    Thanks received
    21
    Rep Power
    0
    Hello dear rune-server community!

    For those who loved to have custom items in their server this might be somethink you are looking for. I found these inside injustice client.

    MEDIA:

    Models link: https://mega.nz/#!t0wUxCob!NPItNmFY-...GCkvX8dkyKh2Ew

    Ints:

    Code:
     case 3285:
          itemdef.modelID = 69015;
           itemdef.name = "@yel@Cyrex Torva Platebody";
          itemdef.description = "A Powerful Item";
          itemdef.modelZoom = 1506;
          itemdef.modelRotation1 = 473;
          itemdef.modelRotation2 = 2042;
          itemdef.modelOffset1 = 0;
          itemdef.modelOffset2 = 0;
          itemdef.anInt165 = 69016;
          itemdef.anInt200 = 69016;
               itemdef.groundActions = new String[5];
                itemdef.groundActions[2] = "Take";
                itemdef.itemActions = new String[5];
                itemdef.itemActions[1] = "Wear";
                itemdef.itemActions[4] = "Drop";
          break;
        case 3286:
           itemdef.name = "@yel@Cyrex Torva Boots";
          itemdef.modelID = 69018;
          itemdef.modelZoom = 900;
          itemdef.modelRotation1 = 165;
          itemdef.modelRotation2 = 99;
          itemdef.modelOffset1 = 3;
          itemdef.modelOffset2 = -7;
          itemdef.anInt165 = 69017;
          itemdef.anInt200 = 69017;
                itemdef.itemActions = new String[5];
                itemdef.itemActions[1] = "Wear";
          itemdef.description = "Some boots.";
          break;
        case 3287:
           itemdef.name = "@yel@Cyrex Torva Gloves";
          itemdef.modelZoom = 760;
          itemdef.modelRotation1 = 165;
          itemdef.modelRotation2 = 99;
          itemdef.modelOffset1 = 3;
          itemdef.modelOffset2 = -7;
        //  localJI.A = new String[] { null, null, "Take", null, null };
         // localJI.Y = new String[] { null, "Wear", "Split", null, "Drop" };
          itemdef.modelID = 69020;
          itemdef.anInt165 = 69019;
          itemdef.anInt200 = 69019; 
    	  itemdef.itemActions = new String[5];
          itemdef.itemActions[1] = "Wear";
          itemdef.itemActions[4] = "Drop";
          break;
        case 3288:
          itemdef.modelID = 69021;
           itemdef.name = "@yel@Cyrex Torva Full Helm";
          itemdef.description = "A Powerful Item";
          itemdef.modelZoom = 676;
          itemdef.modelRotation1 = 0;
          itemdef.modelRotation2 = 0;
          itemdef.modelOffset1 = 3;
          itemdef.modelOffset2 = -14;
          itemdef.anInt165 = 69022;
          itemdef.anInt200 = 69022;
               itemdef.groundActions = new String[5];
                itemdef.groundActions[2] = "Take";
                itemdef.itemActions = new String[5];
                itemdef.itemActions[1] = "Wear";
                itemdef.itemActions[4] = "Drop";
          break;
        case 3289:
          itemdef.modelID = 69023;
           itemdef.name = "@yel@Cyrex Torva Platelegs";
          itemdef.description = "A Powerful item.";
          itemdef.modelZoom = 1550;
          itemdef.modelRotation1 = 344;
          itemdef.modelRotation2 = 186;
          itemdef.modelOffset1 = 5;
          itemdef.modelOffset2 = 11;
          itemdef.anInt165 = 69024;
          itemdef.anInt200 = 69024;
               itemdef.groundActions = new String[5];
                itemdef.groundActions[2] = "Take";
                itemdef.itemActions = new String[5];
                itemdef.itemActions[1] = "Wear";
                itemdef.itemActions[4] = "Drop";
          break;
        case 3290:
          itemdef.modelID = 69025;
           itemdef.name = "@yel@Cyrex Torva Whip";
          itemdef.description = "A Whip That Is Made For GODZ!!";
          itemdef.modelZoom = 900;
          itemdef.modelRotation1 = 324;
          itemdef.modelRotation2 = 1808;
          itemdef.modelOffset1 = -2;
          itemdef.modelOffset2 = 3;
    //      localJI.D = true;
          itemdef.anInt165 = 69026;
          itemdef.anInt200 = 69026;
                itemdef.itemActions = new String[5];
                itemdef.itemActions[1] = "Wear";
                itemdef.itemActions[4] = "Drop";
          //localJI.N = false;
          break;
        case 3291:
          itemdef.modelID = 69028;
           itemdef.name = "@yel@Cyrex Torva Wings";
          itemdef.modelZoom = 1700;
          itemdef.modelRotation1 = 500;
          itemdef.modelRotation2 = 0;
          itemdef.modelOffset1 = -6;
          itemdef.modelOffset2 = 1;
          itemdef.anInt165 = 69027;
          itemdef.anInt200 = 69027;
    	   itemdef.itemActions = new String[5];
                itemdef.itemActions[1] = "Wear";
                itemdef.itemActions[4] = "Drop";
          //localJI.Y = new String[] { null, "Wear", null, null, "drop" };
         // localJI.A = new String[] { null, null, "take", null, null };
          break;
    Reply With Quote  
     

  2. #2  
    Donator
    Isaiah's Avatar
    Join Date
    Nov 2013
    Posts
    851
    Thanks given
    137
    Thanks received
    105
    Rep Power
    24
    So ugly

    but yeah some of those people who like to recolor may use it.
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Aug 2014
    Posts
    518
    Thanks given
    88
    Thanks received
    21
    Rep Power
    0
    Quote Originally Posted by 317wolf View Post
    So ugly

    but yeah some of those people who like to recolor may use it.
    I dont like customs like these... But somepeople love them... So i decided to release them because im going to trash them...
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Nov 2014
    Posts
    4
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Much appreciated! I miiiiight use them, but I know a lot of others while really like this!
    Reply With Quote  
     

  5. #5  
    Developing Illusional-PS!
    Injustice's Avatar
    Join Date
    Oct 2015
    Age
    28
    Posts
    159
    Thanks given
    19
    Thanks received
    14
    Rep Power
    0
    Lol Injustice was my client and i get no credit? lol

    I would appreciate if you gave me a little credit atleast lol...
    Reply With Quote  
     

  6. #6  
    Donator


    Join Date
    Mar 2015
    Posts
    730
    Thanks given
    121
    Thanks received
    190
    Rep Power
    292
    Quote Originally Posted by jerryrocks317 View Post
    Lol Injustice was my client and i get no credit? lol

    I would appreciate if you gave me a little credit atleast lol...
    Its from Project-Nightmare. You never made anything of it. Cyrex Torva isn't yours.
    Reply With Quote  
     

  7. #7  
    Extreme Donator


    Join Date
    Sep 2011
    Posts
    1,034
    Thanks given
    133
    Thanks received
    257
    Rep Power
    76
    Looks foul tbh
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Sep 2013
    Posts
    165
    Thanks given
    0
    Thanks received
    20
    Rep Power
    12
    you destroyed torva
    Attached image
    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. Model animation for capes and wings in dat maker?
    By Super Noodles in forum Help
    Replies: 6
    Last Post: 05-23-2016, 07:12 AM
  2. Replies: 15
    Last Post: 12-27-2015, 05:49 PM
  3. Need new torva models and header for [PI]
    By dat kush in forum Models
    Replies: 1
    Last Post: 11-03-2015, 11:16 AM
  4. Delta torva models and ints
    By 0tf_ in forum Help
    Replies: 0
    Last Post: 06-29-2015, 04:37 AM
  5. 544 whip model (red and grey)
    By Gary in forum Models
    Replies: 33
    Last Post: 03-15-2010, 07:09 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
  •