[Morph]All playable races +10 additional with character equipment menu

Shout-Out

User Tag List

Page 4 of 13 FirstFirst 12345678 ... LastLast
Results 46 to 60 of 188
  1. #46
    jum33's Avatar Private
    Reputation
    1
    Join Date
    Sep 2010
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Works out perfectly with loading screens now.

    It seems like whichever race you morph into have a preset of hair-style/color and "features" that can be changed while in a barber shop but will be reverted when the morph refreshes itself, I don't mind it too much just thought you'd want to know :>.

    [Morph]All playable races +10 additional with character equipment
  2. #47
    VX2's Avatar Contributor
    Reputation
    205
    Join Date
    Dec 2009
    Posts
    262
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I could not find possibility of using character equipment and "face features" together. when I tried to set flag "can equip another wear", then model automatically changes "face features" on same "default" by skipping any settings. in this case all models what may be reequipped have a some "default face" settings and this settings reapply every time when model is refreshes.
    actually is possible to make your own model what may already equipped and with needed "face features" by add it in dbc files. but you need to know "face features" id's what you need and id's of models what you want use as equip. if any interesting in this, I can make a table where you can get this id by item id from wowhead (~30Mb of plain text unpacked). originally it's a Item-sparse.db2 file.

  3. #48
    exe121's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm... if i have installed the Remorpher Addon and i want to Morph my Character it ends in an blue/white box and no "normal" model.
    Can anyone help me with this Problem ?
    (sorry for my bad english ;/ )

  4. #49
    kzl's Avatar Member
    Reputation
    1
    Join Date
    Oct 2006
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, I got everything to work, morphed as an tuskar at the moment but I cant seem to get another morph to work, I type /console morph 90081 and the char flashes but I'm still a tuskar, my question is do I need to relog, reinject, reload or something before I see the change?

  5. #50
    VX2's Avatar Contributor
    Reputation
    205
    Join Date
    Dec 2009
    Posts
    262
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    2 exe121
    it means model what you try to set is not exist. you say what you see a "blue/white box", but in my patch (mpq), I remove it. in this case I think you try to use 90xxx models without my patch (mpq).

    2 kzl
    man, you try to change model while you use addon what hook event "change model" and immediately change it back x)
    set model what you want by macro:
    Code:
    /script ReMorph.ID=90081; ConsoleExec("morph 22222")
    "ReMorph.ID=90081" - it's instruction for addon on which model you want to morph your character
    ConsoleExec("morph 22222") - it's event "change model" calling (like when you try to use "/console morph 90081")

  6. #51
    exe121's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if i havent installed the remorpher addon the id to morph works , only if the addon is installed it ends with this blue/white box... ?
    (im not using an id from your MPQ file and even havent installed your MPQ)

  7. #52
    VX2's Avatar Contributor
    Reputation
    205
    Join Date
    Dec 2009
    Posts
    262
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what id you want to use?

  8. #53
    exe121's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well i have tryed a few ids for ex. 19723

  9. #54
    VX2's Avatar Contributor
    Reputation
    205
    Join Date
    Dec 2009
    Posts
    262
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    use macro:
    Code:
    /script ReMorph.ID=19723; ConsoleExec("morph 22222")

  10. #55
    exe121's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank you ! now its perfetcly working

  11. #56
    yazoo's Avatar Member
    Reputation
    1
    Join Date
    Jan 2007
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Works great, thanks man !
    Last edited by yazoo; 04-18-2011 at 10:12 AM.

  12. #57
    Baddreamz's Avatar Member
    Reputation
    1
    Join Date
    Feb 2011
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i put the 2x wow mpq's on the data folder, run the patcher but nothing happends.
    when try running the injector my wow freezes.

  13. #58
    jaguar0102's Avatar Member
    Reputation
    2
    Join Date
    Jun 2008
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice +rep man
    Last edited by jaguar0102; 04-18-2011 at 07:37 PM.

  14. #59
    VX2's Avatar Contributor
    Reputation
    205
    Join Date
    Dec 2009
    Posts
    262
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    2 Baddreamz
    sorry man, my english is not so good, what does you mean by "2x wow mpq's"? and "run the patcher" is not enough. you must patch your "wow.exe" by this patcher. and what version of wow you use?
    about injector try to ask in Nopt's thread. I think this may be caused by DEP or AV, but I'm not sure (I haven't had this problem).

  15. #60
    Oxygenn's Avatar Member
    Reputation
    2
    Join Date
    Oct 2007
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey got this finally working, but i cant find the Nelf morph with..;(
    found the dwarf Male one though,

    /script ReMorphID=90120; ConsoleExec("morph 23500")


    If any of u got a Tauren male / Nelf male script i would appreciate it!

    cheers.

Page 4 of 13 FirstFirst 12345678 ... LastLast

Similar Threads

  1. New characters equipped with bags
    By roguesownu in forum World of Warcraft Emulator Servers
    Replies: 8
    Last Post: 04-03-2008, 02:18 PM
  2. Problems with character-creature editing
    By Falcaram in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 01-06-2008, 07:47 AM
  3. Free name change with character transfer!
    By Diseal3 in forum World of Warcraft Guides
    Replies: 19
    Last Post: 12-05-2007, 05:52 PM
  4. All my Primal farming spots WITH IMPROVMENTS!
    By tumadre in forum World of Warcraft Guides
    Replies: 12
    Last Post: 11-17-2007, 01:58 PM
  5. ALL 10 RACES horde+ally 1-70 guides
    By Apolak in forum World of Warcraft Guides
    Replies: 59
    Last Post: 06-06-2007, 01:53 PM
All times are GMT -5. The time now is 05:59 AM. 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