![]() |
|
#1
|
||||
|
![]() Quote:
__________________
hurl | |||
#2
|
|||
|
![]() 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); | ||
![]() |
|
|