Change Color of quest::shout2?
I'm editing raid mob scripts so that when they die, it is announced to the world.
Right now I have it working fine, but I want to be able to change the color so it is more noticeable. How can I do this? If possible, I would like it to be either yellow or tan (colors 15/315 in emote). Here is the code I have for Severilous in Emerald Jungle: Code:
sub EVENT_DEATH |
shout2 Has a hard-coded color ID, however, you can do this:
Code:
quest::we(315, "I have been killed!"); Code:
quest::we(color ID, "Text") - Server wide emote. |
I just noticed the quest::we in the Perl Reference a couple minutes ago...not sure how I missed that.
Thank you very much! |
You're welcome.
|
All times are GMT -4. The time now is 12:06 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.