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

User Tag List

Page 42 of 134 FirstFirst ... 38394041424344454692 ... LastLast
Results 616 to 630 of 2005
  1. #616
    Arzu's Avatar Member
    Reputation
    1
    Join Date
    Jul 2015
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Still crashes every now and then

    tMorph — 64-bit Morpher (updated for Legion)
  2. #617
    Journey's Avatar Legendary Authenticator enabled
    Reputation
    783
    Join Date
    Feb 2012
    Posts
    102
    Thanks G/R
    0/233
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Arzu View Post
    Still crashes every now and then
    Make sure you have the very latest version. I updated it twice since the last mini-patch.

  3. #618
    seasick's Avatar Sergeant
    Reputation
    16
    Join Date
    Aug 2013
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a list of all LUA functions? Or is there an event that triggers when you load tMorph, that I can use in addons?

  4. #619
    Android32's Avatar Banned
    Reputation
    66
    Join Date
    Sep 2013
    Posts
    281
    Thanks G/R
    8/17
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Journey View Post

    * Updated for 6.2.0.20338 (29/07/15) *


    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).


    Thanks to everyone in the memory section.
    im sure this has already been asked, but how do i also set scale for the new druid form morph?

  5. #620
    seasick's Avatar Sergeant
    Reputation
    16
    Join Date
    Aug 2013
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Android32 View Post
    im sure this has already been asked, but how do i also set scale for the new druid form morph?
    SetScale("player", scale)

  6. #621
    becocky's Avatar Member
    Reputation
    1
    Join Date
    Aug 2015
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello!

    I'm an osx user and i've been wondering if there will ever be a version of tMorph for osx/linux or any plans to at least make it WINE compatible? I would love to be able to use this on both my linux and osx machines.

  7. #622
    Simber's Avatar Member
    Reputation
    5
    Join Date
    Apr 2011
    Posts
    63
    Thanks G/R
    1/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it possible to spell morph the arrow animation on hunters?
    Last edited by Simber; 08-03-2015 at 05:53 PM.

  8. #623
    malenky's Avatar Member
    Reputation
    1
    Join Date
    Sep 2014
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not currently working on Windows 10. Any ideas?

    Tried running as admin and tried compatibility mode.

  9. #624
    bekasybalazs's Avatar Member
    Reputation
    1
    Join Date
    Aug 2015
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello! I'm looking for the 4.3.4 version of tMorph x64. Can anyone help me? i can't find it nowhere.

    thanks.

  10. #625
    Zoxk's Avatar Member
    Reputation
    1
    Join Date
    Oct 2014
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Druid forms still not working for me, i make the addon with this lua:

    -- This file is loaded from "Druid Forms.toc"

    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", 33667)
    UpdateModel("player")
    elseif form == 5 then -- bear form
    SetDisplayID("player", 133)
    UpdateModel("player")
    end
    end

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

    --------------------------------------------------------------

    Anyone can help me please?

  11. #626
    Duduhaze's Avatar Member
    Reputation
    1
    Join Date
    Aug 2015
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi journey me and my mates still have the problem tryed it many times and still crashes, no stress just thought id let you know it still does it so maybe you can fix whenever you are free many thanks jack

  12. #627
    OhBizzle's Avatar Member
    Reputation
    1
    Join Date
    Jun 2015
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Working in Win10 for me (make sure you install the framework on OP), the first couple releases this mini-patch crashed me but no issues this patch.

  13. #628
    kryptik's Avatar Member
    Reputation
    4
    Join Date
    Aug 2007
    Posts
    84
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Duduhaze View Post
    Hi journey me and my mates still have the problem tryed it many times and still crashes, no stress just thought id let you know it still does it so maybe you can fix whenever you are free many thanks jack
    Same here, since the last update I have a lot of random crashes. (most times it feels like it happens by entering combat)

  14. #629
    dbzunit's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Every time I go through a loading screen, the character textures get messed up and I have to press the ".race" macro to fix it. Is there a fix?
    Last edited by dbzunit; 08-07-2015 at 01:25 PM.

  15. #630
    Journey's Avatar Legendary Authenticator enabled
    Reputation
    783
    Join Date
    Feb 2012
    Posts
    102
    Thanks G/R
    0/233
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kryptik View Post
    Same here, since the last update I have a lot of random crashes. (most times it feels like it happens by entering combat)
    I've pushed out 2 updates since the initial patch release. Let me know if it still happens with the latest version.

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 03:35 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