Thread: How do you change the item name on Project Insanity?

Results 1 to 6 of 6
  1. #1 How do you change the item name on Project Insanity? 
    Registered Member
    Join Date
    Apr 2011
    Posts
    66
    Thanks given
    0
    Thanks received
    1
    Rep Power
    1
    Like a normal 317 client.. There is no class8.java, what im asking is, How would you change Fire_Cape, to lets say.. Death_Cape, but it looks the same in the game, but just has a different name?

    Thanks in advance.
    Reply With Quote  
     

  2. #2  
    Donator


    Join Date
    Nov 2008
    Posts
    1,017
    Thanks given
    21
    Thanks received
    32
    Rep Power
    161
    itemDef.java is the renamed version of class8.java
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Jun 2010
    Age
    33
    Posts
    4,337
    Thanks given
    4
    Thanks received
    274
    Rep Power
    0
    I think you need to edit the name, in the cache also.
    Reply With Quote  
     

  4. #4  
    Registered Member
    jordan641's Avatar
    Join Date
    Apr 2010
    Posts
    1,809
    Thanks given
    70
    Thanks received
    128
    Rep Power
    189
    In Itemdef.java
    Find
    Code:
    public static ItemDef forID(int i)
    In that method like 10 lines down is a switch statement
    Code:
    switch(i) {
    Now right after that switch you put this
    Code:
    			case XXXX:
    			itemDef.name = "New item name";
    			break;
    Change XXXX to the Item ID and New item name obviously
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Apr 2011
    Posts
    66
    Thanks given
    0
    Thanks received
    1
    Rep Power
    1
    thanks guys, got it to work.
    Reply With Quote  
     

  6. #6  
    The One And Only

    KaiserCo's Avatar
    Join Date
    Dec 2010
    Posts
    2,420
    Thanks given
    509
    Thanks received
    445
    Rep Power
    209
    well they all helped so hit the 'thanks' button on there posts!
    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: 9
    Last Post: 02-14-2016, 10:38 PM
  2. (Project Insanity/Riotscape) Destroy item
    By I <3 PI in forum Snippets
    Replies: 31
    Last Post: 08-05-2011, 04:46 AM
  3. [PI]Project Insanity Item Requirements[PI]
    By Akeid in forum Tutorials
    Replies: 13
    Last Post: 11-16-2010, 01:01 PM
  4. Where do I change my ip in project insanity?
    By Out 2 Get Me in forum Help
    Replies: 13
    Last Post: 11-14-2010, 12:03 AM
  5. Replies: 3
    Last Post: 05-16-2010, 05:53 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
  •