[Question] How to menu

User Tag List

Results 1 to 14 of 14
  1. #1
    stfu's Avatar Member
    Reputation
    1
    Join Date
    Jun 2007
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Question] How to

    Hello i would like to know to make a druid t4 legs look like a kilt but with the same model, theres an NPC with it

    Aurine Moonblaze - NPCs - World of Warcraft

    this Nelf in Netherstorm i would love to get my t4 leggings on my druid to look like those, any help is telling me how to do it would be very very apreciated.

    [Question] How to
  2. #2
    Karb's Avatar Member
    Reputation
    1
    Join Date
    Jun 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You are going to want to get Model Edit fix which requires you getting 80 rep

  3. #3
    Karb's Avatar Member
    Reputation
    1
    Join Date
    Jun 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh, I forgot to mention this thread will help:
    http://www.mmowned.com/forums/model-...odel-swap.html
    Especially for a newbie map editor like yourself. However, the leggings are most likely part of the model for the NPC.

  4. #4
    stfu's Avatar Member
    Reputation
    1
    Join Date
    Jun 2007
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Karb View Post
    You are going to want to get Model Edit fix which requires you getting 80 rep
    I have it already.

    about the realy change itself i was thinking of doing something like keeping the testure of tg4 legs and use a skin of some other leather kilt to turn t4 legs into a kilt dunno if thats possible tho

    exactly like you said the leggings aren't in the item database thats why i will need to edit the actual item itself, but kinda unsure how to do it
    Last edited by stfu; 12-16-2007 at 06:56 AM.

  5. #5
    Pullefjun's Avatar Member
    Reputation
    263
    Join Date
    Oct 2007
    Posts
    828
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The thing is, every pair of legs are built up by 2-3 blp files that stand for Upper, middle and lower part of the pants/kilt.
    What you are gonna have to do is locate the upper/lower/middle texture for your pants and that of some kilt. Then you try and apply the t4 texture onto the kilt, or something like that. Texturing gear is not really my thing cuz it takes to long for me to locate the .blps

  6. #6
    stfu's Avatar Member
    Reputation
    1
    Join Date
    Jun 2007
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hmm doing that i would get a random kilt with the texture of t4 legs, but what i exactly want is the T4 legs with a kilt shape/skin

  7. #7
    Pullefjun's Avatar Member
    Reputation
    263
    Join Date
    Oct 2007
    Posts
    828
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Care to explain the difference?

  8. #8
    stfu's Avatar Member
    Reputation
    1
    Join Date
    Jun 2007
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Pullefjun View Post
    Care to explain the difference?
    yea lol what you were saying in the other post is picking up the t4 textures and putting them into some other kilt, result would be a random kilt with t4 textures. What i want is a kilt skin put in the t4 leggings.

  9. #9
    schlumpf's Avatar Retired Noggit Developer

    Reputation
    755
    Join Date
    Nov 2006
    Posts
    2,759
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well .. you open up ItemDisplayInfo.dbc now.

    Then you go to Allakhazam Item Search and search for your item. In this case your t4 kilt.
    After you got that, you go to Links: AH Pricing Details, Item History, XML, Lite, TXT below the item tooltip and serach in that XML file for "DisplayInfo" then. You've got a number like 28728 then.

    You switch back to your DBC and go to that row. In my example with 28728 its:
    28728,"","","","","INV_Pants_13",0,0,1,0,0,7,0,0,"","","","","","Robe_Horde_B_05 Purple_Pant_LU","Robe_Horde_B_05Purple_Pant_LL","",0,
    You see: ID, model1, 2, 3, 4, Iconname, geoset1, 2, 3, 4, unk, groupsound, helmet vis data 1, 2, texture 1, 2, 3, 4 ... etc, itemvisuals. What is interesting to us is the geoset part. If you search for a leggings you get an entry like:
    25833,"","","","","INV_Pants_04",0,0,0,0,0,11,0,0,"","","","","","Plate_A_01Silv er_Pant_LU","Plate_A_01Silver_Pant_LL","",0,
    You see at the geosets: The leggings got 0,0,0,0 while a kilt has 0,0,1,0. Well that's all. Just change that field to 1. Its the 3rd after the Iconname. But I think you should find it if you search for an kilt and trousers to compare the entries.

    I hope that's it.

  10. #10
    stfu's Avatar Member
    Reputation
    1
    Join Date
    Jun 2007
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thnx got the idea but where is that file? been searching whole wow folder and can't find him :<

    thnx in advance
    Last edited by stfu; 12-17-2007 at 05:03 PM.

  11. #11
    schlumpf's Avatar Retired Noggit Developer

    Reputation
    755
    Join Date
    Nov 2006
    Posts
    2,759
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Data\enGB\patch-enGB.mpq\DBFilesClient\

  12. #12
    Scarabomb's Avatar Member
    Reputation
    15
    Join Date
    Nov 2007
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wow, thanks!

    For the longest time, I've been wondering how to change the glove models of a lot of gloves out there.

  13. #13
    stfu's Avatar Member
    Reputation
    1
    Join Date
    Jun 2007
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Meganor3 View Post
    where the hell do the leechers keep ketting the fix amg, i looked my ass of for thatdamn thing never found, now i have it cuz some guy posted it on mmowned but it got deleted the next minute so dont think they all got it from there,

    also i dont rly get it, howx the hell are ppl supposed to contribute without the fix amg
    if you aren't dumb enough and are able to use your brain cell then its piss easy to get it.

    Originally Posted by schlump
    DataenGBpatch-enGB.mpqDBFilesClient
    Thnx alot <3

  14. #14
    schlumpf's Avatar Retired Noggit Developer

    Reputation
    755
    Join Date
    Nov 2006
    Posts
    2,759
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Its called google. And... if you are too dumb too google you should better forget about editing anything.

    And actually .. I havent even started WoW in the last 4 months. And what do I do? Contribute.

Similar Threads

  1. [Question] How to make wpns bigger? Changing size ><
    By moreniu in forum WoW ME Questions and Requests
    Replies: 20
    Last Post: 10-08-2007, 08:06 AM
  2. [QUESTION] How do you make isntances work in newer revisions?
    By geburha in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 09-01-2007, 03:15 PM
  3. Replies: 3
    Last Post: 07-13-2007, 09:45 AM
  4. Question: How to edit spells/procs.
    By Messages in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 06-28-2007, 01:17 PM
  5. Question: How to change from priv. serv to blizzards?
    By Bridude in forum World of Warcraft General
    Replies: 5
    Last Post: 03-21-2007, 10:07 PM
All times are GMT -5. The time now is 01:09 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