How do i make it so when players talk in announce on my server it says something like: WoW Server Player and when admins/gms talk it says: WoW Server Administrator, or WoW Server Game Master.
How do i make it so when players talk in announce on my server it says something like: WoW Server Player and when admins/gms talk it says: WoW Server Administrator, or WoW Server Game Master.
It would be helpful if you specified an emulator
Feel free to contact me if you need help or would like to assist me in one of my many projects.
Edit in the appropriate place in the core? Depending on what command you want to edit its in Level0.cpp, Level1.cpp, Level2.cpp, or Level3.cpp![]()
im using ArcEmu, and I edited the level1.cpp file, but it gave me an option to edit the <Admin> and <GM> announce tags, I still want to know how to make a Player announce tag, and possibly change the color of the announce message for All the different Ranks
Why would you EVER want to give players .announce?
Also, check the .announce command. It looks for security level's to distinguish between admin and GM. You could make it something like
Obviously thats WAY WAY WAY oversimplified, but that'd be the basic ideaCode:If (admin) admin announce shit elseif(gm) announce shit else player announce shit
Feel free to contact me if you need help or would like to assist me in one of my many projects.
im making a GM server, and yea can u make it more simplified, like what cpp file would that be in?