Thread: [667]How to rename an item[667]

Page 1 of 2 12 LastLast
Results 1 to 10 of 19
  1. #1 [667]How to rename an item[667] 
    Banned

    Join Date
    Oct 2011
    Age
    27
    Posts
    2,566
    Thanks given
    1,027
    Thanks received
    1,168
    Rep Power
    0
    Hey guys,
    Made this on request of 'Artisticy' - View Profile: Artisticy

    Anyway, firstly download this file:Download Item.Def.Editor.rar @ UppIT

    Next, extract the stuff to your desktop, and then open the editor file;



    Then Go to your Source folder, Go to the data folder and open the 'cache' folder:



    Next copy everything from the Cache folder in your source;


    Then go back to the ItemEditor folder, open the Cache folder and right-click 'Paste'


    Next go back to the main folder and click the 'run-gui.bat file';



    The cache editor will run, click the Items tab and then find the ID of the item you wish to rename, in my case it is the Torva plate.

    Since you want to keep the orriginal item, click the Clone button:



    On the name type new name, mine will be called Vipers Platebody, then click save, your new item will be saved right to the bottom, so just scroll down.


    Next close the Cache editor, and then go back to your source folder, delete the cache, and replace it with the cache in the ItemEditor.




    Restart your server once the cache has been replaced.


    Once restarted; use the 'item' command to spawn your new item, Use the new ID


    Your new platebody will be spawned;




    Will keep the stats of the original plate, as its just a clone.


    Credits:
    Alex (DragonKK) - For actually making the editor
    Me - Making the tutorial.
    Legitimate - For releasing the editor
    Reply With Quote  
     

  2. Thankful user:


  3. #2  
    Registered Member
    Join Date
    May 2009
    Posts
    267
    Thanks given
    24
    Thanks received
    9
    Rep Power
    1
    Wow Thats pretty epic, i may try this, thanks for the release. =)
    Reply With Quote  
     

  4. #3  
    Certified Stoner

    demon dylan001's Avatar
    Join Date
    Feb 2009
    Age
    28
    Posts
    1,134
    Thanks given
    77
    Thanks received
    96
    Rep Power
    509
    you should give him credits and give credits to the guy who originally fixed it and posted it to make it capable with 667..... it wasn't legitimate...
    Quote Originally Posted by Legitimate View Post
    this kids a str8 leecher
    lol ^ this kid calls me a leecher and buys tons of stuff from me.
    I host Call of duty prestige lobbies on xbox 360
    I can host any call of duty you want just make me an offer pm me if interested
    Spoiler for Sig too big:

    skype-demondylan001 discord demon dylan001#8904
    Attached image
    Reply With Quote  
     

  5. #4  
    Registered Member
    maffia-rpg's Avatar
    Join Date
    Jul 2011
    Posts
    2,775
    Thanks given
    587
    Thanks received
    759
    Rep Power
    120
    Quote Originally Posted by demon dylan001 View Post
    you should give him credits and give credits to the guy who originally fixed it and posted it to make it capable with 667..... it wasn't legitimate...
    Err the fix is easy.

    Application.java

    Replace this:
    Code:
    	public void addAllItems() {
    		for(int id = 0; id < Utils.getItemDefinitionsSize(STORE) - 22314; id++) {
    			addItemDefs(ItemDefinitions.getItemDefinition(STORE, id));
    		}
    	}
    With this:
    Code:
    	public void addAllItems() {
    		for(int id = 0; id < Utils.getItemDefinitionsSize(STORE); id++) {
    			addItemDefs(ItemDefinitions.getItemDefinition(STORE, id));
    		}
    	}
    Now gimme credits lol.
    Quote Originally Posted by Nando View Post
    why would I care about trying to get you to care about me homosexual?
    back to coding shit revisions
    1080% lost.
    Reply With Quote  
     

  6. Thankful user:


  7. #5  
    Certified Stoner

    demon dylan001's Avatar
    Join Date
    Feb 2009
    Age
    28
    Posts
    1,134
    Thanks given
    77
    Thanks received
    96
    Rep Power
    509
    Quote Originally Posted by maffia-rpg View Post
    Err the fix is easy.

    Application.java

    Replace this:
    Code:
    	public void addAllItems() {
    		for(int id = 0; id < Utils.getItemDefinitionsSize(STORE) - 22314; id++) {
    			addItemDefs(ItemDefinitions.getItemDefinition(STORE, id));
    		}
    	}
    With this:
    Code:
    	public void addAllItems() {
    		for(int id = 0; id < Utils.getItemDefinitionsSize(STORE); id++) {
    			addItemDefs(ItemDefinitions.getItemDefinition(STORE, id));
    		}
    	}
    Now gimme credits lol.
    you noob lol
    Quote Originally Posted by Legitimate View Post
    this kids a str8 leecher
    lol ^ this kid calls me a leecher and buys tons of stuff from me.
    I host Call of duty prestige lobbies on xbox 360
    I can host any call of duty you want just make me an offer pm me if interested
    Spoiler for Sig too big:

    skype-demondylan001 discord demon dylan001#8904
    Attached image
    Reply With Quote  
     

  8. #6  
    Certified Stoner

    demon dylan001's Avatar
    Join Date
    Feb 2009
    Age
    28
    Posts
    1,134
    Thanks given
    77
    Thanks received
    96
    Rep Power
    509
    all tho i forgot to say good job so good job not bad for a noob viper


    sorry for double post
    Quote Originally Posted by Legitimate View Post
    this kids a str8 leecher
    lol ^ this kid calls me a leecher and buys tons of stuff from me.
    I host Call of duty prestige lobbies on xbox 360
    I can host any call of duty you want just make me an offer pm me if interested
    Spoiler for Sig too big:

    skype-demondylan001 discord demon dylan001#8904
    Attached image
    Reply With Quote  
     

  9. #7  
    Banned

    Join Date
    Oct 2011
    Age
    27
    Posts
    2,566
    Thanks given
    1,027
    Thanks received
    1,168
    Rep Power
    0
    I gave him credits for uploading
    Reply With Quote  
     

  10. #8  
    Banned

    Join Date
    Jan 2012
    Age
    25
    Posts
    2,703
    Thanks given
    906
    Thanks received
    630
    Rep Power
    0
    This is so easy just get dragonkk's item def editor
    Reply With Quote  
     

  11. #9  
    Registered Member
    Join Date
    Jan 2012
    Posts
    341
    Thanks given
    29
    Thanks received
    11
    Rep Power
    12
    Were can i find the codes for the model colors id's?
    Reply With Quote  
     

  12. #10  
    Banned

    Join Date
    Oct 2011
    Age
    27
    Posts
    2,566
    Thanks given
    1,027
    Thanks received
    1,168
    Rep Power
    0
    Quote Originally Posted by altiar View Post
    Were can i find the codes for the model colors id's?
    ColorPicker.com : Quick Online Color Picker Tool | HTML Color Codes

    Select the colour and the code is at the top.
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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: 82
    Last Post: 04-01-2016, 01:16 PM
  2. Replies: 17
    Last Post: 11-24-2013, 09:40 PM
  3. [667]Adding item bonuses[667]
    By nbness2 in forum Tutorials
    Replies: 11
    Last Post: 04-17-2013, 07:14 PM
  4. [667/***] Selling full 667 TRADE! and PETS!!!
    By N0t GuNnA TeLl in forum Snippets
    Replies: 10
    Last Post: 05-26-2012, 03:53 AM
  5. [667] Godsword and Spirit Shield Making [667]
    By `Cocaine in forum Snippets
    Replies: 7
    Last Post: 04-08-2012, 12:52 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
  •