Thread: [PI] Trying to add Veteran Cape.

Results 1 to 3 of 3
  1. #1 [PI] Trying to add Veteran Cape. 
    Registered Member
    Join Date
    Oct 2012
    Posts
    23
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Okay guys so I was trying to follow this guide and I kinda sorta don't know how to do this part?

    *EDIT: Then if you look at the guide, I need help with the next part too? I do not understand what it is asking me to do, Class36.

    Spoiler for Animation.java:
    //veteran cape gfx //3604;
    anims[355].anInt352 = 59;
    anims[355].anIntArray355 = new int[]{15, 15, 4, 4, 4, 4, 4, 4, 7, 5, 9, 5, 8, 8, 8, 8, 8, 8, 8, 8, 8, 6, 7, 5, 4, 4, 5, 5, 5, 5, 5, 7, 7, 12, 12, 6, 6, 5, 4, 5, 5, 13, 13, 7, 7, 3, 3, 3, 3, 3, 3, 3, 2, 2, 4, 4, 4, 4, 7};
    anims[355].anIntArray353 = new int[]{236191750, 236191782, 236191797, 236191757, 236191784, 236191749, 236191789, 236191796, 236191765, 236191759,
    236191800, 236191794, 236191764, 236191774, 236191763, 236191776, 236191792, 236191777, 236191760, 236191802, 236191788, 236191785, 236191783,
    236191778, 236191770, 236191752, 236191768, 236191798, 236191751, 236191747, 236191758, 236191754, 236191781, 236191755, 236191801, 236191795,
    236191779, 236191799, 236191756, 236191746, 236191772, 236191775, 236191748, 236191787, 236191773, 236191780, 236191767, 236191790, 236191761,
    236191793, 236191786, 236191766, 236191745, 236191769, 236191744, 236191762, 236191771, 236191753, 236191791
    };

    //veteran cape //3605;
    anims[352].anInt352 = 78;
    anims[352].anInt359 = 8;
    anims[352].anInt360 = anims[352].anInt361 = 512;
    anims[352].anIntArray355 = new int[]{3, 3, 3, 3, 3, 3, 3, 4, 4, 2, 2, 2, 2, 2, 2, 2, 4, 4, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 5, 8, 8, 8, 8, 8, 8, 8, 8, 8, 6, 7, 5, 4, 4, 5, 5, 5, 5, 5, 7, 7, 12, 12, 6, 6, 5, 4, 5, 5, 13, 13, 7, 7, 3, 3, 3, 3, 3, 3, 3, 2, 2, 4, 4, 4, 4, 7};
    anims[352].anIntArray353 = new int[]{236257300, 236257510, 236257440, 236257525, 236257611, 236257570, 236257477, 236257565, 236257360,
    236257350, 236257329, 236257513, 236257379, 236257463, 236257388, 236257303, 236257476, 236257302, 236257458, 236257580, 236257501, 236257539,
    236257331, 236257524, 236257322, 236257382, 236257659, 236257523, 236257381, 236257612, 236257560, 236257574, 236257488, 236257394, 236257317,
    236257422, 236257385, 236257471, 236257538, 236257409, 236257619, 236257368, 236257645, 236257459, 236257603, 236257405, 236257288, 236257520,
    236257294, 236257646, 236257546, 236257420, 236257586, 236257467, 236257535, 236257328, 236257657, 236257656, 236257583, 236257606, 236257376,
    236257295, 236257371, 236257514, 236257358, 236257533, 236257287, 236257297, 236257313, 236257506, 236257356, 236257359, 236257386, 236257343,
    236257340, 236257620, 236257551, 236257487
    };

    But when I compiled that I get these errors?
    Spoiler for Compiler Errors:
    Java\Animation.java:59: error: ']' expected
    anims[355].anInt352 = 59;
    ^
    Java\Animation.java:59: error: ';' expected
    anims[355].anInt352 = 59;
    ^
    Java\Animation.java:59: error: illegal start of type
    anims[355].anInt352 = 59;
    ^
    Java\Animation.java:60: error: ']' expected
    anims[355].anIntArray355 = new int[]{15, 15, 4, 4, 4, 4, 4, 4, 7, 5, 9,
    5, 8, 8, 8, 8, 8, 8, 8, 8, 8, 6, 7, 5, 4, 4, 5, 5, 5, 5, 5, 7, 7, 12, 12, 6, 6,
    5, 4, 5, 5, 13, 13, 7, 7, 3, 3, 3, 3, 3, 3, 3, 2, 2, 4, 4, 4, 4, 7};
    ^
    Java\Animation.java:60: error: ';' expected
    anims[355].anIntArray355 = new int[]{15, 15, 4, 4, 4, 4, 4, 4, 7, 5, 9,
    5, 8, 8, 8, 8, 8, 8, 8, 8, 8, 6, 7, 5, 4, 4, 5, 5, 5, 5, 5, 7, 7, 12, 12, 6, 6,
    5, 4, 5, 5, 13, 13, 7, 7, 3, 3, 3, 3, 3, 3, 3, 2, 2, 4, 4, 4, 4, 7};
    ^
    Java\Animation.java:60: error: illegal start of type
    anims[355].anIntArray355 = new int[]{15, 15, 4, 4, 4, 4, 4, 4, 7, 5, 9,
    5, 8, 8, 8, 8, 8, 8, 8, 8, 8, 6, 7, 5, 4, 4, 5, 5, 5, 5, 5, 7, 7, 12, 12, 6, 6,
    5, 4, 5, 5, 13, 13, 7, 7, 3, 3, 3, 3, 3, 3, 3, 2, 2, 4, 4, 4, 4, 7};
    ^
    Java\Animation.java:61: error: ']' expected
    anims[355].anIntArray353 = new int[]{236191750, 236191782, 236191797, 23
    6191757, 236191784, 236191749, 236191789, 236191796, 236191765, 236191759,
    ^
    Java\Animation.java:61: error: ';' expected
    anims[355].anIntArray353 = new int[]{236191750, 236191782, 236191797, 23
    6191757, 236191784, 236191749, 236191789, 236191796, 236191765, 236191759,
    ^
    Java\Animation.java:61: error: illegal start of type
    anims[355].anIntArray353 = new int[]{236191750, 236191782, 236191797, 23
    6191757, 236191784, 236191749, 236191789, 236191796, 236191765, 236191759,
    ^
    Java\Animation.java:69: error: ']' expected
    anims[352].anInt352 = 78;
    ^
    Java\Animation.java:69: error: ';' expected
    anims[352].anInt352 = 78;
    ^
    Java\Animation.java:69: error: illegal start of type
    anims[352].anInt352 = 78;
    ^
    Java\Animation.java:70: error: ']' expected
    anims[352].anInt359 = 8;
    ^
    Java\Animation.java:70: error: ';' expected
    anims[352].anInt359 = 8;
    ^
    Java\Animation.java:70: error: illegal start of type
    anims[352].anInt359 = 8;
    ^
    Java\Animation.java:71: error: ']' expected
    anims[352].anInt360 = anims[352].anInt361 = 512;
    ^
    Java\Animation.java:71: error: ';' expected
    anims[352].anInt360 = anims[352].anInt361 = 512;
    ^
    Java\Animation.java:71: error: illegal start of type
    anims[352].anInt360 = anims[352].anInt361 = 512;
    ^
    Java\Animation.java:72: error: ']' expected
    anims[352].anIntArray355 = new int[]{3, 3, 3, 3, 3, 3, 3, 4, 4, 2, 2, 2,
    2, 2, 2, 2, 4, 4, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 5, 8, 8, 8, 8, 8, 8, 8, 8
    , 8, 6, 7, 5, 4, 4, 5, 5, 5, 5, 5, 7, 7, 12, 12, 6, 6, 5, 4, 5, 5, 13, 13, 7, 7,
    3, 3, 3, 3, 3, 3, 3, 2, 2, 4, 4, 4, 4, 7};
    ^
    Java\Animation.java:72: error: ';' expected
    anims[352].anIntArray355 = new int[]{3, 3, 3, 3, 3, 3, 3, 4, 4, 2, 2, 2,
    2, 2, 2, 2, 4, 4, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 5, 8, 8, 8, 8, 8, 8, 8, 8
    , 8, 6, 7, 5, 4, 4, 5, 5, 5, 5, 5, 7, 7, 12, 12, 6, 6, 5, 4, 5, 5, 13, 13, 7, 7,
    3, 3, 3, 3, 3, 3, 3, 2, 2, 4, 4, 4, 4, 7};
    ^
    Java\Animation.java:72: error: illegal start of type
    anims[352].anIntArray355 = new int[]{3, 3, 3, 3, 3, 3, 3, 4, 4, 2, 2, 2,
    2, 2, 2, 2, 4, 4, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 5, 8, 8, 8, 8, 8, 8, 8, 8
    , 8, 6, 7, 5, 4, 4, 5, 5, 5, 5, 5, 7, 7, 12, 12, 6, 6, 5, 4, 5, 5, 13, 13, 7, 7,
    3, 3, 3, 3, 3, 3, 3, 2, 2, 4, 4, 4, 4, 7};
    ^
    Java\Animation.java:73: error: ']' expected
    anims[352].anIntArray353 = new int[]{236257300, 236257510, 236257440, 23
    6257525, 236257611, 236257570, 236257477, 236257565, 236257360,
    ^
    Java\Animation.java:73: error: ';' expected
    anims[352].anIntArray353 = new int[]{236257300, 236257510, 236257440, 23
    6257525, 236257611, 236257570, 236257477, 236257565, 236257360,
    ^
    Java\Animation.java:73: error: illegal start of type
    anims[352].anIntArray353 = new int[]{236257300, 236257510, 236257440, 23
    6257525, 236257611, 236257570, 236257477, 236257565, 236257360,
    ^
    24 errors
    Press any key to continue . . .


    You see though, how that layout is there is nothing else at all like that in there? Could somebody please help me get this strait? Thanks.
    -Evoillusions
    Reply With Quote  
     

  2. #2  
    need java lessons
    Eclipse's Avatar
    Join Date
    Aug 2012
    Posts
    4,436
    Thanks given
    686
    Thanks received
    898
    Rep Power
    490
    Client help, not server...

    Quote Originally Posted by jerryrocks317 View Post
    i am 14 and have my own laptop im on almost 24/7 currently creating rsps lol so please get off my thread lol
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Oct 2012
    Posts
    23
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Ninth Legion View Post
    Client help, not server...
    Well okay sorry, can you still help me since this post is already made?
    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: 38
    Last Post: 01-26-2014, 05:52 PM
  2. Veteran Cape Emote
    By Xaves in forum Snippets
    Replies: 80
    Last Post: 11-23-2013, 07:25 PM
  3. 10 Years Veteran cape.
    By Snake in forum Models
    Replies: 11
    Last Post: 08-20-2012, 06:22 PM
  4. 10 Year Veteran Cape
    By Lennard in forum Models
    Replies: 8
    Last Post: 08-20-2012, 01:29 PM
  5. Veteran cape item id
    By Discardedx2 in forum Requests
    Replies: 2
    Last Post: 08-02-2011, 12:28 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
  •