123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- //===== 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.gat,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.gat,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.gat,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.gat,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.gat,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.gat,142,221,8 duplicate(off_guo) Suspect::susp_guo 870
|