diff options
author | eaac <eaac@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-27 00:50:05 +0000 |
---|---|---|
committer | eaac <eaac@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-27 00:50:05 +0000 |
commit | 2651b01417f5c6d009e2d700e80854cb93639506 (patch) | |
tree | 9e0c2516acf7db9550e45ee9feac7e6844a1e8b2 /npc/cities/rachel.txt | |
parent | 4dbc4e3a2dd8fcb9c6d8a09b3038040024f0d07f (diff) | |
download | hercules-2651b01417f5c6d009e2d700e80854cb93639506.tar.gz hercules-2651b01417f5c6d009e2d700e80854cb93639506.tar.bz2 hercules-2651b01417f5c6d009e2d700e80854cb93639506.tar.xz hercules-2651b01417f5c6d009e2d700e80854cb93639506.zip |
* Added Rachel NPCs:
~ Added Official warps of Rachel. About 50% of them. Will get the rest soon. [erKURITA]
~ Added the Tool/Armor/Weapon dealer, aswell as a Vegetable Gardener. [erKURITA]
~ Added the guards + guide locations. Also added the Zondaman location. [erKURITA]
~ Added Rachel Inn npc. [erKURITA]
\- Special thanks to RockmanEXE for all the info above.
* eAAC update to the vending machine, disguiser and quest warper. [erKURITA]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7349 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities/rachel.txt')
-rw-r--r-- | npc/cities/rachel.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/npc/cities/rachel.txt b/npc/cities/rachel.txt new file mode 100644 index 000000000..2367db09c --- /dev/null +++ b/npc/cities/rachel.txt @@ -0,0 +1,23 @@ +//===== eAthena script =======================================
+//= Rachel Town script
+//===== By: ==================================================
+//= erKURITA & RockmanEXE
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= Any eAthena Version; RO Episode XX
+//===== Description: =========================================
+//= Rachel Town Npcs
+//============================================================
+//===== Additional Comments: =================================
+//= 1.0 Temporal NPC Locations. Will add 2 of these npc's
+//= true script. Special thanks to RockmanEXE. [erKURITA]
+//============================================================
+
+rachel.gat,109,138,4 script Zondaman#Rachel 874,{end;}
+
+rachel.gat,138,146,5 script Guide#Rachel 934,{end;}
+ra_fild12.gat,45,231,2 script Guard#Field1 934,{end;}
+rachel.gat,268,120,2 script Guard#Field3 934,{end;}
+rachel.gat,31,130,2 script Guard#Field4 934,{end;}
+rachel.gat,125,33,5 script Guard#Field5 934,{end;}
|