summaryrefslogtreecommitdiff
path: root/npc/027-2_Caretakers_House/testnpcs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/027-2_Caretakers_House/testnpcs.txt')
-rwxr-xr-xnpc/027-2_Caretakers_House/testnpcs.txt41
1 files changed, 32 insertions, 9 deletions
diff --git a/npc/027-2_Caretakers_House/testnpcs.txt b/npc/027-2_Caretakers_House/testnpcs.txt
index 62f8c956..a64e80b9 100755
--- a/npc/027-2_Caretakers_House/testnpcs.txt
+++ b/npc/027-2_Caretakers_House/testnpcs.txt
@@ -25,39 +25,62 @@
end;
}
-027-2.gat,74,21,0 script Chef's helper 306,{
+027-2.gat,75,29,0 script Archibald 306,{
end;
}
027-2.gat,77,40,0 script Drunker 308,{
+ set @drunker, rand(4);
+ if (@drunker == 0) goto L_0;
+ if (@drunker == 1) goto L_1;
+ if (@drunker == 2) goto L_2;
+ if (@drunker == 3) goto L_3;
end;
+L_0:
+ mes "[Ghost Drunker]";
+ mes "\"zzzZZZzzz...\"";
+ close;
+L_1:
+ mes "[Ghost Drunker]";
+ mes "\"Ish that a Zzombee?...\"";
+ close;
+L_2:
+ mes "[Ghost Drunker]";
+ mes "\"Auuu... Hiccup... Don't byte mee... \"";
+ close;
+L_3:
+ mes "[Ghost Drunker]";
+ mes "\"Moar Bearr...Pleash!\"";
+ close;
}
027-2.gat,103,22,0 script Barman 310,{
end;
}
-027-2.gat,68,77,0 script SwordGuy 311,{
+027-2.gat,70,77,0 script Cerhan 311,{
end;
}
027-2.gat,110,23,0 script Ghost Drunker 312,{
- end;
+ mes "[Ghost Drunker]";
+ mes "\"Ohh... My head is killing me! I have to stop drinking too much or I will lose my job... But being a waiter... oh I can't resist a drink or two!\"";
+ close;
}
-027-2.gat,107,29,0 script Golbenez 307,{
+027-2.gat,39,91,0 script Golbenez 307,{
end;
}
-027-2.gat,39,91,0 script Crying Child 314,{
+027-2.gat,50,92,0 script Crying Child 314,{
end;
}
-027-2.gat,91,22,0 script Innkeeper's Ghost 315,{
+027-2.gat,104,39,0 script Innkeeper's Ghost 315,{
end;
}
-027-2.gat,58,90,0 script Evil Guard 316,{
+027-2.gat,100,43,0 script Evil Guard 316,{
end;
}
@@ -65,10 +88,10 @@
end;
}
-027-2.gat,29,99,0 script Headless Lover 318,{
+027-2.gat,24,77,0 script Headless Man 318,{
end;
}
-027-2.gat,86,30,0 script Lantern Man 319,{
+027-2.gat,22,84,0 script Lantern Man 319,{
end;
}