Not signed in (Sign In)

Welcome, Guest

Want to take part in these discussions? If you have an account, sign in now.

If you don't have an account, apply for one now.

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthoromidus
    • CommentTimeJun 27th 2006
     
    I recently got into model swapping with DBC and since wow client now reads only from the MPQ file and if it is missing it reads from the server side.

    Is it possible to change the display depeneding on the model? is it in the itemdisplayinfo.dbc?
    •  
      CommentAuthorjb55
    • CommentTimeJun 27th 2006
     
    You can change a model two ways:

    1. Replace the model from the mpq files, or:
    2. Change the DisplayID of an item in the itemcache.dbc

    You can find specific DisplayIDs at zam.com in the items XML file, for example: http://wow.allakhazam.com/dev/wow/item-xml.pl?witem=17182 (displayinfo tag)

    You can use a hex editor to change the displayid, or do what I did and make a program that does it for you.
    • CommentAuthoromidus
    • CommentTimeJun 29th 2006
     
    so through itemcache I can change male helm disaply to female helm display?
    •  
      CommentAuthorjb55
    • CommentTimeJun 29th 2006
     
    No.
    • CommentAuthoromidus
    • CommentTimeJun 30th 2006 edited
     
    well here's the situation. I feel like I havent fully explained the situation here.

    I used DBC to change the NE male model to NE female.
    but the helm display is still showing version of the helm.

    Since the new patch, wow client only reads from MPQ or server side. So external files are no longer being read.

    I'm asking how to change the helm display from male to female (vice versa)

    P.S. is there a wdb editor?
    •  
      CommentAuthorjb55
    • CommentTimeJun 30th 2006
     
    Male and female model definitions are stored within the DisplayID, because of that you cannot change from male to female and vice versa by changing something within the itemcache.wdb. The only way to do that is to either edit the displayid definition within itemdisplayinfo.dbc or by swapping the male and female model inside the MPQ file.
    •  
      CommentAuthorzeeg
    • CommentTimeJul 1st 2006
     
    Omidus, one thing we don't do on this site is allow editors (specifically for WDBs) as people like myself already go through hell validating data and if it were easier for people to mess w/ the data it would be even worse :)
    • CommentAuthorRennar
    • CommentTimeJul 24th 2006
     
    Damn, yeah I'm having trouble with this too, can someone please tell me how I can change helmet models? I went from UD to Human but the helmets are still in the shape of an undead's head..please help me :))

    ewiekeu@yahoo.com
    • CommentAuthorCryect
    • CommentTimeAug 26th 2006
     
    Changing the sex of helms isn't possible via DBC's its an innate exe feature where it adds the _f or _m though there is also a way for unisex items which are only used as far as I know with clothes which is _u
    • CommentAuthorCryect
    • CommentTimeAug 26th 2006
     
    Also have to agree with zeeg, the only people who really should be messy with modifying that stuff are those who know how to develop the tools themselves to modify them (in general I would say for certain cases not).
    • CommentAuthorCirbirus
    • CommentTimeApr 1st 2008 edited
     
    <blockquote><cite>Posted By: zeeg</cite>Omidus, one thing we don't do on this site is allow editors (specifically for WDBs) as people like myself already go through hell validating data and if it were easier for people to mess w/ the data it would be even worse :)</blockquote>

    Sorry to bring an old post back but I was looking for this information so this came up in the search and I had to address the above comment:

    I have to say this kind of attitude is quite disheartening and a bit elitist. When I create something I'm more than willing to share it simply so someone else doesn't have to go through the pain of figuring it out. I do this because I know I am standing on the shoulders of giants and a lot of what I have learned I have learned from studying others' works.

    I feel sharing one's work is especially true for the more difficult tasks. I don't think, "Oh gee, no one will understand this because I am so über and they are so n00b and they'll just mess it all up." I instead think, "Wow, this was tough to figure out, I'll bet someone else could really use this information. If they are just learning to program, or they are an experienced programmer trying to learn this system, this could be doubly valuable."

    I think forcing people to constantly replicate work just to prove they are your equals is a tad on the egocentric side and shows a lack of civic mindedness.

    But that's just my opinion.