From 468a088ab8caca5b9916b1fc223bbab395468900 Mon Sep 17 00:00:00 2001 From: masao87 Date: Sat, 12 May 2012 16:07:52 +0000 Subject: - Added Magic Book Quest for Warlocks. - Followup r16102 * Correctly fixed bugreport:5030 now. * Restorded scripts_custom.conf since mine accidently got commited with my last commit. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16103 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/guild/agit_main.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/guild') diff --git a/npc/guild/agit_main.txt b/npc/guild/agit_main.txt index 456e7eeeb..1175d5a5a 100644 --- a/npc/guild/agit_main.txt +++ b/npc/guild/agit_main.txt @@ -61,7 +61,7 @@ // War of Emperium has started. OnAgitStart: if (strnpcinfo(0) == "Gld_Agit_Manager") end; - MapRespawnGuildID strnpcinfo(2),GetCastleData(strnpcinfo(2),1),4; + MapRespawnGuildID strnpcinfo(2),GetCastleData(strnpcinfo(2),1),6; GvgOn strnpcinfo(2); // Spawn (fall through), or respawn the Emperium once it has been broken. @@ -120,7 +120,7 @@ OnAgitBreak: // 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,4; + MapRespawnGuildID strnpcinfo(2),.@GID,6; // Refresh castle data, disable Kafra and reset Invest information. donpcevent strnpcinfo(0)+"::OnRecvCastle"; -- cgit v1.2.3-60-g2f50