Thread: Project Insanity Models

Results 1 to 5 of 5
  1. #1 Project Insanity Models 
    Banned
    Join Date
    Jul 2010
    Age
    29
    Posts
    1,143
    Thanks given
    7
    Thanks received
    48
    Rep Power
    0
    Yes I want to add a lot of models to my client but half the ints are for class8.java and I have itemDef.java how could I get class8.java or convert the class8.java ints into itemDef.java

    Please any help is repped I really need this
    Reply With Quote  
     

  2. #2  
    Registered Member farmerscape's Avatar
    Join Date
    Jul 2010
    Posts
    165
    Thanks given
    16
    Thanks received
    0
    Rep Power
    5
    Your code should look like this:
    if(i == 11526) {
    itemDef.actions = new String[5];
    itemDef.actions[1] = "Wield";
    itemDef.modelID = 44590;
    itemDef.maleEquip1 = 43660;//anInt165
    itemDef.femaleEquip1 = 43600;//anInt200
    itemDef.modelZoom = 789;
    itemDef.modelRotation1 = 240;
    itemDef.modelRotation2 = 60;
    itemDef.modelOffset1 = -1;
    itemDef.modelOffset2 = -23;
    itemDef.name = "Dragon claws";
    itemDef.description = "A set of fighting claws.".getBytes();
    }
    The ints go after this:
    /* Hardcoded items start here */
    /**/
    Just find it in itemdef.
    ~PROJECT FARMERSCAPE~

    - Hello i already add the ::item but now i want to add :: pickup command if someone can help me ?

    - We were all new before.. Help him!

    - We were all new, not stupid.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Aug 2010
    Posts
    739
    Thanks given
    32
    Thanks received
    51
    Rep Power
    35
    Why would you do that(above)? Use a renamer tool and put them in with the other custom's ones..
    [SPOIL]
    Quote Originally Posted by Archon Server View Post
    What do you mean compile?
    Quote Originally Posted by Hughes View Post
    I don't know the program i need to open a CLASS file since every time i try to open one in notepad it brings up random symbols.

    Quote Originally Posted by Flux View Post
    Quote Originally Posted by Tyluur View Post
    your better
    my better
    [/SPOIL]
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Jul 2010
    Age
    29
    Posts
    1,143
    Thanks given
    7
    Thanks received
    48
    Rep Power
    0
    Where would I get a renamer tool?
    Reply With Quote  
     

  5. #5  
    Registered Member hontiris1's Avatar
    Join Date
    Feb 2009
    Posts
    769
    Thanks given
    89
    Thanks received
    14
    Rep Power
    37
    Quote Originally Posted by 666is1337 View Post
    Why would you do that(above)? Use a renamer tool and put them in with the other custom's ones..
    can you please help with more details, first give him the link to the download or where to get it...

    well thats if you are helping, HUH ARE YOU?
    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •