diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-16 10:02:18 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-16 10:02:18 +0000 |
commit | e07326b0aa71a74cacd425e30745bb01a60b153f (patch) | |
tree | b72f1f4ada283ca5f02885e957c5e194eb1652a7 /npc/quests/quests_lighthalzen.txt | |
parent | e4bb98fd9afd36dcd42a4135a55ad8930e2acf01 (diff) | |
download | hercules-e07326b0aa71a74cacd425e30745bb01a60b153f.tar.gz hercules-e07326b0aa71a74cacd425e30745bb01a60b153f.tar.bz2 hercules-e07326b0aa71a74cacd425e30745bb01a60b153f.tar.xz hercules-e07326b0aa71a74cacd425e30745bb01a60b153f.zip |
* Commited Silent's Fix to the duplicate NPCs
- needs testing
- can't be fully fixed because of length limitation of names
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7200 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_lighthalzen.txt')
-rw-r--r-- | npc/quests/quests_lighthalzen.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/npc/quests/quests_lighthalzen.txt b/npc/quests/quests_lighthalzen.txt index 9f8ab910f..4bd107081 100644 --- a/npc/quests/quests_lighthalzen.txt +++ b/npc/quests/quests_lighthalzen.txt @@ -3,7 +3,7 @@ //===== By: ==================================================
//= Persian, Vicious_Pucca, Completed by aoa00
//===== Current Version: =====================================
-//= 1.9
+//= 2.0
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -32,6 +32,7 @@ //= 1.8 Changed the name of the mobsters to Gangster, as it should be. [MasterOfMuppets]
//= 1.9 Added extra input check on Biolab so that the first letter of the word could be
//= capitalized or undercase. [Evera]
+//= 2.0 Removed Duplicates [Silent]
//============================================================
//= aoa's comment
//= In future, Need for new monsters. No-Drop, No-Exp, Weak "Mobster","VENOMOUS","NOXIOUS"
@@ -113,7 +114,7 @@ ChkEnd: end;
}
-lighthalzen.gat,267,200,3 script Security Guard 868,{
+lighthalzen.gat,267,200,3 script Security Guard#01 868,{
if(countitem(7350)>0) goto Lhzpass1;
if($@lhz_alert == 1) goto Lhzstop;
@@ -170,7 +171,7 @@ Lhzstop: close;
}
-lighthalzen.gat,294,223,7 script Security Guard 868,{
+lighthalzen.gat,294,223,7 script Security Guard#02 868,{
if(countitem(7350)>0) goto Lhzpass1;
if($@lhz_alert == 1) goto Lhzstop;
@@ -602,7 +603,7 @@ L_11: //--------------------------Box--------------------------
-lhz_cube.gat,248,179,0 script Box 111,{
+lhz_cube.gat,248,179,0 script Box#01 111,{
if (axe == 1) goto L_2;
mes "There is an axe in the box.";
next;
@@ -1077,7 +1078,7 @@ L_3: //--------------------------Box--------------------------
-lhz_cube.gat,248,193,0 script Box 111,{
+lhz_cube.gat,248,193,0 script Box#02 111,{
if (countitem(2657) > 0 || @gotkey || hzdun) goto L_5;
mes "There is a box with three holes.";
next;
|