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

User Tag List

Page 10 of 134 FirstFirst ... 6789101112131460110 ... LastLast
Results 136 to 150 of 2005
  1. #136
    Submission's Avatar Member
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a way you could fix the scaling bug where you return to your normal scale when you for example mount up or use stealth as a rogue? Would be awesome

    Thanks in advance!

    tMorph — 64-bit Morpher (updated for Legion)
  2. #137
    Balky's Avatar Active Member
    Reputation
    17
    Join Date
    Apr 2009
    Posts
    68
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not sure if it's been noticed or said allready,but when i switch to nightelf female as a tauren male i sometimes get screwed up textures. I dont know if this is because of the Glyph of Stars or something else. Just wanted to point it out,keep up the good work!

    Edit:Seems that every race/gender combo you swap to as tauren your textures get messed up when switching from forms,sometimes even when not switching forms.
    Last edited by Balky; 12-29-2014 at 06:59 PM.

  3. #138
    Taftvalue's Avatar Active Member
    Reputation
    38
    Join Date
    Apr 2012
    Posts
    96
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey guys is there any way to morph Drain Soul into Shadow Bolt? They're different types of spells, one is channeled and the other isn't so it shouldn't work right ?

  4. #139
    nightcracker's Avatar Contributor
    Reputation
    102
    Join Date
    Jan 2008
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Put this in an AddOn to automatically morph using your preferred settings. Rough reverse-engineered documentation is included:

    Code:
    -- tMorph
    -- API:
    -- GetTitle(unit) - Returns title ID.
    -- SetSpellVisual(oldid, newid) - Sets the visual of a spell.
    -- ApplySpellAura(unit, spellid) - Sets an aura by id.
    -- UpdateModel(unit) - Updates the model of the unit.
    -- SetGender(unit, gender) - Updates the gender, 0 = male, 1 = female
    -- GetGender(unit, gender) - Returns the gender, 0 = male, 1 = female
    -- GetTitle(unit) - Returns title ID of unit.
    -- GetScale(unit, id) - Returns scale of unit.
    -- SetTitle(unit) - Sets the title of unit.
    -- SetScale(unit, id) - Sets the scale of unit.
    -- SetAlternateRace(unit, id) - Sets the race of unit.
    -- GetAlternateRace(unit) - Gets the display race of unit.
    -- GetRace(unit) - Gets the real race of unit.
    -- SetVisibleEnchant(unit, slotid, enchantid) - Sets the enchant of a slot.
    -- GetVisibleEnchant(unit, slotid) - Gets the enchant of a slot.
    -- SetVisibleItem(unit, slotid, itemid[, itemversion]) - Sets the visual item of a slot.
    -- GetVisibleItem(unit, slotid) - Sets the visual item of a slot.
    -- SetMountDisplayID(unit, id) - Sets the mount display id of unit.
    -- GetMountDisplayID(unit) - Gets the mount display id of unit.
    -- SetAppearance(unit, featureid, arg) - Sets appearance features (skin = 1, face = 2, hair = 3, haircolor = 4, piercings = 5).
    -- SetDisplayID(unit, id, persist) - Sets the display id of unit.
    -- GetDisplayID(unit) - Gets the display id of unit.
    
    local morpher = CreateFrame("Frame")
    morpher.elapsed = 0
    morpher:SetScript("OnUpdate", function(self, elapsed)
        self.elapsed = self.elapsed + elapsed
        if self.elapsed < 0.1 then return end
        self.elapsed = self.elapsed - 0.1
    
        if tMorphLoaded then
            self:SetScript("OnUpdate", nil)
            SetAlternateRace("player", 5)
            SetGender("player", 0)
            UpdateModel("player")
        end
    end)
    Three things are certain,
    Death, taxes and site not found,
    You, victim of one.

  5. #140
    lukec2000's Avatar Member
    Reputation
    4
    Join Date
    May 2012
    Posts
    89
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I know on the first page you say you dont have any future plans on supporting x86 wow but pleaseeeee could you think about it, i would be willing to donate and im sure others would too.
    Your morpher is always up todate and there isn't any x86 morphers anywhere (well not that i know of)


    thanks !

  6. #141
    Shapeshifters's Avatar Private
    Reputation
    6
    Join Date
    Jan 2015
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone know how to change to the Incarnation form while using Incarnation? Hard to tell when I burst since I changed my form to the regular Night Elf while specced Claws.

  7. #142
    limak02's Avatar Member
    Reputation
    1
    Join Date
    Dec 2014
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There is something about druid forms in the first post, but i can't understand bow to do it should I make a txt file and where to put it after or soemthing, can someone explain step by step preety please ? Will rep for sure

  8. #143
    Manu9's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    54
    Thanks G/R
    1/0
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there anyway we can make Monks use their weapons? (Just Auto-Attacks is fine)

  9. #144
    Nose's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    151
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Manu9 View Post
    Is there anyway we can make Monks use their weapons? (Just Auto-Attacks is fine)
    yes please , will love to do that i tried spell editing autoattack to JAB but didnt work

  10. #145
    pepal's Avatar Member
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it possible to morph the visual of a buff?
    For example
    Enrage - Spell - World of Warcraft
    to
    Flurry - Spell - World of Warcraft ?
    .spell 13046 16282 doesn't work .
    Or is there another way to get the old Flurry animaton back as Warrior?

  11. #146
    Manu9's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    54
    Thanks G/R
    1/0
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nose View Post
    yes please , will love to do that i tried spell editing autoattack to JAB but didnt work
    Yeah, it makes sense that it won't our auto-attack is different, we need to change our auto-attack somehow, for it to use the animation of other classes, not our own.

  12. #147
    Nose's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    151
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Manu9 View Post
    Yeah, it makes sense that it won't our auto-attack is different, we need to change our auto-attack somehow, for it to use the animation of other classes, not our own.
    hmmm then what ID for monk AA? , has researched DB and couldnt find anything about monk autoattack , our animations are unarmed for AA even when wearing weapons
    Last edited by Nose; 01-02-2015 at 07:10 PM.

  13. #148
    Manu9's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    54
    Thanks G/R
    1/0
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nose View Post
    hmmm then what ID for monk AA? , has researched DB and couldnt find anything about monk autoattack , our animations are unarmed for AA even when wearing weapons
    I'm not sure if they have one, this might need some Lua work, I think we have to wait for someone more experienced to help us out.

  14. #149
    Nose's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    151
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Manu9 View Post
    I'm not sure if they have one, this might need some Lua work, I think we have to wait for someone more experienced to help us out.
    guess monks use another database for animations or something like that , with WoD is hard to know since the whole file database was changed hmmm

    all the monk stances have this Apply Aura: Animation Replacement (115) maybe is what changes the animations. tried to spell edit fierce tiger stance to battle stance but no luck , still punching
    Last edited by Nose; 01-03-2015 at 06:59 AM.

  15. #150
    ilovesushi's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi everybody,

    First of all thanks for this awesome program, i've been trying to morph druid forms with some tutorials and addons but it seems that these lasts are not working with this version and if someone would makes a new addon for druids it would be heaven.

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 12:42 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