Browse Source

updated Lighthalzen, merged some files, added new NPC

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10247 54d463be-8e91-2dee-dedb-b68131a5f0ec
Lupus 18 years ago
parent
commit
d8ad119135

+ 3 - 0
npc/Changelog.txt

@@ -1,6 +1,9 @@
 Date		Added
 ======
 2007/04/13
+2007/04/13
+	* Added new Lighthalzen NPCs by $ephiroth and merged other NPCs
+	  from npc\other\lighthalzen_???.txt [Lupus]
 	* Updated Kiel Hyre quest warps [Playtester]
 	* Added Veins field spawns thanks to $ephiroth [Playtester]
 	* Added Kiel Hyre quest thanks to L0ne_W0lf [Playtester]

+ 986 - 2
npc/cities/lighthalzen.txt

@@ -1,9 +1,9 @@
 //===== eAthena Script ======================================= 
 //= Lighthalzen City
 //===== By: ================================================== 
-//=  erKURITA
+//=  erKURITA, Au{R}oN (Translated by Alan), $ephiroth
 //===== Current Version: ===================================== 
-//= 1.0b
+//= 1.1
 //===== Compatible With: ===================================== 
 //= eAthena 1.0
 //===== Description: ========================================= 
@@ -21,6 +21,8 @@
 //= 1.0 Added a missing feature to the donation NPC [MasterOfMuppets]
 //= 1.0a added constants to emotions, minor optimization [Lupus]
 //= 1.0b npcid fix [KarLaeda]
