diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-04 01:11:21 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-04 01:11:21 +0000 |
commit | cf3ef84e5e0c09e2ff1f1683d8546a6822ba7693 (patch) | |
tree | e858229b6d91af5fee15849e6582d614435e1c3e /npc/guild/gldfunc_ev_agit.txt | |
parent | 89d430b2c4d770d7d5c073710a21bd24df5f3f0c (diff) | |
download | hercules-cf3ef84e5e0c09e2ff1f1683d8546a6822ba7693.tar.gz hercules-cf3ef84e5e0c09e2ff1f1683d8546a6822ba7693.tar.bz2 hercules-cf3ef84e5e0c09e2ff1f1683d8546a6822ba7693.tar.xz hercules-cf3ef84e5e0c09e2ff1f1683d8546a6822ba7693.zip |
* Updated 2006 headgear quests to semi-official dialog.
* Various updates to the various guild Castle scripts.
- Added Guild Master Room protection. Further security so only the master of the current castle can enter the treasure room.
- Updated Guild Castle Flags again. Updated remaining dialogs to official.
- Updated a couple announces for when the Emperium breaks. Both are now up to par with iRO.
- Moved nguild to the events folder and commented it out, as it was a kRO event that was used twice. Updated .confs to reflect this change.
* Added the first class skill resetter into Prontera. She resets players under base level 40 who are first or expanded class.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10669 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/guild/gldfunc_ev_agit.txt')
-rw-r--r-- | npc/guild/gldfunc_ev_agit.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/guild/gldfunc_ev_agit.txt b/npc/guild/gldfunc_ev_agit.txt index 49041a859..0f49643e2 100644 --- a/npc/guild/gldfunc_ev_agit.txt +++ b/npc/guild/gldfunc_ev_agit.txt @@ -4,7 +4,7 @@ //= jAthena - kalen (1.0) //= 1.1 by Akaru, ho|yAnge|X, and Valaris //===== Current Version: ===================================== -//= 1.3a +//= 1.4 //===== Compatible With: ===================================== //= eAthena 0.1+; RO Episode 4+ //===== Description: ========================================= @@ -26,6 +26,7 @@ //= v1.2a: Added OnAgitEnd function.[kobra_k88] //= 1.3 Added code for abandoning captured castles on /breakguild [Lupus] //= 1.3a fixed Defence / Economy underflow [Lupus] thanks2 kyoki +//= 1.4 updated a couple mapannounces in OnAgitBreak. [L0ne_W0lf] //============================================================ @@ -138,8 +139,8 @@ function script F_AgitBreak { SetCastleData getarg(0),3, @Defence; SetCastleData getarg(0),1, @GID; - MapAnnounce getarg(0),"The emperium has been destroyed.",17; - Announce "Guild Base [" + GetCastleName(getarg(0)) + "] has been taken by the [" + GetGuildName(@GID) + "] guild.",0; + MapAnnounce getarg(0),"The emperium has been destroyed.",bc_map,0x00CCFF; + Announce "The [" + GetCastleName(getarg(0)) + "] castle has been conquered by the [" + GetGuildName(@GID) + "] guild.",bc_map; GetCastleData getarg(0),0,"::OnRecvCastle"+getarg(1); disablenpc "Kafra Service#"+getarg(1); |