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

User Tag List

Page 3 of 134 FirstFirst 123456753103 ... LastLast
Results 31 to 45 of 2005
  1. #31
    BlindSythe's Avatar Member
    Reputation
    1
    Join Date
    Dec 2013
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys, is there old Stormblast animation still in game?

    tMorph — 64-bit Morpher (updated for Legion)
  2. #32
    joefernandez123's Avatar Member
    Reputation
    1
    Join Date
    Jan 2014
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello guys, i really enjoy Tmorph and ive been scavenging the web for a successful Shadowmourne transmog with spell effects. I cannot seem to find it, ive managed to find what i think are the effects but im not sure what command to use or how to go about it. That is why im here asking if theres anyone out there that have done this or might be able to help me with doing it.

    Thanks alot!

  3. #33
    igarashi's Avatar Member
    Reputation
    1
    Join Date
    Sep 2014
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can some1 tell me how i can get wing from legendery daggers?

  4. #34
    walexia's Avatar Member
    Reputation
    6
    Join Date
    Apr 2007
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by rosssi70 View Post
    Does anyone have the legendary cloak animation spell ID?

    I want to know the legendary cloaks animation spell id
    tank cloak spell 148958
    melee dps cloak spell 148957
    caster dps cloak spell 148954
    healer cloak spell 148956

    can some1 tell me how i can get wing from legendery daggers?
    spell id 109949
    Last edited by walexia; 11-29-2014 at 04:01 PM.

  5. #35
    Censorx's Avatar Member
    Reputation
    1
    Join Date
    Oct 2014
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey boys, so the addon "druidshapeshift" works for tmorph to change the look of forms. Need for claws of shirvallah for my low level feral. Thanks much.
    Last edited by Censorx; 11-29-2014 at 10:04 PM.

  6. #36
    crunozaurus's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah, can we tmorph Claws of Shirvallah at all?

    I've found these codes:

    !morph 500702 (Claws of Shirvallah / Tauren)
    !morph 500703 (Claws of Shirvallah / Troll)
    !morph 500704 (Claws of Shirvallah / Night Elf)
    !morph 500705 (Claws of Shirvallah / Worgen)
    But they don't work, character is without textures after using any of them. Wrong codes?

    What I am mainly looking for is Night Elf Claws of Shirvallah ID - I would like to replace my taurenish cat form look.


    Also, another idea which I would even prefer is: while in cat - morph into NE with some selected items* - then morph back to original look.

    Originally Posted by *NE with some selected items
    .race 4
    .item 1 16451
    .item 3 16449
    .item 5 16452
    .item 6 16448
    .item 7 16450
    .item 8 16459
    .item 4 4335
    .item 10 16448
    .item 16 71781
    .enchant 1 1898
    .item 17 0
    Is that even possible? If so, ow should I modify the shapeshift addon mentioned in previous topic to do that? Code snippets which I imagine should be modified:

    -- local FORM = {DisplayID, Scale}
    -- local CAT_FORM = {45042, 0.8} -- Cat form to Xuen at 0.8 scale.
    local CAT_FORM = {nil, nil}
    local ShapeShiftID = GetShapeshiftFormID()

    if (ShapeShiftID == 1) then
    -- Cat Form.
    if (CAT_FORM[1]) then
    SetDisplayID("player", CAT_FORM[1])
    if (CAT_FORM[2]) then SetScale("player", CAT_FORM[2]) end

    UpdateModel("player")
    end
    hlep

  7. #37
    zaoldy3ck's Avatar Member
    Reputation
    1
    Join Date
    Jun 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi,
    Regarding the druids forms, the "addon" doesnt seem to work.. does it have to be saved in a special place/way ?

  8. #38
    walexia's Avatar Member
    Reputation
    6
    Join Date
    Apr 2007
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    okay first off special thanks to Journey for this amazing program!! props to him and since I use this alot I also donated something small

    UPDATE: okay so I scrapped my old messy method to create an addon.Thanks to journey again, here is a much easier way to make the addon.Simply use this program: World of Warcraft: Addon Creator
    Now copy the code below as is, to get claws of shirvallah (tiger) instead of normal cat form and it has a male tauren with druid challenge mode gear as human form.

    ow before i forget!!!, i was unable to get the proper ID's for claws of shirvallah , so I had to improvise and get some close enough looking saberon models which have these ID's

    Nightelf (panther) 59065
    Troll(tiger)55889
    worgen(snowleopard)55888


    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", 55889)
    SetVisibleItem("player",16,0 )
    SetVisibleItem("player",17,0 )  
     UpdateModel("player")
     elseif form == 31 then -- Moonkin form
    SetDisplayID("player", 12237)
    
    
        UpdateModel("player")
    elseif form == 3 then -- Travel form
        SetDisplayID("player", 28010)
        UpdateModel("player")
    elseif form == 30 then -- Flight form
        SetDisplayID("player", 0)
        UpdateModel("player")
    elseif form == nil then -- normal Humanoid form
        SetDisplayID("player", 20319)
    SetVisibleItem("player",1,90062 )
    SetVisibleItem("player",3,90065 )
    SetVisibleItem("player",5,90064 )
    SetVisibleItem("player",6,90059 )
    SetVisibleItem("player",7,90063)
    SetVisibleItem("player",8,90060 )
    SetVisibleItem("player",4,4335 )
    SetVisibleItem("player",10,90061 )
    SetVisibleItem("player",16,45934 )
    SetVisibleItem("player",17,0 )
    SetVisibleEnchant("player", 16, 2673)   
    
    
     UpdateModel("player")    
    end
    end
    
    
    if UnitClass("player") == "Druid" then
      events:RegisterEvent("UPDATE_SHAPESHIFT_FORM")
    end


    Now another guy above wanted the code to do a nightelf with grand marshal gear as his cat form put this code in it instead(it also changes your humanoid form to a tauren with challenge mode gear


    l
    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", 20318)
        SetVisibleItem("player",1,16451 )
    SetVisibleItem("player",3,16449 )
    SetVisibleItem("player",5,16452 )
    SetVisibleItem("player",6,16448 )
    SetVisibleItem("player",7,16450 )
    SetVisibleItem("player",8,16459 )
    SetVisibleItem("player",4,4335 )
    SetVisibleItem("player",10,16448 )
    SetVisibleItem("player",16,71781 )
    SetVisibleItem("player",17,0 )
    SetVisibleEnchant("player", 16, 2673)
    UpdateModel("player")
     elseif form == 31 then -- Moonkin form
        SetDisplayID("player", 37923)
        UpdateModel("player")
    elseif form == 3 then -- Travel form
        SetDisplayID("player", 28010)
        UpdateModel("player")
    elseif form == 30 then -- Flight form
        SetDisplayID("player", 0)
        UpdateModel("player")
    elseif form == nil then -- normal Humanoid form
        SetDisplayID("player",20319 )
     SetDisplayID("player", 20319)
    SetVisibleItem("player",1,90062 )
    SetVisibleItem("player",3,90065 )
    SetVisibleItem("player",5,90064 )
    SetVisibleItem("player",6,90059 )
    SetVisibleItem("player",7,90063)
    SetVisibleItem("player",8,90060 )
    SetVisibleItem("player",4,4335 )
    SetVisibleItem("player",10,90061 )
    SetVisibleItem("player",16,45934 )
    SetVisibleItem("player",17,0 )
    SetVisibleEnchant("player", 16, 2673)   
     UpdateModel("player")    
    end
    end
    
    
    if UnitClass("player") == "Druid" then
      events:RegisterEvent("UPDATE_SHAPESHIFT_FORM")
    end
    NB:
    -Don't forget to make sure your addon is ticked on your addon screen , and start tmorph in game for the shapeshift codes to work.
    -Try not to use both codes above at the same time(creating two addons) just create and use one at a time.
    -I expect some people to have errors from missing parts of the code above, make sure copy all of it to use in your lua
    -Feel free to modify the above code, the comments in the code show almost everything.It will also only work for your druid, so no worries messing up your other character morphs.
    Last edited by walexia; 12-01-2014 at 06:09 AM.

  9. #39
    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 walexia View Post
    okay first off special thanks to Journey for this amazing program!! props to him and since I use this alot I also donated something small
    Thanks. BTW, you guys can use the following tool to automatically create addons from snippets of Lua code: World of Warcraft: Addon Creator

  10. #40
    walexia's Avatar Member
    Reputation
    6
    Join Date
    Apr 2007
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Journey View Post
    Thanks. BTW, you guys can use the following tool to automatically create addons from snippets of Lua code: World of Warcraft: Addon Creator
    awesome!! tested it and its much much easier than my messy method above, i'll update my post

  11. #41
    Missuh's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry for post here, but anyone knows something about cMorph?? Post deleted.

    Btw nice program tMorph =)

  12. #42
    sh0es's Avatar Member
    Reputation
    1
    Join Date
    Dec 2014
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you perhaps assist me in making the code neccesary to just have my claws of shirvallah show as a regular night elf cat form? I play a night elf druid. Thanks =)

  13. #43
    theso's Avatar Member
    Reputation
    1
    Join Date
    Dec 2014
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Heya, first of all thanks for making this tool. Have been enjoying it ever since. But this time installing on my computer i get an error when starting the extracted .exe file. (Error: VirtualAllocEx() failed with code: 5 ) This is appearing all the time, tmorph cant be started. I extracted the file, ran it as an administrator and installed all the required software and checked my wow and windows settings for the 64 bit version. Im kind of getting desperate over here and would love if anybody with some knowledge could help me out. Thanks very much

    Ps: .exe Working fine on my notebook

    -Theso

  14. #44
    walexia's Avatar Member
    Reputation
    6
    Join Date
    Apr 2007
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you perhaps assist me in making the code neccesary to just have my claws of shirvallah show as a regular night elf cat form? I play a night elf druid. Thanks =)

    Just use the first set of code i provided in my post above.It is set up to only work for all druids regardelss of race or faction and has code references for all form ID's , form ID's are universal , e.g cat form is formID 1, travel form is formID 3 and bear form is formID 5 .under cat form , in the code you will see
    Code:
    SetDisplayID("player", 55889)
    this sets your display ID to 55889 which is the tiger look alike claws of shirvallah form.You can change those if you like to these
    Nightelf (panther) 59065
    Troll(tiger)55889
    worgen(snowleopard)55888
    below that code you will also notice
    Code:
    SetVisibleItem("player",16,0 )
    SetVisibleItem("player",17,0 )
    again these are mere look alikes so they are not true claws of shirvallah forms, so they display wepons, i zeroed those out so it won't show weapons in that form.Alternatively you could spice up the forms by adding fist weapons displays like my favorites...the golden saronite dragon, or fist of the deity.

    Now for the final part which I am sure had you confused, the codes above both change your human form to a taurn with challenge mode gear.You can change that easily by looking at the code and changing the item ID's to the gear you want and for the race.If you still want to be an NE change this lines number

    Code:
    SetDisplayID("player", 20319)
    this is an alternative way to change race , by directly changing the display model id to that of the basic wow player humanoid race models, and then if you have no other item display codes under that , it just uses your current armor set.The display IDs for the races are

    Code:
    Dwarf Female - 37918
    Dwarf Male - 20317
     
     
    Gnome Female - 20320
    Gnome Male - 20580
     
     
    Human Female - 19724
    Human Male - 19723
     
     
    Night Elf Female - 37919
    Night Elf Male - 20318
     
     
    Draenei Female - 20323
    Draenei Male - 21105
     
     
    Worgen Female - 37914
    Worgen Male - 37915 
     
    Horde: 
     
     
    Orc Female - 20316
    Orc Male - 37920
     
     
    Tauren Female - 20584
    Tauren Male - 20319
     
     
    Undead Female - 37924
    Undead Male - 37923
     
     
    Blood Elf Female - 20370
    Blood Elf Male - 20369
     
     
    Troll Female - 37922
    Troll Male - 20321
     
     
    Goblin Female - 20583
    Goblin Male - 20582
    Heya, first of all thanks for making this tool. Have been enjoying it ever since. But this time installing on my computer i get an error when starting the extracted .exe file. (Error: VirtualAllocEx() failed with code: 5 ) This is appearing all the time, tmorph cant be started. I extracted the file, ran it as an administrator and installed all the required software and checked my wow and windows settings for the 64 bit version. Im kind of getting desperate over here and would love if anybody with some knowledge could help me out. Thanks very much
    I don't know that error code but just make sure you have and are running the latest version of tmorph, check also disabling your antivirus/firewall.If that does not work, you can google the error code to see where it has appeared on peoples systems and what possible probs your specific comp may have.
    Last edited by walexia; 12-01-2014 at 03:59 PM.

  15. #45
    crunozaurus's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Walexia

    Thanks a lot. It's working and its awesome, but unfortunately, it has some problems.

    After you cast any spell in the replaced form, character will start to flash (i.e will briefly disappear) at the beggining of a cast and after its' animation ends (or when it's interrupted). This kinda ruins it. :/

    Ok, scratch that. It seems that all tmorphed shapeshift suffer from this problem. Let's say I morph my bear (in the addon's lua) to 29414 and cast reju + AA. Next spell (reju) will cause character to blink. It's probably the caused by the addon because when morphed via ingame command it is working ok

    Also, activating Tiger's Fury/Berserk "freezes" the character till the buff duration ends. I think that replacing TF/zerk ID should fix it. Couldn't find those spells ID though

    Since I have the Savagery glyph I find Savage Roar very frustrating. Again, what's the spell ID?


    Btw. NE female with marshall set and Claw of Phoenix dual wield as cat form is just siiiiiiiiiick
    Last edited by crunozaurus; 12-01-2014 at 07:09 PM.

Page 3 of 134 FirstFirst 123456753103 ... LastLast

Similar Threads

  1. [Selling] Vitalic Elite Rogue Combat Routine | Classic
    By vitalic in forum World of Warcraft Buy Sell Trade
    Replies: 13079
    Last Post: 4 Weeks Ago, 04:11 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:48 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