View Full Forums : Looking for mod / addon


Kyane
06-06-2006, 01:23 PM
I know I had this before, but I lost it. I had a mod that would give out a /s when I shifted. I can't seem to find that now though.

Anyone know what it is?

Thanks.

Wulfgor
06-06-2006, 03:51 PM
Can you clarify a bit? You just want to announce through /say that you have switched to *enter form here* form? If so, this would also let others know that you have shifted up also?

lorath
06-06-2006, 04:11 PM
Just make a macro....

Kyane
06-06-2006, 06:01 PM
This was just something "cute" I had found, that when I switched to bear ( regardless if I clicked the icon or used the bound key ) it would do a "/s Bare is for scare RAWR!" and the misspelling was intentional btw ;)

I lost it when I was cleaning out things and was hoping someone might have the name of it. If not, don't worry about it :)

It was configurable for different sayings per form. So when I went cat I just had "/s purr".

It kept me entertained. =P

Trixtaa
06-06-2006, 08:41 PM
Neato!

If someone finds it post it here. I'm interested.

Cobra13e
06-07-2006, 08:40 AM
By no means a scripter, this should work(remove quotes):

"/CastShapeshiftForm(Cat)
/s Purr"

or
"/CastShapeshiftForm(Dire Bear)
/p Going Bear, someone else heal!"

or my favorite

"/Cast Gift of the Wild(Rank2)
/s Funny, she doesn't look Druish"

WoW Forum for scripting/macros:
http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=3026&p=1&tmp=1#post3026

Balzinn
06-07-2006, 06:18 PM
/script local x,y,active,z = GetShapeshiftFormInfo(3); if not active then CastShapeshiftForm(3) SendChatMessage("Kittytime", "SAY") else CastShapeshiftForm(3) end;

1 for bear/dire bear, 5 for moonkin SAY GROUP GUILD RAID etc are all valid arguments for SendChatMessage

Kyane
06-07-2006, 10:52 PM
After some hard digging, I found that it's Druidbar that has it :)

Wulfgor
06-09-2006, 03:22 PM
I think druidbar is very hard to configure. Isn't ti all command line? I got it, but it basically only serves as a mana bar for when I am in feral form. Someone please educat em on it's use. Thanks.

Kyane
06-09-2006, 05:57 PM
It is a tad confuzzeling ( my word ).

/dbar
will list the options ( I wish it would dock with the perl interface, but that's another discussion )

/dbar message bear say Anyone need a rug?
Set the bear message

/dbar message toggle
I think that one turns on the messages ( as they are off by default? )

That should get you going :)