Every emp break, the breaker gets +1 point, and he/she can exchange it for prizes(castle drops, etc)
Installation:
npc/guild/agit_template.txt
find:
// The Emperium has been broken.
OnAgitBreak:
set .@GID,getcharid(2);
// Show and log error if an unguilded player breaks the Emperium. (Should NEVER happen)
add:
// The Emperium has been broken.
OnAgitBreak:
set brokeemp,brokeemp+1;
set .@GID,getcharid(2);
// Show and log error if an unguilded player breaks the Emperium. (Should NEVER happen)
download the file,
put it on your npc/custom folder,
as for now you can exchange it for 5 castle drops only, you can add / replace the prizes that would be given (see script)
the ladders shows the top 10 who has highest points, when you exchange your points for prizes, your points decreases @ the ladder too, you can edit that by adding another variable and editing the ladder output formula, or if you don't know how to, just post here
Enjoy:D
Download Link: http://pastebin.com/ausRbr9v