tMorph — 64-bit Morpher (updated for Legion) menu

User Tag List

Page 13 of 134 FirstFirst ... 9101112131415161763113 ... LastLast
Results 181 to 195 of 2005
  1. #181
    asdf4564568's Avatar Member
    Reputation
    2
    Join Date
    Feb 2015
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the update ! appreciate it

    tMorph — 64-bit Morpher (updated for Legion)
  2. #182
    Razzko's Avatar Active Member
    Reputation
    15
    Join Date
    Oct 2007
    Posts
    103
    Thanks G/R
    15/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I can not figure out how to choose which stage of a crafted item to morph into. For example, this item: Nimble Hexweave Cloak - Item - World of Warcraft

    I want to morph specifically into the black version, the stage 3, 670 one. Is this doable?

  3. #183
    McAimz's Avatar Member
    Reputation
    1
    Join Date
    Feb 2015
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ive been looking for ages. I'd like to get my Sweeping strikes buff to look like the Shadowmourne procc. Can someone tell me if its possible and if so what code to use?

  4. #184
    John Smithey's Avatar Member
    Reputation
    1
    Join Date
    Feb 2015
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    for whoever that asked the code to use flame cat as ur default cat model >>>

    local events = CreateFrame("Frame")
    events:SetScript("OnEvent", function(self, event, ...) return self[event](self, ...) end)


    function events:UPDATE_SHAPESHIFT_FORM()
    -- docs/api/GetShapeshiftFormID - World of Warcraft Programming: A Guide and Reference for Creating WoW Addons
    local form = GetShapeshiftFormID()
    if form == 1 then -- cat form
    SetDisplayID("player", 38150)
    UpdateModel("player")
    end
    end


    if UnitClass("player") == "Druid" then
    events:RegisterEvent("UPDATE_SHAPESHIFT_FORM")
    end

  5. #185
    stuxz's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi im searching so long for the deviat supreme ninja form id, someone can help me, im not really deep into tmorph so i would appreciate every help!

  6. #186
    namook83's Avatar Corporal CoreCoins Purchaser
    Reputation
    8
    Join Date
    Feb 2015
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Naxor View Post
    Honorbuddy needs 32 bit & tmorph needs 64 bit... X_x

    Anyone know of a tmorph that works with 32 bit?
    Would realy get some tmorph going for when i'm using routines.
    I would like to see a 32 bit version also

  7. #187
    MID3RY's Avatar Member
    Reputation
    1
    Join Date
    Oct 2014
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    make pay version for 32bit

  8. #188
    supermagma's Avatar Active Member
    Reputation
    16
    Join Date
    Jun 2008
    Posts
    438
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by John Smithey View Post
    for whoever that asked the code to use flame cat as ur default cat model >>>
    Would you be able to give a little help with how to use this? I don't understand how to alter druid forms from the little guide on the main post.

  9. #189
    John Smithey's Avatar Member
    Reputation
    1
    Join Date
    Feb 2015
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Use this World of Warcraft: Addon Creator

    You should see the text "-- This is a comment, you can replace it with the LUA code that you wish to make into an Addon!"
    Delete it and copy paste this code there
    local events = CreateFrame("Frame")
    events:SetScript("OnEvent", function(self, event, ...) return self[event](self, ...) end)


    function events:UPDATE_SHAPESHIFT_FORM()
    -- docs/api/GetShapeshiftFormID - World of Warcraft Programming: A Guide and Reference for Creating WoW Addons
    local form = GetShapeshiftFormID()
    if form == 1 then -- cat form
    SetDisplayID("player", 38150)
    UpdateModel("player")
    end
    end


    if UnitClass("player") == "Druid" then
    events:RegisterEvent("UPDATE_SHAPESHIFT_FORM")
    end
    Afterwards , click on Create my Addon . This will prompt you with a download , extract the file to your WoW addons .
    When you login make sure the addon is enabled. Run Tmorph & Enjoy.

    If you want a different code post what you want all your forms to look like
    Last edited by John Smithey; 02-06-2015 at 02:56 PM.

  10. #190
    zfgfg's Avatar Member
    Reputation
    1
    Join Date
    Feb 2015
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah, it kind of sucks that all of the old posts were deleted.

  11. #191
    xcfhgfty's Avatar Member
    Reputation
    1
    Join Date
    Feb 2015
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah, it kind of sucks that all of the old posts were deleted.

  12. #192
    hommer91's Avatar Member
    Reputation
    8
    Join Date
    Apr 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi guys, I created a simple tMorph addon, and I want to share it. It's a dropdown menu where you can do some tMorph actions.

    Screenshot : tMorph — 64-bit Morpher (updated for Legion)-fhxxk-jpg
    Download : https://www.sendspace.com/file/6zg0n9
    There is also a minimap button for hiding the dropdown menu.

    Is it safe ? Well it is an addon so you can see the source code, it's completely open source !

    Want to add some other sets/weapons/mounts ? Open with a text editor the file tmuiData.lua. Inspire you with the existing code, it's very simple you don't have to know how to program. To add a mount in the mount menu, add a new line in the file and /reload in the game. Example : Mount("My freakin mount", 129038 )

    So if people enjoyed it, I can do more. A barbershop like face changer, a simple GUI for adding sets/mounts or all-in-one.

    I didn't uploaded it on Curse or WoWinterface, because I think it isn't really legal. But if you think there is another place on the web, where people would be interested, share the links.
    Last edited by hommer91; 02-09-2015 at 07:34 AM. Reason: grammar

  13. #193
    dfyu's Avatar Member
    Reputation
    1
    Join Date
    Feb 2015
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Where can I find the Display IDs for Claws of Shirvallah?

  14. #194
    dasher011's Avatar Member
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    3
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Needs an update, there's a new patch, if you're still doing this anyway

  15. #195
    Acidlol's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    14
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Needs an update, there's a new patch, if you're still doing this anyway
    dasher011, On EU still 6.0.3.19342, no patch.

Similar Threads

  1. [Selling] Vitalic Elite Rogue Combat Routine | Classic
    By vitalic in forum World of Warcraft Buy Sell Trade
    Replies: 13080
    Last Post: 2 Weeks Ago, 04:30 AM
  2. [Release] Black Market Visualizer (updated for Legion)
    By iispyderii in forum World of Warcraft Bots and Programs
    Replies: 97
    Last Post: 05-17-2019, 07:55 PM
  3. [Selling] Vitalic Elite Rogue Combat Routine | Classic
    By vitalic in forum WoW Private Server Buy Sell Trade
    Replies: 10072
    Last Post: 09-15-2015, 10:54 AM
  4. [Release] tMorph — 64-bit Morpher (with Panda support) Extra updates!
    By Denka123 in forum World of Warcraft Bots and Programs
    Replies: 4
    Last Post: 08-01-2013, 08:32 PM
  5. tMorph 64-bit Morpher program
    By Worgen84 in forum World of Warcraft General
    Replies: 4
    Last Post: 01-02-2013, 03:29 PM
All times are GMT -5. The time now is 11:08 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search