View Single Post
  #5  
Old 10-17-2023, 02:14 PM
Stasis01 Stasis01 is offline
Planar Protector


Join Date: Oct 2012
Posts: 4,179
Default

Tracked down Devnoob on his discord.

if ( RuleB(PVPCombat,TeamGuildWars) )
{
snprintf(msg,256,"<%s-%s> %s [%s] of The %s has been slain by %s [%s] of The %s!",zone->GetLongName(),zoneType,this->GetName(),loserGuildName,loserName,killerCharName ,winnerGuildName, winnerName);
}
else
{
snprintf(msg,256,"<%s-%s> %s [%s] has been slain by %s [%s]!",zone->GetLongName(),zoneType,this->GetName(),loserGuildName,killerCharName,winnerGui ldName);
}
worldserver.SendEmoteMessage(0, 0, 15, msg);
Reply With Quote