[DiscordArchive] Nice! Enjoy learning how to use it!
[DiscordArchive] Nice! Enjoy learning how to use it!
Archived author: Keleborn • Posted: 2025-02-21T00:08:45.231000+00:00
Original source
Nice! Enjoy learning how to use it!
Any reason you want to go with windows server and not something else?
Archived author: Grant • Posted: 2025-02-21T00:12:31.392000+00:00
Original source
Does SendZoneAnnouncement supposed to drop color code requests? I'm assuming so. The below is a small snippit for a module I'm writing, but the color stays the same. So either: 1) I have the color "command" wrong, or 2) It's just ignored.
`sprintf( szAnnouncement, "|cFF0000FF|rCitizens of the Alliance, %s is under attack! Join the attack!", ms_zone_being_invaded );
sWorld->SendZoneText( 1519, szAnnouncement );`
Thanks!