+//= 1.1 Added new NPC by $ephiroth and merged other NPCs
+//=	from npc\other\lighthalzen_???.txt [Lupus]
 //=============================================================
 
 lighthalzen,198,285,5	script	Jiwon	862,{
@@ -2056,3 +2058,985 @@ lhz_in01,25,141,4	script	Regenschirm Guard	868,{
 	end;
 
 }
+
+
+// Lighthalzen Bank Area ------------------------------------------------------
+
+lhz_in02,34,41,7	script	Arthur	849,{
+
+	mes "[Arthur]";
+	mes "The chairs here are";
+	mes "so not ergonomic. And";
+	mes "they're uncomfortable too!";
+	mes "But it's sooo cool inside this";
+	mes "bank and I just wanted to get";
+	mes "get away from all this heat...";
+	close;
+}
+
+lhz_in02,28,39,3	script	Helen	703,{
+
+	mes "[Helen]";
+	mes "You know, maybe when";
+	mes "I grow up, i'll be a bank";
+	mes "clerk. That sounds like a";
+	mes "really nice job, don't you";
+	mes "think? It's laid back and posh...";
+	close;
+}
+
+lhz_in02,31,34,3	script	Tadem	847,{
+
+	mes "[Tadem]";
+	mes "I do so enjoy the";
+	mes "architectural structure";
+	mes "of this bank. It's quite";
+	mes "artistic with both classical";
+	mes "and modern elements. Would";
+	mes "you not agree? Fascinating";
+	close;
+}
+
+lhz_in02,31,33,3	script	Gracie	863,{
+
+	mes "[Gracie]";
+	mes "Oh, it's so comfortable";
+	mes "in there~Though, why are";
+	mes "we inside the bank when";
+	mes "the bank services aren't even";
+	mes "working? Yes, we're standing,";
+	mes "but we're doing it in comfort";
+	next;
+	mes "[Gracie]";
+	mes "In fact, it's so";
+	mes "comfortable here,";
+	mes "I think I'll refuse to leave.";
+	mes "Though, I'm willing to change";
+	mes "my mind if you can find a place";
+	mes "that's even more comfortable.";
+	close;
+}
+
+lhz_in02,34,22,8	script	Bank Clerk::1_st	755,{
+
+	mes "[Bank Clerk]";
+	mes "Due to some critical system";
+	mes "errors, all of the bank services";
+	mes "have been temporarily stopped.";
+	mes "We apologize for any inconvenience.";
+	mes "and appreciate your understanding.";
+	close;
+}
+lhz_in02,21,25,9	duplicate(1_st)	Bank Clerk::2_nd	86
+lhz_in02,21,38,9	duplicate(1_st)	Bank Clerk::3_th	86
+
+
+// Lightalzen Prison Area -------------------------------------------------------------
+
+lhz_in02,145,179,7	script	Togii::d1	849,{
+
+	mes "[Togii]";
+	mes "Ooo yeah";
+	mes "Goeas down smooth.";
+	mes "Morroc whiskey's the best!";
+	mes "*Hiccup*Whoam, this stuff";
+	mes "really works fast! Heh heh~";
+	close;
+}
+
+lhz_in02,157,198,8	script	Healthy Looking Guy	85,{
+
+	mes "[Healthy Looking Guy]";
+	mes "Grrrrr! Leave me alone!";
+	mes "How many times do I have";
+	mes "to keep telling you? I've never";
+	mes "hoarded item upgrade materials!";
+	mes "I swear that i'm innocent!";
+	close;
+}
+
+lhz_in02,155,201,7	script	Hinkley::d2	870,{
+
+	mes "[Hinkley]";
+	mes "Meh heh heh...";
+	mes "*Hiccup* Believe";
+	mes "it or notsh, I'm...";
+	mes "walkin on a...Air....";
+	mes "Nevah thought I could";
+	mes "b-be sho freee-eeee-eee~";
+	next;
+	mes "[Hinkley]";
+	mes "This guy";
+	mes "Is completely";
+	mes "hammered out";
+	mes "of his mind!";
+	close;
+}
+
+lhz_in02,153,206,6	script	Milette::d3	853,{
+
+	mes "[Milette]";
+	mes "Let me go!";
+	mes "Let me GO!!!";
+	mes "LET ME GO!!!";
+	mes "I didn't do nuthin'";
+	mes "wrong! I'm innocent!";
+	mes "*Hic-Hic-Hiccup...*";
+	next;
+	mes "[Milette]";
+	mes "What's wrong with";
+	mes "drinking and singing";
+	mes "in the street, huh?";
+	mes "Is it a crime to have";
+	mes " a beautiful tenor vice?!";
+	mes "Get me outta this joint!";
+	close;
+}
+
+lhz_in02,147,222,4	script	Officer Guo::off_guo	85,{
+
+	mes "[Officer Guo]";
+	mes "Tell me...!";
+	mes "TELL ME...!!";
+	mes "Admit you did it!!!";
+	next;
+	mes "[Suspect]";
+	mes "Damn it!";
+	mes "I keep telling";
+	mes "you I'm not a guilty!";
+	next;
+	mes "[Officer Guo]";
+	mes "*Sigh...*";
+	next;
+	mes "[Suspect]";
+	mes "You are wasting your";
+	mes "time. Just let me go.";
+	next;
+	mes "[Officer Guo]";
+	mes "So...";
+	mes "How's your mother?";
+	next;
+	mes "[Suspect]";
+	mes "That's none of";
+	mes "your business!";
+	mes "She's fine, i guess.";
+	next;
+	mes "[Officer Guo]";
+	mes "When was the last";
+	mes "time you've seen her?";
+	next;
+	mes "[Suspect]";
+	mes "I just told you,";
+	mes "that's none of";
+	mes "your business....!";
+	next;
+	mes "[Officer Guo]";
+	mes "You know, mothers";
+	mes "throughout the animal";
+	mes "kingdom instinctively";
+	mes "care for their young.";
+	mes "Humans are no exception.";
+	mes "Yours must be worreid to death";
+	next;
+	mes "[Suspect]";
+	mes "...";
+	mes "Man...";
+	mes "You're starting";
+	mes "to weird me out.";
+	next;
+	mes "[Officer Guo]";
+	mes "Funny yhing about humans,";
+	mes "though. It seems to be their";
+	mes "nature to lie, even when they";
+	mes "know they'll be caught. But";
+	mes "like all animals, they";
+	mes "instinctively fear pain...";
+	next;
+	mes "[Suspect]";
+	mes "N-no,no...";
+	mes "You gotta be...";
+	mes "You're bluffing.";
+	mes "Right?";
+	next;
+	mes "[Officer Guo]";
+	mes "NO.";
+	mes "You're bluffing.";
+	mes "Tell me...";
+	mes "TELL ME...!!!";
+	mes "Admit you did it!!";
+	close;
+}
+
+lhz_in02,142,221,8	duplicate(off_guo)	Suspect::susp_guo	870
+
+
+// Auction ----------------------------------------------------------------------- 
+
+lighthalzen,205,169,4	script	Auction Guide	833,{
+
+	mes "[Auction Guide]";
+	mes "Trying to go to the acution";
+	next;
+	menu "Yes.",-,"No.",M_NO;
+
+	mes "[Auction Guide]";
+	mes "Have a good trip~";
+	close2;
+	warp "auction_02",43,24;
+	end;
+
+M_NO:
+	mes "[Auction Guide]";
+	MES "Come visit next time.";
+	close;
+}
+
+auction_02,31,46,9	script	Auction Supervisor::as1	874,{
+
+	mes "[Auctioner]";
+	mes "Welcome.";
+	mes "Is there an item that you're";
+	mes "looking for...?";
+	next;
+	menu "Yes.",-,"No.",M_NO;
+
+	//NEED TO ADD THE COMMAND FOR OPEN AUCTION WINDOW!!
+	mes "Sorry, but at the moment the auction system is in development";//CUSTOM MSG!!
+	close;
+
+M_NO:
+	mes "[Auctioner]";
+	mes "Okay then..";
+	close;
+}
+auction_02,43,65,2	duplicate(as1)	Auction Supervisor::asd1	874
+auction_02,56,46,2	duplicate(as1)	Auction Supervisor::asd2	874
+//move this warp to warps
+auction_02,43,17,0	warp	auc_light01	1,1,lighthalzen,209,169
+
+
+// New ----------------------------------------------------------------------- 
+
+lhz_in01,14,28,3	script	Banquet Staff	109,{
+
+mes "[Banquet Staff]";
+mes "This Banquet Hall is used";
+mes "to hold events such as dinner";
+mes "parties with partners, clients";
+mes "and other associates, and press";
+mes "conferences. Of course, there's";
+mes "nothing going on right now.";
+next;
+mes "[Banquet Staff]";
+mes "Sometimes peace and quiet";
+mes "is a welcome change of pace,";
+mes "but right now I'm feeling quite";
+mes "bored. I think I would rather";
+mes "be busy than twiddling my";
+mes "thumbs, to tell the truth.";
+close;
+}
+
+// ---------------------------------------------------------------------------
+
+lhz_in01,43,52,3	script	Luccet#party	703,{
+
+mes "[Luccet]";
+mes "Shhhh! Hey, my brother's";
+mes "'it,' so I gotta find a place";
+mes "to hide! Wait, would you just";
+mes "stand really silly? I could";
+mes "just hide behind you! No?";
+mes "Nuts! Olly olly oxen free!";
+close;
+}
+
+// ---------------------------------------------------------------------------
+
+lhz_in01,28,33,7	script	Hanccet#party	706,{
+
+mes "[Hanccet]";
+mes "Man... I hate being ''it!";
+mes "I'm horrible at this game!";
+mes "Alright, okay, if I were my";
+mes "sister Luccet, where would";
+mes "I think I would not look for";
+mes "me? Of course...! The sewers!";
+close;
+}
+
+// ---------------------------------------------------------------------------
+
+lhz_in01,21,50,6	script	Annette#party	91,{
+
+mes "[Annette]";
+mes "I've heard that the";
+mes "Rekenber Banquet Hall";
+mes "is also used to hold weddings.";
+mes "That must be so wonderful~";
+next;
+mes "[Annette]";
+mes "Even if it is more expensive,";
+mes "I'd want to have my wedding";
+mes "here. Marriage is only once";
+mes "in a lifetime, ideally, so I'd";
+mes "want to make mine the most";
+mes "memorable experience.";
+close;
+}
+
+// ---------------------------------------------------------------------------
+
+lhz_in01,129,54,1	script	Mereth	869,{
+
+mes "^3131ff*Shhhhhhzzzz*";
+mes "*Shhhhhhzzzz*";
+next;
+mes "[Mereth]";
+mes "Shhhh...";
+mes "Aaaaaahhh...";
+next;
+mes "^3131ffThe employee turned his";
+mes "head and peered into your eyes";
+mes "through the black mask on his face.";
+mes "Mereth stared wordlessly for a moment";
+mes "and then began to dance lively, creepily jovial jig.";
+close;
+}
+
+// ---------------------------------------------------------------------------
+
+lhz_in01,108,53,0	script	#horri	111,{
+
+mes "^3131ffThis is simply a pile";
+mes "of files, a smattering of";
+mes "books and a family portrait.";
+close;
+}
+
+// ---------------------------------------------------------------------------
+
+lhz_in01,108,47,0	script	#never	111,{
+
+mes "^3131ffThis desk is very well";
+mes "neat and well organized in";
+mes "comparison to the other desks";
+mes "you've seen in your time.";
+mes "You take a moment to fully";
+mes "marvel at its tidiness.";
+close;
+}
+
+// ---------------------------------------------------------------------------
+
+lhz_in01,166,56,1	script	#crazy4u	111,{
+
+mes "^3131ffThis desk has a bookshelf";
+mes "that is crammed with all sorts of books.";
+mes "Out of curiosity, you decide to pick one out.";
+next;
+mes "^3131ffHowever, the book you happen";
+mes "to touch contains an";
+mes "amazing amount of dark";
+mes "power, causing you to drop it.";
+misceffect 196;
+close;
+}
+
+// ---------------------------------------------------------------------------
+
+lhz_in01,148,45,2	script	Noama	97,{
+
+mes "[Noama]";
+mes "Hee hee~!";
+mes "You wanna hear something funny?";
+mes "I heard there's a bar in Prontera where this guy sneaks singles into Jawa--";
+next;
+mes "[Mazwon]";
+mes "Noama....!";
+mes "These machines are acting up again!";
+mes "Get over here right now!";
+next;
+mes "[Noama]";
+mes "What?!";
+mes "Stop bugging me, I didn't do anything!";
+close;
+}
+
+// --------------------------------------------------------------------------
+
+lhz_in01,147,40,0	script	Mazwon	828,{
+
+mes "[Mazwon]";
+mes "Crap. Crap! Crap crap crap crap crap!";
+mes "These desk machines aren't supposed to work like this!";
+next;
+mes "[Mazwon]";
+mes "Noama...!";
+mes "These machines are acting up again!";
+mes "Get over here right now!";
+next;
+mes "[Noama]";
+mes "What?!";
+mes "Stop bugging me, I didn't do anything!";
+close;
+}
+
+// ---------------------------------------------------------------------------
+
+lhz_in01,157,47,1	script	Mareth	797,{
+
+mes "[Mareth]";
+mes "Yoo hoo hoo~";
+mes "Oh, how I love";
+mes "love love chocolate!";
+close;
+}
+
+// ---------------------------------------------------------------------------
+
+lhz_in01,164,45,2	script	Eiya	91,{
+
+mes "[Eiya]";
+mes "Jorje seems so cranky";
+mes "recently. He's usually";
+mes "more laid back than this.";
+mes "Oh well, I hope that he";
+mes "feels better.";
+next;
+mes "[Eiya]";
+mes "Ooh, would you like?";
+mes "to look at my miniature";
+mes "doll collection? I love";
+mes "collecting cute dolls!";
+close;
+}
+
+// ---------------------------------------------------------------------------
+
+lhz_in01,135,57,3	script	Blackboard#l	111,{
+
+mes "^3131ffYou found a blackboard filled with scribbling.";
+mes "You can only read some of the messages that have been quickly scrawled on it.^000000";
+next;
+mes "''Make sure everything is complete by XX 00.''";
+mes "- Jorje";
+next;
+mes "Late Fee: 59,990 zeny";
+next;
+mes "''I want to have %%%.''";
+mes "- Ellete";
+mes "''I want $$$ too!''";
+mes "- Enoz";
+mes "''How about @@@?''";
+mes "- Ellette";
+next;
+mes "''I wanna buy [#@$].''";
+mes "- Ninjose";
+mes "''Go buy it!''";
+mes "- Senyu";
+mes "''Working hard and buying hard is the best employee attitude.''";
+mes "- Mazwon";
+close;
+}
+
+// ---------------------------------------------------------------------------
+
+lhz_in03,100,18,3	script	Rocky#house	81,{
+
+mes "[Rocky]";
+mes "Woof woof!";
+mes "Grrrrrrr...";
+close;
+}
+
+// ---------------------------------------------------------------------------
+
+lhz_in03,130,41,5	script	Jay#house	706,{
+
+mes "[Jay]";
+mes "My mommy and daddy";
+mes "always come home late.";
+mes "So I eat dinner alone.";
+mes "All by myself. Everyday.";
+next;
+mes "[Jay]";
+mes "Food doesn't taste as";
+mes "good when you're not";
+mes "eating with anybody.";
+mes "Maybe I'm just lonely.";
+close;
+}
+
+// --------------------------------------------------------------------------
+
+lhz_in03,129,22,7	script	Housemaid Jane#house	850,{
+
+mes "[Housemaid Jane]";
+mes "This house is enormous...";
+mes "It's clearly much too big";
+mes "for a regularly sized family.";
+mes "And it takes me forever to";
+mes "make sure that it stays clean!";
+next;
+mes "[Housemaid Jane]";
+mes "It's not easy keeping";
+mes "things neat and tidy when";
+mes "you're responsible for acres";
+mes "of indoor living space. Being";
+mes "a maid can be pretty hard...";
+close;
+}
+
+// ---------------------------------------------------------------------------
+
+lhz_in03,124,117,2	script	Housemaid Brenda#house	74,{
+
+mes "[Housemaid Brenda]";
+mes "I better dust extra";
+mes "gently around this vase.";
+mes "It's worth ten million zeny";
+mes "and if it were to-- No. No!";
+mes "I'm not even going to think it!";
+close;
+}
+
+// ---------------------------------------------------------------------------
+
+lighthalzen,159,222,1	script	Rekenber Employee	109,{
+
+mes "[Benauth]";
+mes "Down there, the repairman";
+mes "is just finishing manteinance";
+mes "on our chairman's private";
+mes "Airship. Can you imagine";
+mes "having one of those of your";
+mes "very own to fly around in?";
+next;
+mes "[Benauth]";
+mes "Yeah, the chairman of";
+mes "the Rekenber Corporation...";
+mes "He's really powerful person.";
+mes "It's almost scary what he can";
+mes "do with his money, you know?";
+close;
+}
+
+// --------------------------------------------------------------------------
+
+lighthalzen,162,304,7	script	Rekenber Guard Drew	868,{
+
+mes "[Rekenber Guard Drew]";
+mes "Dude, check it out~";
+mes "Official glossy photos";
+mes "of the Kafra Ladies. Now...";
+mes "With 20% more garter belts!";
+emotion 23;
+next;
+mes "[Rekenber Guard Tan]";
+mes "So they're all wearing";
+mes "garter belts in these?";
+mes "Whoa, that means they";
+mes "event got the glasses chick";
+mes "to wear 'em too? That's the";
+mes "best news I've heard all day!";
+next;
+mes "[Rekenber Guard Drew]";
+mes "Okay man, you know these";
+mes "are limited edition collector's";
+mes "items, so each one is worth";
+mes "300,000 zeny. I mean, I have";
+mes "an extra set, but I don't know";
+mes "if you'd wanna buy them off--";
+next;
+emotion 23;
+mes "[Rekenber Guard Tan]";
+mes "I'll take them all.";
+mes "Wait, all of them except";
+mes "for that young kid. Just the";
+mes "idea of having her glamour";
+mes "photo around strikes me as...";
+mes "Yeah. Yeah, it's no good.";
+emotion 2;
+close;
+}
+
+// --------------------------------------------------------------------------
+
+lighthalzen,163,306,3	script	Rekenber Guard Tan	867,{
+
+mes "[Rekenber Guard Tan]";
+mes "Whoa, whoa. Now this...";
+mes "This is art. The lighting,";
+mes "the angle, the... the...";
+mes "subject matter. Oh yes.";
+next;
+mes "[Rekenber Guard Drew]";
+mes "Man, these officialy licensed";
+mes "Kafra Lady glossies... They're";
+mes "worth every zeny we paid. Say";
+mes "goodbye Swimsuit Calendar,";
+mes "and hellooooo Kafra Leilah~";
+next;
+mes "[Rekenber Guard Tan]";
+mes "Leilah? Oh, you mean";
+mes "the glasses chick? Dude...";
+mes "Dude. She's my favourite too!";
+close;
+}
+
+// --------------------------------------------------------------------------
+
+lighthalzen,70,227,4	script	Delna	102,{
+
+mes "[Delna]";
+mes "Sometimes the simple";
+mes "pleasures can give you";
+mes "the most happiness. For me";
+mes "going outside and basking in";
+mes "the sun os the greatest thing~";
+next;
+mes "[Delna]";
+mes "Yes, sunbathing in a quiet";
+mes "and relaxing place can be";
+mes "so refreshing. And if you're";
+mes "careful about not getting a";
+mes "sunborn or a tan, a little sun";
+mes "can be really good for you.";
+close;
+}
+
+// --------------------------------------------------------------------------
+
+lhz_in02,289,277,3	script	Martial Artist#l	753,{
+
+mes "[Martial Artist]";
+mes "Curses...";
+mes "I've come to the";
+mes "wrong place to seek";
+mes "out a challenge. No";
+mes "one here is really all";
+mes "that mightly or competitive!";
+next;
+mes "[Martial Artist]";
+mes "This whole city thinks";
+mes "it can buy power and safety";
+mes "wih money. They don't know";
+mes "the value of a nice, friendly";
+mes "brawl. Hopefully, I'll find a";
+mes "rival around here soon...";
+close;
+}
+
+// --------------------------------------------------------------------------
+
+lighthalzen,107,107,3	script	Kosit	869,{
+
+mes "[Kosit]";
+mes "This city might have";
+mes "more guards and rules";
+mes "than other places, but";
+mes "I still don't know if it's";
+mes "really safe to live here.";
+next;
+mes "[Kosit]";
+mes "I mean, the reason we have";
+mes "these rules is because of all";
+mes "the unruly gangsters that can";
+mes "sometimes get into the city.";
+mes "I mean, it's relatively peaceful";
+mes "and all. But these rules...";
+next;
+mes "[Kosit]";
+mes "It's good to be safe,";
+mes "but I don't know if it's";
+mes "a good idea to sacrifice";
+mes "our freedoms or standard";
+mes "of living, you know?";
+close;
+}
+
+// --------------------------------------------------------------------------
+
+lhz_in03,32,99,3	script	Sopheap	863,{
+
+mes "[Sopheap]";
+mes "Oh, you youngsters.";
+mes "Always traveling around";
+mes "and having adventures and";
+mes "fighting monsters. I certainly";
+mes "had my fill of excitement back";
+mes "when I was your age, long ago.";
+next;
+mes "[Sopheap]";
+mes "Sure, I miss doing all";
+mes "of that, but now I'm content";
+mes "with just relaxing and resting.";
+mes "Still, there are a lot of old folk";
+mes "who refuse to sit still like this~";
+close;
+}
+
+// --------------------------------------------------------------------------
+
+lhz_in03,25,105,5	script	Gopal	869,{
+
+mes "[Gopal]";
+mes "Granny may be happy";
+mes "just sitting around and";
+mes "enjoying the peaceful life,";
+mes "but I'm not! I'm too young";
+mes "to just lay down and let";
+mes "these days just pass by!";
+next;
+mes "[Gopal]";
+mes "I wanna make something";
+mes "of myself. Maybe someday,";
+mes "I'll found a company as big";
+mes "as the Rekenber Corporation!";
+close;
+}
+
+// --------------------------------------------------------------------------
+
+lighthalzen,176,65,5	script	Kimmy	862,{
+
+mes "[Kimmy]";
+mes "Unlike most places,";
+mes "Lighthalzen has many";
+mes "beautiful clothing and";
+mes "accessory shops. This";
+mes "place is heaven to a";
+mes "trendsetter like me~!";
+next;
+mes "[Kimmy]";
+mes "I don't know if you";
+mes "adventurers are interested";
+mes "in fashion, but you can thrash";
+mes "your old clothes and get some";
+mes "new, unique and trendy gear";
+mes "over here in Lighthalzen~";
+close;
+}
+
+// --------------------------------------------------------------------------
+
+lighthalzen,364,282,3	script	Bodger	870,{
+
+mes "[Bodger]";
+mes "Another hungry day...";
+mes "and even if I did, there's";
+mes "no place that sells food";
+mes "I'd actually eat. Oh, man.";
+mes "I'm barely living as it is.";
+next;
+mes "[Bodger]";
+mes "I hear that the people";
+mes "who live Uptown eat totally";
+mes "delicious, gourmet food eight";
+mes "times a day! Hopefully it's just";
+mes "an exaggeration. 'Cuz if it";
+mes "wasn't, I'd be so mad...";
+close;
+}
+
+// --------------------------------------------------------------------------
+
+lhz_in03,239,38,3	script	Avetis	849,{
+
+mes "[Avetis]";
+mes "A-ack...";
+mes "*Cough cough*";
+mes "Would you give me";
+mes "some m-medicine?!";
+mes "*Cough cough haaack*";
+mes "Sweet Christmas, it hurts...";
+next;
+mes "[Avetis]";
+mes "I sk-skipped work";
+mes "because I've been too";
+mes "sick t-to go. *Cough*";
+mes "But now I don't have";
+mes "the money to *Haack*";
+mes "buy med-medicine...";
+close;
+}
+
+// --------------------------------------------------------------------------
+
+lhz_in02,267,25,4	script	Diana	747,{
+
+mes "[Diana]";
+mes "Oh wow, that weapon";
+mes "is fantastic! But I'm sure";
+mes "that it must be really";
+mes "expensive. Huh...";
+next;
+mes "[Shop Assistant]";
+mes "Ma'am, are you talking";
+mes "about this Stilleto? You";
+mes "certainly have an eye for";
+mes "quality weapons. If you";
+mes "don't mind me asking,";
+mes "where are you from?";
+next;
+mes "[Diana]";
+mes "Oh, I was born";
+mes "and raised in Morroc.";
+next;
+mes "[Shop Assistant]";
+mes "Ah yes, I've heard many";
+mes "good things about that town.";
+mes "You've certainly proven that";
+mes "people from Morroc truly have";
+mes "good taste. Now, this Stilleto";
+mes "is a steal at 39,800 zeny...";
+next;
+emotion 23;
+mes "[Diana]";
+mes "Huh...?!";
+mes "That's ridiculous!";
+mes "Never mind that, let";
+mes "me take a look at that";
+mes "Gladius in the corner.";
+next;
+mes "[Shop Assistant]";
+mes "The Gladius?";
+mes "Ah, that would be";
+mes "39,800 zeny, ma'am.";
+next;
+mes "[Diana]";
+mes "Oh, that's a really";
+mes "good price. I'll take it!";
+next;
+mes "[Shop Assistant]";
+mes "Yes, this replica really";
+mes "does look just like an";
+mes "actual Gladius, does it";
+mes "not? Although not a true";
+mes "weapon, it's quite capable of";
+mes "opening the toughest envelopes.";
+next;
+mes "[Diana]";
+mes "...";
+mes "......";
+mes "I take that back.";
+mes "This shop really sucks.";
+close;
+}
+
+// ---------------------------------------------------------------------------
+
+lhz_in02,267,22,1	script	Shop Assistant	91,{
+
+mes "[Shop Assistant]";
+mes "Welcome to our";
+mes "store where we offer";
+mes "many unique products that";
+mes "you can't find anywhere else.";
+next;
+mes "[Shop Assistant]";
+mes "However, shopping is only available";
+mes "to our members. There's an annual";
+mes "membership fee that's waived when";
+mes "you spend a certain amount every";
+mes "month on our store. If you invite";
+mes "your friends, you'll receive spe--";
+next;
+mes "[" + strcharinfo(0) + "]";
+mes "N-no thank you!";
+mes "I'm not interested!";
+close;
+}
+
+// ---------------------------------------------------------------------------
+
+lighthalzen,192,63,4	script	Sergei	92,{
+
+mes "[Sergei]"; 
+mes "You know, there's an";
+mes "interesting story about";
+mes "the axe that's hanging";
+mes "over there. Would you";
+mes "like me to tell you?";
+next;
+menu "Sure",-,"No, thank's.",M_NO;
+
+Yes:
+mes "[Sergei]";
+mes "This previous owner of";
+mes "this Weapon Shop was";
+mes "a convicted serial killer.";
+mes "Each night, he'd take that";
+mes "axe and cruelly murder";
+mes "beautiful ladies like me.";
+next;
+mes "[Sergei]";
+mes "When he was finally";
+mes "caught, they beheaded";
+mes "him with his own axe.";
+mes "Since then, they say that";
+mes "his ghost still lingers and";
+mes "sharpens this axe at night.";
+next;
+mes "[Sergei]";
+mes "Just thinking about";
+mes "it gives me goosebumps!";
+mes "And I'm supposed to work";
+mes "here! It's so creepy!";
+close;
+
+M_NO:
+	mes "[Sergei]";
+	mes "Oh, how disappointing~";
+	mes "It's the perfect story for";
+	mes "the season. Well, now that";
+	mes "I think about it, that story is";
+	mes "actually pretty creepy...";
+	close;
+}
+
+// ---------------------------------------------------------------------------
+
+lighthalzen,258,223,3	script	Srinivas	866,{
+
+mes "[Srinivas]";
+mes "Those rundown buildings";
+mes "in the slums are an eyesore";
+mes "that offend the entire city!";
+mes "I just wish they would wreck";
+mes "them down. What do I care";
+mes "about the poor and needy?";
+close;
+}
+
+// --------------------------------------------------------------------------- 
+
+lighthalzen,77,203,3	script	Victor Perfecto	869,{
+
+mes "[Victor Perfecto]";
+mes "I've heard that the";
+mes "Rekenber Corporation";
+mes "actually created the";
+mes "environment in Lighthalzen";
+mes "through artificial means.";
+next;
+mes "[Victor Perfecto]";
+mes "It seems like it'd take";
+mes "a lot of investment, but";
+mes "artificially creating an";
+mes "environment isn't impossible";
+mes "with the means avalaible to";
+mes "the Rekenber Corporation.";
+next;
+mes "[Victor Perfecto]";
+mes "*Sigh...*";
+mes "Still, it's pretty";
+mes "depressing to think";
+mes "that the beauty of nature";
+mes "can be manmade and";
+mes "equated to zeny, you know?";
+close;
+}
+
+// --------------------------------------------------------------------------- 

