Anyone who knows the ID of the vrykul form that DBW gave you through the buff "Agility of the vrykul"?. All vrykul ID's I could find have been in a bigger scale.
Thanks in advance.
Anyone who knows the ID of the vrykul form that DBW gave you through the buff "Agility of the vrykul"?. All vrykul ID's I could find have been in a bigger scale.
Thanks in advance.
CoreCoins User
Trade Feedbacks
how can use it guys?
Making a 32bit version would be really,really nice ,as both Evermorph and Imorph aren't updated for ages now....thanks,and keep up the good work!
Hi,
So been using this program for a bit now and would love to find IDs for glyph changes. I.e the thunderstrike from thunderclap. I can't get it working from the glyph id/spell on wowhead, so cause im awesome and lazy, could anyone do a .spell swap from blood boil to the thunderclap altered version (the one with lightning coming down when you do it)? Thanks in advance guys <3![]()
Great program, thanks. I stopped editing right after the author of Evermorph stopped updating, but this works just as well if not better. Two questions if you get the time!
1. Is it possible to spell edit Shadowmourne swirls using .spell? I tried swapping the warrior Enrage spell id with the supposed swirl ID, and it didn't work
2. Is there a way to separately edit mount ID's for flying & ground? Having a flying ground mount looks sorta weird.
Can i morph my cat-form to a Human or something?
If you want the shadowmourne shadows it might be easier to use the spell effect of Soul Reaper, which would be 114868. This would be the spell that occurs when the mob dies before the effect ends.
Trade Feedbacks
What's the code for the pirate and ninja when you use Savory Deviate Delight - Item - World of Warcraft
U need to make a macro for example deathcharger...
#showtooltip Rivendare's Deathcharger
.mount 10718
/cast (insert name of ground mount here)
same goes for flying just change id tooltip and mount to cast
so i got the code to change the cat form thing
but it wont let me put it in the .lua help plz tyCode:local events = CreateFrame("Frame") function events:UPDATE_SHAPESHIFT_FORM() local form = GetShapeshiftForm() if form == 3 then -- cat form Morph("player", 29409) end end events:SetScript("OnEvent", function(self, event, ...) return self[event](self, ...) end) events:RegisterEvent("UPDATE_SHAPESHIFT_FORM")
when i try to morph my mounts to like pureblood firehawk for example it shows nothing just me swimming through the air, any fix to this?
Trade Feedbacks
What's the code for the pirate and ninja when you use Savory Deviate Delight - Item - World of Warcraft
Bookmarks