Hi, I tried doing this one.
The character will accumulate points by breaking the emperium during WoE.
First, search for this in npc/guild/agit_main.txt:
// Announce that the Emperium is destroyed, and respawn all but new castle-occupants.
mapannounce strnpcinfo(2),"The emperium has been destroyed.",bc_map|bc_woe,"0x00CCFF",FW_NORMAL,12;
MapRespawnGuildID strnpcinfo(2),.@GID,2;
Then add a couple of lines:
// Announce that the Emperium is destroyed, and respawn all but new castle-occupants.
mapannounce strnpcinfo(2),"The emperium has been destroyed.",bc_map|bc_woe,"0x00CCFF",FW_NORMAL,12;
MapRespawnGuildID strnpcinfo(2),.@GID,2;
set breakp,breakp+1;
dispbottom "You've been awarded 1 point for breaking the emperium! You now have a total of "+breakp+" point(s)";
I attached a separate NPC script for the points exchanger. Just modify it to your likings. There are 5 default items, which are potions.
BTW, the NPC is available all the time. You might be asking it to be only available when the WoE is off, just assuming.
Breaker_Rewarder.txt