+ 0 - 59
npc/other/lighthalzen_auction.txt

@@ -1,59 +0,0 @@
-//===== eAthena Script =======================================
-//= Auction NPC
-//===== By: ==================================================
-//= Au{R}o
-//===== Current Version: =====================================
-//= 1.01
-//===== Compatible With: =====================================
-//= eAthena 1.0+
-//===== Description: =========================================
-//= Auction System
-//===== Additional Comments: =================================
-//= Converted from Aegis
-//= 1.0 Add NPC dialogue (FACING PROBABLY INCORRECT) [Au{R}oN]
-//============================================================
-
-//=======================WARPER===============================
-lighthalzen,205,169,4	script	Auction Guide	833,{
-
-	mes "[Auction Guide]";
-	mes "Trying to go to the acution";
-	next;
-	menu "Yes.",WA_yes,"No.",WA_no;
-WA_yes:
-	mes "[Auction Guide]";
-	mes "Have a good trip~";
-	close2;
-	warp "auction_02",43,24;
-	end;
-
-WA_no:
-	mes "[Auction Guide]";
-	MES "Come visit next time.";
-	close;
-}
-
-//=======================AUCTION NPC==========================
-auction_02,31,46,9	script	Auction Supervisor::as1	874,{
-
-	mes "[Auctioner]";
-	mes "Welcome.";
-	mes "Is there an item that you're";
-	mes "looking for...?";
-	next;
-	menu "Yes.",AU_yes,"No.",AU_no;
-AU_yes:
-	//NEED TO ADD THE COMMAND FOR OPEN AUCTION WINDOW!!
-	mes "Sorry, but at the moment the auction system is in development";//CUSTOM MSG!!
-	close;
-
-AU_no:
-	mes "[Auctioner]";
-	mes "Okay then..";
-	close;
-}
-auction_02,43,65,2	duplicate(as1)	Auction Supervisor::asd1	874
-auction_02,56,46,2	duplicate(as1)	Auction Supervisor::asd2	874
-
-//=======================WARP=================================
-auction_02,43,17,0	warp	auc_light01	1,1,lighthalzen,209,169

