[TUTORIAL] Autobroadcast (Name/Color)

Etox

Gamer | Noob
Divine
Etox Rep
4
0
0
Rep
4
Etox Vouches
0
0
0
Vouches
0
Posts
198
Likes
165
2 YEARS
2 YEARS OF SERVICE
LEVEL 5 70 XP
Hey, this is kind of a guide for the new guys. And not really sure if this is how its done anymore since I havent been working with wow emulation for a while.

The first thing you gotta do is make sure your autobroadcast is set on in the worldserver config. (Put it to 1 to enable it)Autobroadcast.png

Then go into your world database, there should be a autobroadcast table where you can put in your text.
Example.png

When you have done this, this is how it should look ingame.
Autobroad1.png

To change the autobroadcast to your server name for example then you can run this query:
UPDATE `trinity_string` SET `content_default` = '|cffffff00[|c00077766NameHere|cffffff00]: |cFFF222FF%s|r' where `entry` = '11000';
So for example it could be something like this:
UPDATE `trinity_string` SET `content_default` = '|cffffff00[|c00077766WoWEmu|cffffff00]: |cFFF222FF%s|r' where `entry` = '11000';

To edit color you can change this. (The red area)
UPDATE `trinity_string` SET `content_default` = '|cffffff00[|c00077766WoWEmu|cffffff00]: |cFFF222FF%s|r' where `entry` = '11000';


I have some color codes below:
BLUE |cff0000ff
PURPLE |cffDA70D6
GREEN |cff00ff00
RED |cffff0000
GOLD |cffffcc00
GOLD2 |cffFFC125
GREY |cff888888
WHITE |cffffffff
SUBWHITE |cffbbbbbb
MAGENTA |cffff00ff
YELLOW |cffffff00
ORANGEY |cffFF4500
CHOCOLATE |cffCD661D
CYAN |cff00ffff
IVORY |cff8B8B83
LIGHTYELLOW |cffFFFFE0

Hopefully someone finds this useful!
 

Lushen Japanese Blossom Tree

Dreamer
Divine
Lushen Rep
7
0
0
Rep
7
Lushen Vouches
0
0
0
Vouches
0
Posts
498
Likes
509
2 YEARS
2 YEARS OF SERVICE
LEVEL 8 26 XP
Great Guide for a Feature probably a lot of people are using in the scene. Perfect for beginners who don't know how to setup the colors. :)
 
Liked By 1 member :

Instadev

MySQL & C++ Developer
banned
Instadev Rep
4
0
0
Rep
4
Instadev Vouches
0
0
0
Vouches
0
Posts
338
Likes
152
Bits
2 YEARS
2 YEARS OF SERVICE
LEVEL 2 90 XP
Liked By 1 member :

3,389

1,271

9,555

428

Top