diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-14 08:52:26 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-14 08:52:26 +0000 |
commit | 05d4994f778d252377bcabc7de9103d502fe64c7 (patch) | |
tree | 16404f0cdeac4174aceabce9a7812582abe12e7f /npc/quests/gunslinger_quests.txt | |
parent | 554942bb8205a0b2b3f136242c6824b3d7285c0e (diff) | |
download | hercules-05d4994f778d252377bcabc7de9103d502fe64c7.tar.gz hercules-05d4994f778d252377bcabc7de9103d502fe64c7.tar.bz2 hercules-05d4994f778d252377bcabc7de9103d502fe64c7.tar.xz hercules-05d4994f778d252377bcabc7de9103d502fe64c7.zip |
* Moved the Gunslinger quest NPCs to gunslinger_quests.txt
- put erKURITA's version of the Garrison quest into another file since I already added a complete version, use it if you like it more
- also gave the NPCs their official names
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8267 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/gunslinger_quests.txt')
-rw-r--r-- | npc/quests/gunslinger_quests.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/npc/quests/gunslinger_quests.txt b/npc/quests/gunslinger_quests.txt index 7fbcc4ada..b4f937fca 100644 --- a/npc/quests/gunslinger_quests.txt +++ b/npc/quests/gunslinger_quests.txt @@ -165,4 +165,26 @@ L_Already: mes "So how do you like";
mes "my gun?";
close;
+}
+
+// NPC locations, working on implementing them
+
+que_ng.gat,187,149,3 script Kenny 83,{
+ end;
+}
+
+que_ng.gat,187,156,3 script Tony 86,{
+ end;
+}
+
+que_ng.gat,187,163,3 script Ingrid 744,{
+ end;
+}
+
+que_ng.gat,185,180,3 script Vanessa 726,{
+ end;
+}
+
+que_ng.gat,149,178,5 script N.A 744,{
+ end;
}
\ No newline at end of file |