[List] Unused DBC weapon Id's menu

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 30 of 30
  1. #16
    deep6ixed's Avatar Member
    Reputation
    35
    Join Date
    Jul 2009
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    question: does a custom shield work with shield bash? I just thought of that, i still can parse out some shield ids if needed?

    [List] Unused DBC weapon Id's
  2. #17
    kreegoth's Avatar Contributor
    Reputation
    122
    Join Date
    Jun 2008
    Posts
    810
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes it does. And custom items such as Trinkets work as well. Keep in mind also that if you do not switch a custom item that is not a weapon you will not be able to paste it on the Actionbar.

    Also if you go into Objectmgr.cpp and comment out the lines where the DBC check is done for the Display id you can use custom display ids as well since the DBC check is commented out it will use the Displayid from the DB.

  3. #18
    Sheldrake's Avatar Member
    Reputation
    3
    Join Date
    Jul 2009
    Posts
    101
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    :worthless:

    I still think that this is a great release (must be if GZ says so ), but I'd prefer to know what I'm getting before I get it (and I don't feel like testing out random IDs hoping to find one that I like).

    I'll +Rep you if/when I see pics

  4. #19
    deep6ixed's Avatar Member
    Reputation
    35
    Join Date
    Jul 2009
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by deep6ixed View Post
    they are not display id's (i know on paste bin they say that, i was real tired and wasnt thinking straight.)

    They are entry id's. I you make a custom weapon and use on of the id's on the list, the wow client will be able to correctly id the weapon and allow class skills to work with that weapon

    take a custom dagger and try to use a rogue's backstab ability, you get a "this is not a melee weapon" displayed on the screen and the ability wont function.

    but looking thru the list entry 1313 is a dagger and isnt used by any real item, but it does exist in the client side DBC files for the game will understand that it is a dagger and allow backstab to work.

    you set your own display id when you make the weapon
    Originally Posted by Sheldrake View Post
    :worthless:

    I still think that this is a great release (must be if GZ says so ), but I'd prefer to know what I'm getting before I get it (and I don't feel like testing out random IDs hoping to find one that I like).

    I'll +Rep you if/when I see pics
    /faceplam, dude read the post, they ARE NOT DISPLAY ID's, they are entry id's. if you want a pic of the .txt file i converted i can take a screenshot, i can do that for you. If you need me to explain what an entry id is, then this post isnt for you.

    i dont mean to be rude, but when the bottom line of one of my posts says you need to set your own display id then it kinda explains it.

  5. #20
    Fyurie's Avatar Corporal
    Reputation
    11
    Join Date
    Feb 2010
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I split up each of the separate weapon classes into individual lists for ease of use, and created a spreadsheet with links to each weapon type in it's own excel sheet. If anyone would like a download link to this, I'll edit it in.

    Oh, +rep'd you btw deep6, you've saved me from even getting into this issue with this thread. :3

  6. #21
    Sheldrake's Avatar Member
    Reputation
    3
    Join Date
    Jul 2009
    Posts
    101
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by deep6ixed View Post
    /faceplam, dude read the post, they ARE NOT DISPLAY ID's, they are entry id's. if you want a pic of the .txt file i converted i can take a screenshot, i can do that for you. If you need me to explain what an entry id is, then this post isnt for you.

    i dont mean to be rude, but when the bottom line of one of my posts says you need to set your own display id then it kinda explains it.
    Ahk, didn't see that, sorry.

  7. #22
    Dr. Cheasterfield's Avatar Contributor

    Reputation
    89
    Join Date
    Jun 2009
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome list, but it could be better if there was some SS... +Rep

    PS : URGHHH I need to spread...

  8. #23
    Fyurie's Avatar Corporal
    Reputation
    11
    Join Date
    Feb 2010
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dr. Cheasterfield View Post
    Awesome list, but it could be better if there was some SS... +Rep

    PS : URGHHH I need to spread...
    There won't be any screenies, they're not display IDs, they're item ids to use in the database, that aren't taken by other items, you choose YOUR OWN display id.
    Last edited by Fyurie; 02-23-2010 at 07:23 PM. Reason: **** my life, I can't type..

  9. #24
    deep6ixed's Avatar Member
    Reputation
    35
    Join Date
    Jul 2009
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ive done some research out what these unused items in the DBC are actually for:

    They are for Mobs/Npc visual effects. In the database when the npc equips an item it pulls the display info from the client side DBC for proper visual effects. But luckily there is no item stats stored inside the DBC files at all. So you can make any kind of weapon stats you want and dont have to be afraid of level 20 mob running around with your "dagger of ultra cool uber leet pawnage FTW"

  10. #25
    Fyurie's Avatar Corporal
    Reputation
    11
    Join Date
    Feb 2010
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    But: do we still need to use these item IDs as DB entries to make weapons work properly, or?..

  11. #26
    deep6ixed's Avatar Member
    Reputation
    35
    Join Date
    Jul 2009
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yeah, these are working entry id's. as of now there is no other workaround that im aware of to fix this issue

  12. #27
    Fyurie's Avatar Corporal
    Reputation
    11
    Join Date
    Feb 2010
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay. Would you like the Excel spreadsheet I mentioned earlier on to add to the first post? It could be useful to some server owners as the way I've laid it out makes the list much more 'usable'. (need better word. >.>)

  13. #28
    deep6ixed's Avatar Member
    Reputation
    35
    Join Date
    Jul 2009
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nah, i first posted an XLS file but then people told me things like, i cant insert that into my database, or what do i open it with so, i converted it to a text file and posted that instead.

  14. #29
    92eatos's Avatar Contributor
    Reputation
    104
    Join Date
    Aug 2009
    Posts
    220
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Little more information about this each DB developer knows those un used items in dbc are actually used for creatures, that is why they dont exist on wowhead or any wow db..All db(whydb,lhdb,ifdb,kdb) who attend to become blizzlike they will use those items on creatures equipped.The best way for now to fix this is custom patch

  15. #30
    homer91's Avatar Active Member CoreCoins Purchaser
    Reputation
    79
    Join Date
    Oct 2008
    Posts
    259
    Thanks G/R
    59/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Exactly what I needed, THANKS +rape

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Database] Howto create an Custom Weapons in Item.dbc?
    By interlanden in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 03-09-2011, 11:49 AM
  2. [Misc] Lists of unused Creature, Item and GameObject DisplayIDs
    By Ravenheart in forum WoW EMU General Releases
    Replies: 2
    Last Post: 06-24-2010, 10:55 PM
  3. [Guide] DBC Editing - Weapons, Shields, and Armor
    By m_fatica in forum WoW ME Tools & Guides
    Replies: 79
    Last Post: 12-24-2007, 08:43 AM
  4. [|DBC| Weapon Edits]: Twink items
    By Gorge in forum World of Warcraft Model Editing
    Replies: 18
    Last Post: 12-11-2007, 02:26 AM
  5. [Ascent] List of Class Trainers and Weapon Masters NPC spawn ID's
    By mkenzi in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 10-21-2007, 11:41 AM
All times are GMT -5. The time now is 03:18 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search