diff options
author | eaac <eaac@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-13 01:35:50 +0000 |
---|---|---|
committer | eaac <eaac@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-13 01:35:50 +0000 |
commit | 9adc8abaa6ce3d5535b419fc2588a54d9755fe82 (patch) | |
tree | 63d0734e748d8f08d533b39e4d8b5525feb3fc00 /npc/cities/lighthalzen.txt | |
parent | 3cf706a09c00cf3ceee18a1a26446e3edafdbbec (diff) | |
download | hercules-9adc8abaa6ce3d5535b419fc2588a54d9755fe82.tar.gz hercules-9adc8abaa6ce3d5535b419fc2588a54d9755fe82.tar.bz2 hercules-9adc8abaa6ce3d5535b419fc2588a54d9755fe82.tar.xz hercules-9adc8abaa6ce3d5535b419fc2588a54d9755fe82.zip |
- Added up the locations but temporal names of Poring track npcs. Will be worked
on over time. [erKURITA]
- Fitted the many lines into 1 or 2, and corrected some typos on most of
the npc\guides. Visual update to the guards, for short. [erKURITA]
- Added some info to the docs.[erKURITA]
- Added "case" npcs of lighthalzen, they're the first on npc/cities/? Mostly guards. [erKURITA]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6025 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities/lighthalzen.txt')
-rw-r--r-- | npc/cities/lighthalzen.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/npc/cities/lighthalzen.txt b/npc/cities/lighthalzen.txt new file mode 100644 index 000000000..8f6e1713f --- /dev/null +++ b/npc/cities/lighthalzen.txt @@ -0,0 +1,16 @@ +//===== eAthena Script =======================================
+//= Lighthalzen City
+//===== By: ==================================================
+//= erKURITA
+//===== Current Version: =====================================
+//= 0.1
+//===== Compatible With: =====================================
+//= eAthena 1.0
+//===== Description: =========================================
+//= Lighthalzen NPCs (Temporal names for now) [erKURITA]
+//===== Additional Comments: =================================
+//= Placed temporal names, why there weren't on the SVN before? [erKURITA]
+//============================================================
+
+lighthalzen.gat,154,100,5 script Lighthalzen Guard#1 852,{end;}
+lighthalzen.gat,207,310,5 script Lighthalzen Guard#2 852,{end;}
\ No newline at end of file |