Hello & Welcome to our community. Is this your first visit? Register
Follow us on
Follow us on Facebook Follow us on Twitter Watch us on YouTube


MMOCoin

Likes Likes:  0
Results 1 to 2 of 2
  1. #1
    Graphics Guru

    Join Date
    Feb 2009
    Posts
    1,377
    Post Thanks / Like
    Rep Power
    22
    Reputation
    382

    tMorph — 64-bit Morpher (updated for WoD)


    Register to remove this ad
    Original post by Journey


    * Updated for 6.2.3.20886 (08/01/16) *

    Please note that this only supports the 64-bit version of WoW. I don't have any plans to support x86 in the near future. Download at the bottom.

    Features

    * Persistent smart player morphing (i.e. you can shift in and out of forms as a druid)
    * Special race morphing with support for Pandarens
    * Race appearance customization
    * Persistent mount morphing
    * Item morphing
    * Weapon enchant morphing
    * Spell animation morphing
    * Title morphing
    * In-game command system
    * Underlying Lua API

    Requirements

    * Visual C++ Redistributable for Visual Studio 2015 (vc_redist.x64.exe)
    * 64-bit version of WoW (Wow-64.exe)
    * Must be run with Administrative privileges


    Usage Examples

    To morph yourself into a troll pirate:
    Code:
    .morph 25041
    To morph into another race (Pandaren, in this case):
    Code:
    .race 24
    Race IDs:
    Code:
    1  -- Human
    2  -- Orc
    3  -- Dwarf
    4  -- Night Elf
    5  -- Undead
    6  -- Tauren
    7  -- Gnome
    8  -- Troll
    9  -- Goblin
    10 -- Blood Elf
    11 -- Draenie
    22 -- Worgen
    24 -- Pandaren
    To swap genders after a race morph:
    Code:
    .gender
    The following commands allow you to change the appearance of regular races:
    Code:
    .skin 2
    .face 1
    .hair 6
    .haircolor 3
    .piercings 5
    To morph an item (where 1 is the inventory slot ID):
    Code:
    .item 1 32235
    Alternatively, to morph an item into its Mythic variant:
    Code:
    .item 1 115542 3
    Item version IDs:
    Code:
    0 -- Normal
    1 -- Heroic
    3 -- Mythic
    4 -- Raid Finder
    
    6 -- Stage 1
    7 -- Stage 2
    8 -- Stage 3
    To change a weapon enchant (e.g. Mongoose):
    Code:
    .enchant 1 155
    To swap a spell animation:
    Code:
    .spell 774 139
    To morph your mount:
    Code:
    .mount 45797
    To morph your title:
    Code:
    .title 199

    FAQ

    Q: How can I change my various druid forms?
    A: Create a small WoW add-on using the following code (edit as necessary).
    Code:
    local events = CreateFrame("Frame")
    events:SetScript("OnEvent", function(self, event, ...) return self[event](self, ...) end)
    
    function events:UPDATE_SHAPESHIFT_FORM()
      -- http://wowprogramming.com/docs/api/GetShapeshiftFormID
      local form = GetShapeshiftFormID()
      if form == 1 then -- cat form
        SetDisplayID("player", 1337)
        UpdateModel("player")
      elseif form == 5 then -- bear form
        SetDisplayID("player", 1338)
        UpdateModel("player")
      end
    end
    
    if UnitClass("player") == "Druid" then
      events:RegisterEvent("UPDATE_SHAPESHIFT_FORM")
    end

    Download Here
    Just extract and run tInject.exe while in-game (as Administrator).








    › See More: tMorph — 64-bit Morpher (updated for WoD)



  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

  3. #2
    Beginner

    Join Date
    Jun 2016
    Posts
    1
    Post Thanks / Like
    Rep Power
    8
    Reputation
    1

    Register to remove this ad
    Hi, the download button downloads 6.2.4, and i want tMorph for wow 6.2.3.20886. please reply soon. :3

 

 

Visitors found this page by searching for:

tmorph download x86 for windows

6.2.4 client

bonus list

tmorph 6.2

tmorph 6.2 download for windows 10

Tmorph

6.2.3.20886

client 6.2.3.20886

SEO Blog

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT -5. The time now is 04:56 AM.
Powered by vBulletin® Copyright ©2000-2024, Jelsoft Enterprises Ltd.
See More links by ForumSetup.net. Feedback Buttons provided by Advanced Post Thanks / Like (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
vBulletin Licensed to: MMOPro.org