浏览代码

* Fixed the OnAgitBreak message being map-only and not global when a castle is taken. (Lil DomX)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10936 54d463be-8e91-2dee-dedb-b68131a5f0ec
L0ne_W0lf 18 年之前
父节点
当前提交
935b4fd323
共有 2 个文件被更改,包括 4 次插入2 次删除
  1. 1 0
      npc/Changelog.txt
  2. 3 2
      npc/guild/gldfunc_ev_agit.txt

+ 1 - 0
npc/Changelog.txt

@@ -1,6 +1,7 @@
 Date		Added
 ======
 2007/07/30
+	* Rev. 10936 Fixed the OnAgitBreak message being map-only and not global when a castle is taken. (Lil DomX) [L0ne_W0lf]
 	* Rev. 10928 Removed  "Load Balancing" from the swordman job quest. [L0ne_W0lf]
 	- Swordman quest map warps are now contained within the swordman job quest file.
 	* Rev. 10926 Updated Job quests for 1-1 classes and Rebirthed classes. [L0ne_W0lf]

+ 3 - 2
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.5
+//= 1.6
 //===== Compatible With: =====================================
 //= eAthena 0.1+; RO Episode 4+
 //===== Description: =========================================
@@ -28,6 +28,7 @@
 //= 1.3a fixed Defence / Economy underflow [Lupus] thanks2 kyoki
 //= 1.4 updated a couple mapannounces in OnAgitBreak. [L0ne_W0lf]
 //= 1.5 Changed the names of the Kafra from "Service" to "Staff" [L0ne_W0lf]
+//= 1.6 Fixed the OnAgitBreak message being map-only and not global. (Lil DomX) [L0ne_W0lf]
 //============================================================
 
 
@@ -141,7 +142,7 @@ function	script	F_AgitBreak	{
 
 	SetCastleData getarg(0),1, @GID;
 	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;
+	Announce "The [" + GetCastleName(getarg(0)) + "] castle has been conquered by the [" + GetGuildName(@GID) + "] guild.",0;
 	GetCastleData getarg(0),0,"::OnRecvCastle"+getarg(1);
 
 	disablenpc "Kafra Staff#"+getarg(1);