View Full Forums : Macros to go into forms but not come out of them...


Seedyrom
04-05-2006, 05:18 PM
Been a little difficult to search on this given the generic nature of the search terms. That being said, does anyone know what the script/text would be to, let's say, change into Cat form but when you mash it again, it wont change you back out like the default buttons do? That is, without a third party mod.

I'm looking into making a Cat/Cower macro and while I know I'll have to hit it twice to do each action, if there is a way to go into Cat form one way, it will make this a lot smoother.

Thanks in advance!

Bahroo
04-05-2006, 05:31 PM
You might be able to download Complete Druid and check out the code. It's all macros. I use that for my shifting macros, to do what you just mentioned. Maybe you can copy/paste the code out. :]

Seedyrom
04-05-2006, 05:37 PM
I shall look into it, thanks!

Balzinn
04-06-2006, 04:52 AM
/script local x,y,active,z = GetShapeshiftFormInfo(3); if not active then CastShapeshiftForm(3) end;