+ 0 - 83
npc/other/lighthalzen_bank.txt

@@ -1,83 +0,0 @@
-//===== eAthena Script ========================================
-//= Lighthalzen Bank Area
-//===== By: ==================================================
-//= Au{R}oN (Translate by Alan)
-//===== Current Version: =====================================
-//= 1.1
-//===== Compatible With: =====================================
-//= eAthena 1.0+
-//===== Description: =========================================
-//= Lighthalzen Bank
-//===== Additional Comments: =================================
-//= Converted from Aegis
-//= 1.0 Add all Bank NPC (TEMPORARY NAME and FACING PROBABLY INCORRECT) [Au{R}oN]
-//= 1.1 Add correct name, and change some dialogue. [Au{R}oN]
-//============================================================
-
-lhz_in02,34,41,7	script	Arthur	849,{
-
-	mes "[Arthur]";
-	mes "The chairs here are";
-	mes "so not ergonomic. And";
-	mes "they're uncomfortable too!";
-	mes "But it's sooo cool inside this";
-	mes "bank and I just wanted to get";
-	mes "get away from all this heat...";
-	close;
-}
-
-lhz_in02,28,39,3	script	Helen	703,{
-
-	mes "[Helen]";
-	mes "You know, maybe when";
-	mes "I grow up, i'll be a bank";
-	mes "clerk. That sounds like a";
-	mes "really nice job, don't you";
-	mes "think? It's laid back and posh...";
-	close;
-}
-
-lhz_in02,31,34,3	script	Tadem	847,{
-
-	mes "[Tadem]";
-	mes "I do so enjoy the";
-	mes "architectural structure";
-	mes "of this bank. It's quite";
-	mes "artistic with both classical";
-	mes "and modern elements. Would";
-	mes "you not agree? Fascinating";
-	close;
-}
-
-lhz_in02,31,33,3	script	Gracie	863,{
-
-	mes "[Gracie]";
-	mes "Oh, it's so comfortable";
-	mes "in there~Though, why are";
-	mes "we inside the bank when";
-	mes "the bank services aren't even";
-	mes "working? Yes, we're standing,";
-	mes "but we're doing it in comfort";
-	next;
-	mes "[Gracie]";
-	mes "In fact, it's so";
-	mes "comfortable here,";
-	mes "I think I'll refuse to leave.";
-	mes "Though, I'm willing to change";
-	mes "my mind if you can find a place";
-	mes "that's even more comfortable.";
-	close;
-}
-
-lhz_in02,34,22,8	script	Bank Clerk::1_st	755,{
-
-	mes "[Bank Clerk]";
-	mes "Due to some critical system";
-	mes "errors, all of the bank services";
-	mes "have been temporarily stopped.";
-	mes "We apologize for any inconvenience.";
-	mes "and appreciate your understanding.";
-	close;
-}
-lhz_in02,21,25,9	duplicate(1_st)	Bank Clerk::2_nd	86
-lhz_in02,21,38,9	duplicate(1_st)	Bank Clerk::3_th	86

