Hello all, I was wondering how to open up new race/class combinations on my server. I have searched quite exhaustively but have not been able to find anything on it except the morph command.
thanks for your time
Da'r
undead druid
6 posts
-
Posted 1 year ago » Permalink
-
I too would like to know if this is possible hope someone knows how to do it.
Posted 1 year ago » Permalink
-
BUMP
Posted 1 year ago » Permalink
-
Hey guys,
I am working on the UD Druid, (see my posts on the 5472 post towards the bottom). So far I have had to do a lot of editing the SQL code. If you want to do some modding, get SQLyog and open the mangos DB. I found the database area that contains the player creation and level specs, but the key to creating this UD Druid lies in the common.mpq file in the World of Warcraft\data folder. I will tell you how to modify anything to create strange classes if you can give me a good mpq editor. I can't find a good one.
Still slightly derangedly but doing better now,
Overlordmk7Posted 1 year ago » Permalink
-
well, I found http://www.zezula.net/download/mpqediten32.zip linked on wikipedia under the mpq article and opened up common.mpq but i did not see a way to edit class data. what I did see was files for the different races, maybe we could make all tauren look like undead? please tell me what you had in mind
Posted 1 year ago » Permalink
-
Keep in mind that any time you edit the mpq, it will only be effective for you. If you have people playing on your server, they will have to patch their clients as well.
But if you still want to do it, you need to extract the appropriate dbc's from the mpq and convert them to a csv in order to read the content. Then add or edit the values and convert back to dbc and import back into the mpq. Also, you will probably need to edit the server dbcs as well, but they need to be done separately since some of the codes are different.
Just so you know it's really not that simple. Even if the files are edited the way you want, it doesn't always work. I'm still trying to manage tooltip graphics for itemsets...
Posted 1 year ago » Permalink
Reply
You must log in to post.