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

Shout-Out

User Tag List

Page 46 of 134 FirstFirst ... 42434445464748495096 ... LastLast
Results 676 to 690 of 2005
  1. #676
    Dudelics's Avatar Member
    Reputation
    1
    Join Date
    Sep 2015
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I found a nice addon that someone created to help with Druid forms. The only problem with it is that if you change the scale of a form, when you change back to your humanoid form you will remain in the altered scale until you use another shapeshift. Anyone have any idea how to force it back to a 1.0 scale for humanoid form?

    Code:
    -- ===================================================================
    -- DruidShapeShift for tMorph
    -- Twitch.TV/Wildlands -- Follow and Share
    -- Configuration.
    -- ===================================================================
    	-- Setting the display ID to nil causes that form to not be affected;
    	-- setting the scale to nil causes the scale to not be affected, even
    	-- if the display ID is. The display ID is NOT the value found in a
    	-- WoW Head URL, they must be ascertained separately.
    
    	-- local FORM           = {DisplayID, Scale}
    	-- local CAT_FORM       = {45042, 0.8} -- Cat form to Xuen at 0.8 scale.
    	local CAT_FORM          = {nil, nil}
    	local TREE_FORM         = {nil, nil}
    	local TRAVEL_FORM       = {nil, nil}
    	local AQUATIC_FORM      = {nil, nil}
    	local BEAR_FORM         = {nil, nil}
    	local FLIGHT_FORM       = {nil, nil} -- Doubles for Flight Form and Swift Flight Form.
    	local MOONKINK_FORM     = {nil, nil}
    
    -- ===================================================================
    -- Core.
    -- ===================================================================
    	local eventHandler = CreateFrame("Frame", nil, UIParent)
    	eventHandler:SetScript("OnEvent", function()
    		-- Break out of the function if tMorph is not loaded.
    		if (not tMorphLoaded) then return end
    
    		-- http://*************/API_GetShapeshiftFormID
    		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
    		elseif (ShapeShiftID == 2) then
    			-- Tree Form.
    			if (TREE_FORM[1]) then
    				SetDisplayID("player", TREE_FORM[1])
    				if (TREE_FORM[2]) then SetScale("player", TREE_FORM[2]) end
    
    				UpdateModel("player")
    			end
    		elseif (ShapeShiftID == 3) then
    			-- Travel Form.
    			if (TRAVEL_FORM[1]) then
    				SetDisplayID("player", TRAVEL_FORM[1])
    				if (TRAVEL_FORM[2]) then SetScale("player", TRAVEL_FORM[2]) end
    
    				UpdateModel("player")
    			end
    		elseif (ShapeShiftID == 4) then
    			-- Aquatic Form.
    			if (AQUATIC_FORM[1]) then
    				SetDisplayID("player", AQUATIC_FORM[1])
    				if (AQUATIC_FORM[2]) then SetScale("player", AQUATIC_FORM[2]) end
    
    				UpdateModel("player")
    			end
    		elseif (ShapeShiftID == 5) then
    			-- Bear Form.
    			if (BEAR_FORM[1]) then
    				SetDisplayID("player", BEAR_FORM[1])
    				if (BEAR_FORM[2]) then SetScale("player", BEAR_FORM[2]) end
    
    				UpdateModel("player")
    			end
    		elseif (ShapeShiftID == 27) or (ShapeShiftID == 29) then
    			-- Swift Flight Form or Flight Form.
    			if (FLIGHT_FORM[1]) then
    				SetDisplayID("player", FLIGHT_FORM[1])
    				if (FLIGHT_FORM[2]) then SetScale("player", FLIGHT_FORM[2]) end
    
    				UpdateModel("player")
    			end
    		elseif (ShapeShiftID == 31) then
    			-- Moonkin Form.
    			if (MOONKINK_FORM[1]) then
    				SetDisplayID("player", MOONKINK_FORM[1])
    				if (MOONKINK_FORM[2]) then SetScale("player", MOONKINK_FORM[2]) end
    
    				UpdateModel("player")
    			end
    		end
    	end)
    
    	local _, playerClass = UnitClass("player")
    	if (playerClass == "DRUID") then
    		eventHandler:RegisterEvent("UPDATE_SHAPESHIFT_FORM")
    		eventHandler:RegisterEvent("PLAYER_ENTERING_WORLD")
    	end

    tMorph — 64-bit Morpher (updated for Legion)
  2. #677
    aidzeee's Avatar Member
    Reputation
    1
    Join Date
    Sep 2015
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how do I edit the script in tmorph?

  3. #678
    Bailey Mercer's Avatar Member
    Reputation
    1
    Join Date
    Sep 2015
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is the enchant command not working?

  4. #679
    Seergio Zambrana Grandiz's Avatar Member
    Reputation
    1
    Join Date
    Mar 2015
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This work in 5.4.8?

  5. #680
    madden92's Avatar Active Member
    Reputation
    64
    Join Date
    Mar 2010
    Posts
    155
    Thanks G/R
    2/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was banned for using this in 6.2.2, I have never used any other botting programs in the last year because I didn't wanted to risk my account, this is a simple warning.

  6. #681
    RaZz0r's Avatar Member
    Reputation
    11
    Join Date
    Jul 2007
    Posts
    113
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by madden92 View Post
    I was banned for using this in 6.2.2, I have never used any other botting programs in the last year because I didn't wanted to risk my account, this is a simple warning.
    what where you banned for and how long? also did anyone else know you where using it other then you?

  7. #682
    madden92's Avatar Active Member
    Reputation
    64
    Join Date
    Mar 2010
    Posts
    155
    Thanks G/R
    2/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RaZz0r View Post
    what where you banned for and how long? also did anyone else know you where using it other then you?
    I was banned permanently, only my cousin knew I was using it. I was banned before for 24 hours so this would be a second ban. (the first one had nothing to do with in-game stuff but with credit card exploit.

  8. #683
    RaZz0r's Avatar Member
    Reputation
    11
    Join Date
    Jul 2007
    Posts
    113
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by madden92 View Post
    I was banned permanently, only my cousin knew I was using it. I was banned before for 24 hours so this would be a second ban. (the first one had nothing to do with in-game stuff but with credit card exploit.
    Man that sucks big time i really find it stupid for blizzard to ban people for something that is completely client side and is purely cosmetic

  9. #684
    pavchot02's Avatar Member
    Reputation
    1
    Join Date
    Sep 2015
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm playing on a private server can someone give me a link for tmorph 6.1.2

  10. #685
    madden92's Avatar Active Member
    Reputation
    64
    Join Date
    Mar 2010
    Posts
    155
    Thanks G/R
    2/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RaZz0r View Post
    Man that sucks big time i really find it stupid for blizzard to ban people for something that is completely client side and is purely cosmetic
    I remember now that I actually did use ReBot to test the fishing bot for less than 30 minutes but that was 1 month ago(darkmoon faire event with fish), I think they banned me because of that, they only said I used bots... Thats really stupid because I have 7 level 100's and I wouldn't risk that for some shit botting, but I realise that I actually did risk it even with 30 minuntes in 7 years of World of Warcraft and they wouldn't forgive me...

  11. #686
    Soniya's Avatar Member
    Reputation
    1
    Join Date
    Sep 2015
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello there
    Has anyone the .Morpg Code for Gul´dan on WoD? I can´t find them D;

  12. #687
    razer86's Avatar Contributor Authenticator enabled
    Reputation
    177
    Join Date
    Aug 2009
    Posts
    178
    Thanks G/R
    36/31
    Trade Feedback
    1 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Soniya View Post
    Hello there
    Has anyone the .Morpg Code for Gul´dan on WoD? I can´t find them D;
    From WoWHead:
    Code:
    NpcModel.ShowModel('infobox-sticky-model', {"displayId":"59808"});
    So, this should do the trick. Can't test atm.
    Code:
    .morph 59808
    Edit:
    Was just able to test, model had limited animations, Walk but no run, no melee attack.
    Does have cast animations
    Last edited by razer86; 09-14-2015 at 08:26 PM.

  13. #688
    Soniya's Avatar Member
    Reputation
    1
    Join Date
    Sep 2015
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yeah, thanks it Worked. But it´s crap D; because No run, melee and Cast animations ;((
    But... if you swim with him, he Walk :O

  14. #689
    Tmbryant91's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Logged out and was required to download a mini update and now its out of date.. sad when you don't wanna play WoW if you don't have tmorph lol

  15. #690
    firefox14's Avatar Member
    Reputation
    1
    Join Date
    Sep 2015
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah I hope they update Tmorph soon! I love it and didnt even know we were suppose to get a patch today...

Similar Threads

  1. [Selling] Vitalic Elite Rogue Combat Routine | Classic
    By vitalic in forum World of Warcraft Buy Sell Trade
    Replies: 13077
    Last Post: 04-08-2024, 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 09:15 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search