itemDef.java is the renamed version of class8.java
|
|
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.

itemDef.java is the renamed version of class8.java

I think you need to edit the name, in the cache also.
In Itemdef.java
FindIn that method like 10 lines down is a switch statementCode:public static ItemDef forID(int i)
Now right after that switch you put thisCode:switch(i) {
Change XXXX to the Item ID and New item name obviouslyCode:case XXXX: itemDef.name = "New item name"; break;
thanks guys, got it to work.
well they all helped so hit the 'thanks' button on there posts!
| « [PI] Reconfigured my commands.java, got errors, need some help. [PI] | [REQ] Looking for co-owner. » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |