diff options
author | MasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-15 15:02:11 +0000 |
---|---|---|
committer | MasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-15 15:02:11 +0000 |
commit | 9f47bcdf0b4aa137925a4481ba3c19188e354424 (patch) | |
tree | 11f34ae66b5dbd02bc2a0340da83b7a900c7e4f6 | |
parent | c62fd3775962505b5b48c5214d44e56721904ec3 (diff) | |
download | hercules-9f47bcdf0b4aa137925a4481ba3c19188e354424.tar.gz hercules-9f47bcdf0b4aa137925a4481ba3c19188e354424.tar.bz2 hercules-9f47bcdf0b4aa137925a4481ba3c19188e354424.tar.xz hercules-9f47bcdf0b4aa137925a4481ba3c19188e354424.zip |
Implemented Musashiden's Lighthalzen NPCs.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6078 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/cities/lighthalzen.txt | 97 |
2 files changed, 98 insertions, 0 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 233818064..77f475388 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -28,6 +28,7 @@ Nexon Date Added
======
04/15
+ * Implemented Musashiden's Lighthalzen npcs [MasterOfMuppets]
* Fixed Archer Village Guide bugs, thanks to NeatElves 4 pointing the bug [Lupus]
* Modified the Cloth Dyer so that he refuses to dye your clothes [Playtester]
* Added weight checks to merchants/refine.txt thanks to Neouni [Playtester]
diff --git a/npc/cities/lighthalzen.txt b/npc/cities/lighthalzen.txt index 79c699f52..cd77b388d 100644 --- a/npc/cities/lighthalzen.txt +++ b/npc/cities/lighthalzen.txt @@ -12,11 +12,108 @@ //= 0.1 Placed temporal names, why there weren't on the SVN before? [erKURITA]
//= 0.2 Implemented some crap NPCs [MasterOfMuppets]
//= 0.3 Another load of NPCs. Scripted by Kargha [MasterOfMuppets]
+//= 0.4 More Town NPCs. [Musashiden]
//============================================================
lighthalzen.gat,154,100,5 script Lighthalzen Guard#1 852,{end;}
lighthalzen.gat,207,310,5 script Lighthalzen Guard#2 852,{end;}
+lighthalzen.gat,115,159,5 script Collins 866,{
+
+ mes "[Collins]";
+ mes "I really wish that my";
+ mes "son will be able to join";
+ mes "the Rekenber Corporation.";
+ mes "They certainly provide the";
+ mes "best jobs in Lighthalzen.";
+ next;
+ mes "[Collins]";
+ mes "Although they're a large,";
+ mes "major corporation, it's";
+ mes "almost impossible to get";
+ mes "emplyed by them. How";
+ mes "do people get hired there";
+ mes "in the first place anyway?";
+ close;
+
+}
+
+
+
+lighthalzen.gat,77,157,5 script Villagomez 866,{
+
+ mes "[Mauro]";
+ mes "I just step out to get";
+ mes "a haircut and now i'm";
+ mes "lost. Boy oh boy, I hope";
+ mes "i don't keep my family";
+ mes "waiting. *Sigh...*";
+ close;
+
+}
+
+
+lighthalzen.gat,125,68,5 script Kemp 97,{
+
+ mes "[Kemp]";
+ mes "Have you ever seen the";
+ mes "people who work in that big";
+ mes "corporation over there? I think";
+ mes "their employees are all a bit";
+ mes "off kilter for some reason.";
+ next;
+ mes "[Kemp]";
+ mes "I haven't been there";
+ mes "myself, but something";
+ mes "strange is happening with";
+ mes "all the people who work there.";
+ close;
+
+}
+
+
+lighthalzen.gat,138,50,5 script Mauro 847,{
+
+ mes "[Mauro]";
+ mes "The youth in this city";
+ mes "have no appreciation for";
+ mes "their elders. i've worked";
+ mes "so hard to help build this";
+ mes "city for so many years and";
+ mes "this is the thanks i get?";
+ next;
+ mes "[Mauro]";
+ mes "Bah! If it weren't for";
+ mes "us, Lighthalzen wouldn't";
+ mes "be as prosperous as it is";
+ mes "today! Those kids don't";
+ mes "know that they owe their";
+ mes "lives of luxury to us...";
+ close;
+
+}
+
+
+lighthalzen.gat,132,103,5 script Sefith 734,{
+
+ mes "[Sefith]";
+ mes "Good looks. Intelligence.";
+ mes "Excellent manners. A strong,";
+ mes "manly chin and overpowering,";
+ mes "piercing eyes. Perfectly balanced";
+ mes "passion and charisma. All the";
+ mes "good things that ladies want.";
+ next;
+ mes "[Sefith]";
+ mes "But Enough about me. Let's";
+ mes "discuss how sorry i should";
+ mes "feel for any other man living";
+ mes "in Lighthalzen. They don't hold";
+ mes "a candle to my studliness~";
+ close;
+
+}
+
lighthalzen.gat,239,64,5 script Jade 862,{
mes "[Jade]";
|