Help on this thing doesnt work on new Hercules... [ "+.@breaker$+" ]Quazi said:hercules/npc/guild/agit_main.txt
.@breaker$ = strcharinfo(0);
// Respawn the Emperium, and display new owners.
sleep 500; // Slow down script execution slightly.
if( agitcheck() )
donpcevent "Agit#"+strnpcinfo(2)+"::OnStartArena";
sleep 7000;
announce "The [" + getcastlename(strnpcinfo(2)) + "] castle has been conquered by ["+.@breaker$+"] of the [" + getguildname(.@GID) + "] guild.",bc_all|bc_woe,0x6AFB92,FW_NORMAL,20;
end;
change announce into:
+ announce "The [" + getcastlename(strnpcinfo(2)) + "] castle has been conquered by [ "+.@breaker$+" ] from the " + getguildname(.@GID) + " Guild.",bc_all|bc_woe;
We use essential cookies to make this site work, and optional cookies to enhance your experience.