Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Completed

Quests::Completed This is where Completed quests are.

Reply
 
Thread Tools Display Modes
  #1  
Old 06-20-2013, 11:27 AM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,589
Default Announcement Script

This script is pretty handy, you can use /broadcast or implement this script on an NPC and announce things to the entire server in a Green text, you could use this to announce events or just to notify people of something in a rather eye-popping text, rather than a bland yellow. It is rather simple, it utilizes quest::gmsay to send a message server wide, script below.

P.S. It is currently for GMs only, but you can just take out the status check if you want everyone to use it.

Code:
sub EVENT_SAY
{
	if($status >= 200)
	{
		quest::gmsay("$name Announces: $text", 14, 1, 0, 0);
	}
}
Reply With Quote
  #2  
Old 06-20-2013, 12:19 PM
Dunge0nMastr
Hill Giant
 
Join Date: Oct 2002
Location: Rockville, MD
Posts: 124
Default

#we #color #text
in game can do the same thing

or alternatively for scripts, using quest::we(#color,"Text");
or quest::ze(#color,"Text"); (for zone only).
__________________
Bront -Server Admin/Owner and Lead Quest Dev for Kildrukaun's Prophecy
http://kpemu.com/
Reply With Quote
  #3  
Old 06-20-2013, 12:21 PM
Dunge0nMastr
Hill Giant
 
Join Date: Oct 2002
Location: Rockville, MD
Posts: 124
Default

Quote:
0 - white
1 - gray
2 - dark green
3 - gray
4 - light blue
5 - light purple
6 - grey
7 - white
8 - grey
9 - grey
10 - white
11 - grey
12 - light silver
13 - red
14 - light green
15 - yellow
16 - dark blue
17 - grey
18 - cyan
257 - darkish purple
258 - lighter cyan
259 - green, light
260 - ooc green, slightly lighter
261 - ooc green, slightly lighter
263 - blue, emote/spell
264 - blue emote, filters under spells
269 - yellow, filters under broadcast
270 - blue, filters under broadcast
271 - white, filters under spells
272 - white, filters under broadcast
300 - odd blue color
315 maroon
pulled from wiki for the color #s
__________________
Bront -Server Admin/Owner and Lead Quest Dev for Kildrukaun's Prophecy
http://kpemu.com/
Reply With Quote
  #4  
Old 06-20-2013, 12:29 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,589
Default

I know all of this, I just thought it was a pretty handy script, can't a man post a script in peace?
Reply With Quote
  #5  
Old 06-20-2013, 12:42 PM
Dunge0nMastr
Hill Giant
 
Join Date: Oct 2002
Location: Rockville, MD
Posts: 124
Default

just seemed a bit wordy :P

Post away
__________________
Bront -Server Admin/Owner and Lead Quest Dev for Kildrukaun's Prophecy
http://kpemu.com/
Reply With Quote
  #6  
Old 06-20-2013, 12:45 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,589
Default

Not everyone in the community quite understands the ins and outs of coding, thus why I posted this, some may not know all the commands but may know the basics of adding a script, but not modifying it, or nothing at all thus why I explained what it did, how you could use it, how you could modify it and how you could use /broadcast rather than this script. Just trying to simplify things for people, I know I hate getting something and having no idea what it's for, haha.
Reply With Quote
  #7  
Old 06-19-2015, 06:48 AM
Aquaojo
Sarnak
 
Join Date: Feb 2012
Location: GA
Posts: 34
Default

Oops - necro'd for no good reason. Found answer.
Reply With Quote
  #8  
Old 06-19-2015, 09:38 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,589
Default

What was your question? It may help someone else.
Reply With Quote
  #9  
Old 06-19-2015, 10:13 PM
Shendare
Dragon
 
Join Date: Apr 2009
Location: California
Posts: 814
Default



https://xkcd.com/979/
Reply With Quote
  #10  
Old 06-19-2015, 10:55 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,589
Default

Exactly, haha, thank you.
Reply With Quote
  #11  
Old 06-20-2015, 09:15 AM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

Quote:
Originally Posted by Shendare View Post
Good one Shendare.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 12:00 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3