How to make custom items? menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    bblewittAG's Avatar Member
    Reputation
    3
    Join Date
    Mar 2017
    Posts
    18
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How to make custom items?

    I have gotten back on to WoW private servers and I wanted to make my own for offline for now but WoW-V has gone offline and as I remember that was the best site to make custom items and other stuff but what is the next site for a 3.3.5a server can I make custom items on and download for a trinity core server?

    Thanks in advance if someone has made a post similar to this please link it to me.

    How to make custom items?
  2. #2
    brotalnia's Avatar Elite User
    Reputation
    498
    Join Date
    Apr 2009
    Posts
    473
    Thanks G/R
    26/301
    Trade Feedback
    0 (0%)
    Mentioned
    14 Post(s)
    Tagged
    2 Thread(s)
    Find the Id of an item that is of the same type. For example a plate helm. Then you open the item_properties table or whatever it is called, and run this query:

    SELECT *
    FROM item_template
    WHERE entry=ID_OF_THE_ITEM
    The item you chose will show up in the list. Now just duplicate that row, give it a new Id, and change the stats.

  3. Thanks bblewittAG (1 members gave Thanks to brotalnia for this useful post)
  4. #3
    bblewittAG's Avatar Member
    Reputation
    3
    Join Date
    Mar 2017
    Posts
    18
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay that is one way but is there a site like wow-v that does it with some visuals?
    I don't mind doing it by database but sometimes it is nice to do it by a gui or site and download it and then run it in your database.
    Last edited by bblewittAG; 03-22-2017 at 08:02 AM.

  5. #4
    Erictemponi's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Truice's edit item section still works. You can't search, but can edit and create items.

  6. #5
    bblewittAG's Avatar Member
    Reputation
    3
    Join Date
    Mar 2017
    Posts
    18
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That is brilliant but one downside is that I can't download it as all the links I find are broken or it says it is offline?
    So if you have it maybe you could upload it and post the link as that would be a great help

  7. #6
    Erictemponi's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  8. #7
    bblewittAG's Avatar Member
    Reputation
    3
    Join Date
    Mar 2017
    Posts
    18
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Creating my Weapon/Armour but I want to have the same stats as 1 piece of armour but how do I look up the display id without editing any current items?

    Also When adding it in to the game how do I get rid of the red ? for in the bag?

    When I am creating a creature and I look up a NPC it says that the "SQL Error: Table 'world.locals_creature' doesn't exist."
    Last edited by bblewittAG; 03-25-2017 at 12:33 PM.

  9. #8
    brotalnia's Avatar Elite User
    Reputation
    498
    Join Date
    Apr 2009
    Posts
    473
    Thanks G/R
    26/301
    Trade Feedback
    0 (0%)
    Mentioned
    14 Post(s)
    Tagged
    2 Thread(s)
    In wotlk all customs items have a red question mark because the ids are not present in the dbc file. To avoid this either modify existing items instead of making new ones, or make a custom patch that adds the new id to item.dbc and place it in the data folder of your game client.

  10. #9
    bblewittAG's Avatar Member
    Reputation
    3
    Join Date
    Mar 2017
    Posts
    18
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay, how would I make a custom patch?

    Figured it out so don't worry but my other question is still unanswered about creating a NPC that can give you all the professions, Taxi locations and custom vendors for profession items, custom weapons and armour.
    Last edited by bblewittAG; 03-26-2017 at 08:40 AM.

  11. #10
    brotalnia's Avatar Elite User
    Reputation
    498
    Join Date
    Apr 2009
    Posts
    473
    Thanks G/R
    26/301
    Trade Feedback
    0 (0%)
    Mentioned
    14 Post(s)
    Tagged
    2 Thread(s)
    Professions are actually learned by a spell. Just make a normal trainer npc and add to it in npc_trainer all the spells that teach the professions. To add items to a vendor, you have to add entries in npc_vendor. It is very straightforward, just look at the database structure. Just make sure the creatures have the correct flags for being a vendor or a trainer.

  12. #11
    bblewittAG's Avatar Member
    Reputation
    3
    Join Date
    Mar 2017
    Posts
    18
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My question about it was:

    When I am creating a creature and I look up a NPC it says that the "SQL Error: Table 'world.locals_creature' doesn't exist."
    This is in truice

  13. #12
    brotalnia's Avatar Elite User
    Reputation
    498
    Join Date
    Apr 2009
    Posts
    473
    Thanks G/R
    26/301
    Trade Feedback
    0 (0%)
    Mentioned
    14 Post(s)
    Tagged
    2 Thread(s)
    Then Truice is outdated and has the wrong table names. Just edit the database manually.

  14. #13
    bblewittAG's Avatar Member
    Reputation
    3
    Join Date
    Mar 2017
    Posts
    18
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there anything that is not outdated that I can use?

  15. #14
    brotalnia's Avatar Elite User
    Reputation
    498
    Join Date
    Apr 2009
    Posts
    473
    Thanks G/R
    26/301
    Trade Feedback
    0 (0%)
    Mentioned
    14 Post(s)
    Tagged
    2 Thread(s)

  16. #15
    bblewittAG's Avatar Member
    Reputation
    3
    Join Date
    Mar 2017
    Posts
    18
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Every time i try to install it, it say I have it and when i uninstall it and reinstall it, it says there is an update and it is waiting for it to close?

Page 1 of 2 12 LastLast

Similar Threads

  1. How to make custom items / vendors for your private server (edited name)
    By renitharis in forum WoW EMU Guides & Tutorials
    Replies: 67
    Last Post: 06-16-2016, 05:08 AM
  2. How to make custom items.[Ascent]
    By Fuynuns93 in forum WoW EMU Guides & Tutorials
    Replies: 11
    Last Post: 04-24-2008, 07:07 PM
  3. How to make custom items for your server! WITH PICS! [Noob friendly]
    By ',-Jurkey-,' in forum WoW EMU Guides & Tutorials
    Replies: 7
    Last Post: 03-29-2008, 09:54 AM
  4. [guide] how to make custom items in ascent
    By waggy420 in forum WoW EMU Guides & Tutorials
    Replies: 7
    Last Post: 03-24-2008, 10:20 AM
  5. How To make custome items and venders using navicat
    By spleee101 in forum WoW EMU Guides & Tutorials
    Replies: 1
    Last Post: 11-19-2007, 12:53 PM
All times are GMT -5. The time now is 11:57 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search