• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] Bg Announcer

Status
Not open for further replies.

savenx

Enthusiast
Hello... Is there any script that shows BG/ARENA queue announcer customizable? I changed in SQL (trinity_strings) but do not work, because im using Crossfaction BG's...

Look this line on my BattlegroundQueue.cpp:

Code:
ss << "|cffffa500[BG Queue Announcer]:|r " << bgName << " -- [" << q_min_level << "-" << q_max_level << "] " << qPlayers << "/" << MinPlayers;

This is the announcer for BOTH arena and battleground! (This message shows when join Arena and BG)

Now my request: i want a script that announces SEPARATE BG and Arena!

Example:

[BG QUEUE ANNOUNCER] Random Battleground

AND

[ARENA QUEUE ANNOUNCER] Team Name Joined
 

Tommy

Founder
Arena Queue Announce already exists. Just like BattleGround announcer you have to enable it in the worldserver.conf.

The entry of the Arena Queue Announcer in trinity_string is 718.
 

savenx

Enthusiast
I know tommy, but its already enable... Arena Announcer its using this file to announce..

Both BG and Arena are the same announcer
 
Status
Not open for further replies.
Top