summaryrefslogtreecommitdiff
path: root/npc/029-2/barrels.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/029-2/barrels.txt')
-rw-r--r--npc/029-2/barrels.txt44
1 files changed, 44 insertions, 0 deletions
diff --git a/npc/029-2/barrels.txt b/npc/029-2/barrels.txt
new file mode 100644
index 00000000..c5d91621
--- /dev/null
+++ b/npc/029-2/barrels.txt
@@ -0,0 +1,44 @@
+029-2,23,86,0 script Barrel#0 NPC400,{
+ @barrel = 0;
+ callfunc "CheckBarrel";
+ end;
+
+OnMaggotDeath:
+ fix_mobkill(HouseMaggot);
+ end;
+}
+029-2,28,86,0 script Barrel#1 NPC400,{
+ @barrel = 1;
+ callfunc "CheckBarrel";
+ end;
+}
+029-2,31,91,0 script Barrel#2 NPC400,{
+ @barrel = 2;
+ callfunc "CheckBarrel";
+ end;
+}
+029-2,36,85,0 script Barrel#3 NPC400,{
+ @barrel = 3;
+ callfunc "CheckBarrel";
+ end;
+}
+029-2,40,89,0 script Barrel#4 NPC400,{
+ @barrel = 4;
+ callfunc "CheckBarrel";
+ end;
+}
+029-2,38,91,0 script Barrel#5 NPC400,{
+ @barrel = 5;
+ callfunc "CheckBarrel";
+ end;
+}
+029-2,29,92,0 script Barrel#6 NPC400,{
+ @barrel = 6;
+ callfunc "CheckBarrel";
+ end;
+}
+029-2,24,91,0 script Barrel#7 NPC400,{
+ @barrel = 7;
+ callfunc "CheckBarrel";
+ end;
+}