follow the installation constructions.
//===== Comments =============================================
//= You need to edit the following line in the
// npc/guild/agit_template.txt
//========== Find this ==========//
/*
// Adjust Economy Invest Level for Castle
set .@Economy,GetCastleData(strnpcinfo(2),2) - 5;
if (.@Economy < 0) set .@Economy, 0;
//========== Add above ==========//
// Callfunc for Guild Rank System
callfunc "GLD_RANK_WOE";
//= WoE:SE : Open these file under npc/guild2/
arug_cas02.txt arug_cas04.txt schg_cas01.txt schg_cas03.txt schg_cas05.txt
arug_cas01.txt arug_cas03.txt arug_cas05.txt schg_cas02.txt schg_cas04.txt
//========== Find this, which only shows up once every file. =========//
mapannounce "arug_cas01","The emperium has been shattered!",bc_map,"0x00FF00",FW_NORMAL,20,0,40;
// ------- or -------- //
announce "The emperium has been shattered!",bc_map,"0x00FF00",FW_NORMAL,20,0,40;
//========== Add after ==========//
// Callfunc for Guild Rank System
callfunc "GLD_RANK_WOE";
*/
//============================================================