trunk/npc/guild/agit_template.txt
Replace this line:
mapannounce strnpcinfo(2),"The emperium has been destroyed.",bc_map|bc_woe,"0x00CCFF",FW_NORMAL,12;
With this:
mapannounce strnpcinfo(2),"The emperium has been destroyed by " + strcharinfo(0),bc_map|bc_woe,"0x00CCFF",FW_NORMAL,12;
====================================================
Find :
// Respawn the Emperium, and display new owners.
Add before the line :
set .@breaker$, strcharinfo(0);
Find :
end;
// War of Emperium has ended.
Add before the line :
announce "The [" + getcastlename(strnpcinfo(2)) + "] castle has been conquered by [ "+.@breaker$+" ] of the [" + getguildName(.@GID) + "] guild.",bc_all;
here..