+ 0 - 151
npc/other/lighthalzen_prison.txt

@@ -1,151 +0,0 @@
-//===== eAthena Script ========================================
-//= Lightalzen Prison Area
-//===== By: ==================================================
-//= Au{R}oN (Translate by Alan)
-//===== Current Version: =====================================
-//= 1.0
-//===== Compatible With: =====================================
-//= eAthena 1.0+
-//===== Description: =========================================
-//= Lighthalzen Prison Area
-//===== Additional Comments: =================================
-//= Converted from Aegis
-//= 1.0 Add all Prison NPC (FACING PROBABLY INCORRECT) [Au{R}oN]
-//= 1.1 Add correct names and fix some dialogues. [Au{R}oN]
-//============================================================
-
-lhz_in02,145,179,7	script	Togii::d1	849,{
-
-	mes "[Togii]";
-	mes "Ooo yeah";
-	mes "Goeas down smooth.";
-	mes "Morroc whiskey's the best!";
-	mes "*Hiccup*Whoam, this stuff";
-	mes "really works fast! Heh heh~";
-	close;
-}
-
-lhz_in02,157,198,8	script	Healthy Looking Guy	85,{
-
-	mes "[Healthy Looking Guy]";
-	mes "Grrrrr! Leave me alone!";
-	mes "How many times do I have";
-	mes "to keep telling you? I've never";
-	mes "hoarded item upgrade materials!";
-	mes "I swear that i'm innocent!";
-	close;
-}
-
-lhz_in02,155,201,7	script	Hinkley::d2	870,{
-
-	mes "[Hinkley]";
-	mes "Meh heh heh...";
-	mes "*Hiccup* Believe";
-	mes "it or notsh, I'm...";
-	mes "walkin on a...Air....";
-	mes "Nevah thought I could";
-	mes "b-be sho freee-eeee-eee~";
-	next;
-	mes "[Hinkley]";
-	mes "This guy";
-	mes "Is completely";
-	mes "hammered out";
-	mes "of his mind!";
-	close;
-}
-
-lhz_in02,153,206,6	script	Milette::d3	853,{
-
-	mes "[Milette]";
-	mes "Let me go!";
-	mes "Let me GO!!!";
-	mes "LET ME GO!!!";
-	mes "I didn't do nuthin'";
-	mes "wrong! I'm innocent!";
-	mes "*Hic-Hic-Hiccup...*";
-	next;
-	mes "[Milette]";
-	mes "What's wrong with";
-	mes "drinking and singing";
-	mes "in the street, huh?";
-	mes "Is it a crime to have";
-	mes " a beautiful tenor vice?!";
-	mes "Get me outta this joint!";
-	close;
-}
-
-lhz_in02,147,222,4	script	Officer Guo::off_guo	85,{
-
-	mes "[Officer Guo]";
-	mes "Tell me...!";
-	mes "TELL ME...!!";
-	mes "Admit you did it!!!";
-	next;
-	mes "[Suspect]";
-	mes "Damn it!";
-	mes "I keep telling";
-	mes "you I'm not a guilty!";
-	next;
-	mes "[Officer Guo]";
-	mes "*Sigh...*";
-	next;
-	mes "[Suspect]";
-	mes "You are wasting your";
-	mes "time. Just let me go.";
-	next;
-	mes "[Officer Guo]";
-	mes "So...";
-	mes "How's your mother?";
-	next;
-	mes "[Suspect]";
-	mes "That's none of";
-	mes "your business!";
-	mes "She's fine, i guess.";
-	next;
-	mes "[Officer Guo]";
-	mes "When was the last";
-	mes "time you've seen her?";
-	next;
-	mes "[Suspect]";
-	mes "I just told you,";
-	mes "that's none of";
-	mes "your business....!";
-	next;
-	mes "[Officer Guo]";
-	mes "You know, mothers";
-	mes "throughout the animal";
-	mes "kingdom instinctively";
-	mes "care for their young.";
-	mes "Humans are no exception.";
-	mes "Yours must be worreid to death";
-	next;
-	mes "[Suspect]";
-	mes "...";
-	mes "Man...";
-	mes "You're starting";
-	mes "to weird me out.";
-	next;
-	mes "[Officer Guo]";
-	mes "Funny yhing about humans,";
-	mes "though. It seems to be their";
-	mes "nature to lie, even when they";
-	mes "know they'll be caught. But";
-	mes "like all animals, they";
-	mes "instinctively fear pain...";
-	next;
-	mes "[Suspect]";
-	mes "N-no,no...";
-	mes "You gotta be...";
-	mes "You're bluffing.";
-	mes "Right?";
-	next;
-	mes "[Officer Guo]";
-	mes "NO.";
-	mes "You're bluffing.";
-	mes "Tell me...";
-	mes "TELL ME...!!!";
-	mes "Admit you did it!!";
-	close;
-}
-
-lhz_in02,142,221,8	duplicate(off_guo)	Suspect::susp_guo	870

+ 0 - 3
npc/scripts_athena.conf

@@ -183,8 +183,5 @@ npc: npc/other/monster_museum.txt
 npc: npc/other/marriage.txt
 npc: npc/other/divorce.txt
 npc: npc/other/comodo_gambling.txt
-npc: npc/other/lighthalzen_bank.txt
-npc: npc/other/lighthalzen_prison.txt
-npc: npc/other/lighthalzen_auction.txt
 npc: npc/other/powernpc.txt
 // --------------------------------------------------------------