diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-25 06:39:47 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-25 06:39:47 +0000 |
commit | 88bc9b73bd51917177338cd99db54bb7ea0a5b2a (patch) | |
tree | 2e5aa9d5f94abd8cf4cc4764ea155b972518dac5 /npc/other/lighthalzen_prison.txt | |
parent | dce258e74c03bf55c537ef364c429188a66f49c5 (diff) | |
download | hercules-88bc9b73bd51917177338cd99db54bb7ea0a5b2a.tar.gz hercules-88bc9b73bd51917177338cd99db54bb7ea0a5b2a.tar.bz2 hercules-88bc9b73bd51917177338cd99db54bb7ea0a5b2a.tar.xz hercules-88bc9b73bd51917177338cd99db54bb7ea0a5b2a.zip |
added Thanks to Au{R}oN + some lighthalzen NPC
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8854 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/lighthalzen_prison.txt')
-rw-r--r-- | npc/other/lighthalzen_prison.txt | 118 |
1 files changed, 118 insertions, 0 deletions
diff --git a/npc/other/lighthalzen_prison.txt b/npc/other/lighthalzen_prison.txt new file mode 100644 index 000000000..c2ba2831d --- /dev/null +++ b/npc/other/lighthalzen_prison.txt @@ -0,0 +1,118 @@ +//===== eAthena Script ======================================== +//= Lightalzen Prison Area +//===== By: ================================================== +//= Au{R}oN +//===== 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] +//============================================================ + +lhz_in02.gat,145,179,7 script Drunky Guy::d1 849,{ + + mes "[Drunky Guy]"; + mes "Ahh, ahh..."; + mes "I'm drunking again... *hiccup*"; + mes "Heheheheeheh....."; + mes "Wine from Morroc is"; + mes "always the best."; + close; +} + +lhz_in02.gat,157,198,8 script Cool Man 85,{ + + mes "[Strong Guy]"; + mes "Kekekeke!!!"; + mes "What did you do~"; + mes "Stole Materials?"; + mes "I'm innocent!!!"; + close; +} + +lhz_in02.gat,155,201,7 script Drunky Guy::d2 870,{ + + mes "[Drunky Guy]"; + mes "........"; + mes ".....*hiccup*"; + mes "........Eheheheeheh..."; + mes "*hiccup hiccup."; + next; + mes "== Totally Drunk... =="; + mes "== Can't talk to him at all... =="; + close; +} + +lhz_in02.gat,153,206,6 script Drunk Guy::d3 853,{ + + mes "[Drunk Guy]"; + mes "I'm innocent~!!!!!!"; + mes "*cough cough cough cough*"; + mes "*cough cough cough cough*"; + mes "Huh... Huh... Huh..."; + mes "I'M INNOCENT!!!!!"; + mes "*hiccup hiccup*"; + next; + mes "[Drunk Guy]"; + mes "I'm just drunk and"; + mes "sang a song, how is"; + mes "this a crime!? And so"; + mes "what if i just want to"; + mes "make some noise!?"; + mes "*cough cough cough cough*"; + mes "*hiccup hiccup*"; + close; +} + +lhz_in02.gat,147,222,4 script Police::police1 85,{ + + mes "[Police]"; + mes "Tell me! Tell me already!"; + mes "Why can't you just tell"; + mes "the truth! Tell me!"; + next; + mes "[Suspect]"; + mes "Augh, seriously!"; + mes "It wasn't me!!!"; + next; + mes "[Police]"; + mes "...*sigh*"; + next; + mes "[Suspect]"; + mes "Stop wasting your time..."; + mes "Just let me go."; + next; + mes "[Police]"; + mes "...How's... your mother?"; + next; + mes "[Suspect]"; + mes "My mother!? She's fine!"; + next; + mes "[Police]"; + mes "When was the last time"; + mes "you met your mother?"; + next; + mes "[Suspect]"; + mes "This dosen't concern you!"; + next; + mes "[Police]"; + mes "But your mother... She"; + mes "still worries about you"; + next; + mes "[Suspect]"; + mes "..."; + next; + mes "[Police]"; + mes "Well... Want to have some"; + mes "stir-fried Poring?"; + next; + mes "[Suspect]"; + mes "Forget it!"; + close; +} + +lhz_in02.gat,142,221,9 duplicate(police1) Suspect::plice2 870
\ No newline at end of file |