diff options
author | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-01 22:11:36 +0000 |
---|---|---|
committer | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-01 22:11:36 +0000 |
commit | a9b1f06e98367bda11817d0c64ae2e8af4471f2b (patch) | |
tree | 4f1af08f496e625726497e6522310cf81fbbab72 /npc/quests/seals | |
parent | 911c0ea64888157f7a9496a4a5c516af92c0d11c (diff) | |
download | hercules-a9b1f06e98367bda11817d0c64ae2e8af4471f2b.tar.gz hercules-a9b1f06e98367bda11817d0c64ae2e8af4471f2b.tar.bz2 hercules-a9b1f06e98367bda11817d0c64ae2e8af4471f2b.tar.xz hercules-a9b1f06e98367bda11817d0c64ae2e8af4471f2b.zip |
Tried to remove all duplicates (in default NPCs)
( hope nothing is broken ;) )
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8581 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/seals')
-rw-r--r-- | npc/quests/seals/brisingamen_seal.txt | 5 | ||||
-rw-r--r-- | npc/quests/seals/god_weapon_creation.txt | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/npc/quests/seals/brisingamen_seal.txt b/npc/quests/seals/brisingamen_seal.txt index 0c425e9a7..39671cccc 100644 --- a/npc/quests/seals/brisingamen_seal.txt +++ b/npc/quests/seals/brisingamen_seal.txt @@ -3,13 +3,14 @@ //===== By: ==================================================
//= SinSloth
//===== Current Version: =====================================
-//= 1.0
+//= 1.0a
//===== Compatible With: =====================================
//= eAthena
//===== Description: =========================================
//= Quest for breaking the seal of Brisingamen.
//===== Additional Comments: =================================
// 1.0 First version. Thanks to SinSloth for scripting it. [MasterOfMuppets]
+// 1.0a Removed duplicates [Toms]
//============================================================
prt_fild08.gat,175,374,3 script Bard#brising 51,{
@@ -2999,7 +3000,7 @@ prt_castle.gat,80,52,0 script Personnel Record#hiddenbook1 111,{ //-----------librarian----------------------------------------------------------
-prt_castle.gat,84,51,5 script Librarian 105,{
+prt_castle.gat,84,51,5 script Librarian#2 105,{
if($God2 < 50)
{
diff --git a/npc/quests/seals/god_weapon_creation.txt b/npc/quests/seals/god_weapon_creation.txt index 3ebfe6e94..aabf1a86d 100644 --- a/npc/quests/seals/god_weapon_creation.txt +++ b/npc/quests/seals/god_weapon_creation.txt @@ -306,7 +306,7 @@ gld_dun01.gat,28,85,0 script Grunburti 826,{ }
}
-gld_dun02.gat,85,84,0 script Grunburti 826,{
+gld_dun02.gat,85,84,0 script Grunburti#2 826,{
mes "[Dwarf Grunburti]";
mes "Hmmhah! What brought you here, human!";
@@ -600,7 +600,7 @@ gld_dun02.gat,85,84,0 script Grunburti 826,{ }
}
-gld_dun03.gat,92,105,0 script Grunburti 826,{
+gld_dun03.gat,92,105,0 script Grunburti#3 826,{
mes "[Dwarf Grunburti]";
mes "Hmmhah! What brought you here, human!";
@@ -894,7 +894,7 @@ gld_dun03.gat,92,105,0 script Grunburti 826,{ }
}
-gld_dun04.gat,268,230,0 script Grunburti 826,{
+gld_dun04.gat,268,230,0 script Grunburti#4 826,{
mes "[Dwarf Grunburti]";
mes "Hmmhah! What brought you here, human!";
|