Skip to content

Commit

Permalink
Removed LucidMorph support
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketho committed Mar 21, 2020
1 parent 7175ad6 commit 791b342
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 23 deletions.
22 changes: 0 additions & 22 deletions ClickMorph.lua
Original file line number Diff line number Diff line change
Expand Up @@ -208,28 +208,6 @@ CM.morphers = {
-- shapeshift
-- weather
},
LucidMorph = { -- retail
loaded = function() return lm end,
model = function(_, displayID)
lm("model", displayID)
lm("morph")
end,
mount = function(_, displayID)
lm("mount", displayID)
lm("morph")
return true
end,
item = function(_, slotID, itemID, itemModID)
lm(CM.SlotNames[slotID], itemID, itemModID)
end,
update = function()
lm("morph")
end,
enchant = function(_, slotID, visualID)
lm(CM.SlotNames[slotID], nil, nil, visualID)
lm("morph")
end,
},
}

function CM:ResetMorph()
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ClickMorph lets you alt-click to morph with [iMorph](https://www.ownedcore.com/forums/wow-classic/wow-classic-general/799754-wow-classic-morpher.html), [jMorph](https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/795619-jmorph-tmorph-morpher-recreated.html) or [LucidMorph](https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/657637-lucid-morph-basic-morphing-tool.html)
ClickMorph lets you alt-click to morph with [iMorph](https://www.ownedcore.com/forums/wow-classic/wow-classic-general/799754-wow-classic-morpher.html) or [jMorph](https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/795619-jmorph-tmorph-morpher-recreated.html)
It's _not_ standalone, you still need to load the morpher first

## Install
Expand All @@ -13,5 +13,7 @@ Videos: https://streamable.com/m601s (Classic), https://streamable.com/5rlll (Re
* Morph from unlocked Mounts and Appearances (Wardrobe) tab
* Morph from the inspect window and item links/containers
* Supports [AtlasLoot Classic](https://www.curseforge.com/wow/addons/atlaslootclassic), [MogIt](https://www.curseforge.com/wow/addons/mogit) and [Taku's Morph Catalog](https://www.curseforge.com/wow/addons/takus-morph-catalog)
* Open the GUI with /clickmorph or /cm
* Automatically remorph on inject/relog (iMorph)

*Credits to [Icesythe7](https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-general/wow-ui-macros-talent-specs/785473-clickmog-addon-lucidmorph.html) for originally developing the addon.*

0 comments on commit 791b342

Please sign in to comment.