summaryrefslogtreecommitdiff
path: root/npc/008-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-1')
-rw-r--r--npc/008-1/4144.txt1
-rw-r--r--npc/008-1/auldsbel.txt1
-rw-r--r--npc/008-1/banu.txt1
-rw-r--r--npc/008-1/blossom.txt1
-rw-r--r--npc/008-1/confused-tree.txt1
-rw-r--r--npc/008-1/crane.txt1
-rw-r--r--npc/008-1/hinnak.txt1
-rw-r--r--npc/008-1/jack.txt1
-rw-r--r--npc/008-1/mikhail.txt1
-rw-r--r--npc/008-1/milly.txt1
-rw-r--r--npc/008-1/old-man.txt1
-rw-r--r--npc/008-1/old-woman.txt1
-rw-r--r--npc/008-1/oscar.txt1
-rw-r--r--npc/008-1/rossy.txt1
-rw-r--r--npc/008-1/sabine.txt1
-rw-r--r--npc/008-1/sergeant-ryan.txt1
-rw-r--r--npc/008-1/shop.txt1
-rw-r--r--npc/008-1/sign.txt5
-rw-r--r--npc/008-1/snarfles.txt1
-rw-r--r--npc/008-1/voltain.txt1
20 files changed, 0 insertions, 24 deletions
diff --git a/npc/008-1/4144.txt b/npc/008-1/4144.txt
index 842f9269..2c0ec327 100644
--- a/npc/008-1/4144.txt
+++ b/npc/008-1/4144.txt
@@ -84,7 +84,6 @@ OnInit:
setunitdata(.@npcId, UDT_HAIRCOLOR, rand(1,20));
npcsit;
- .bodytype = BODYTYPE_3;
.distance = 4;
end;
}
diff --git a/npc/008-1/auldsbel.txt b/npc/008-1/auldsbel.txt
index 3d3ebbf5..e801e146 100644
--- a/npc/008-1/auldsbel.txt
+++ b/npc/008-1/auldsbel.txt
@@ -48,7 +48,6 @@
close;
OnInit:
- .bodytype = BODYTYPE_3;
.distance = 4;
end;
}
diff --git a/npc/008-1/banu.txt b/npc/008-1/banu.txt
index 183d33c3..13c037ac 100644
--- a/npc/008-1/banu.txt
+++ b/npc/008-1/banu.txt
@@ -15,7 +15,6 @@
close;
OnInit:
- .bodytype = BODYTYPE_2;
.distance = 4;
end;
}
diff --git a/npc/008-1/blossom.txt b/npc/008-1/blossom.txt
index 8746752e..57782b20 100644
--- a/npc/008-1/blossom.txt
+++ b/npc/008-1/blossom.txt
@@ -72,7 +72,6 @@
close;
OnInit:
- .bodytype = BODYTYPE_2;
.distance = 4;
end;
}
diff --git a/npc/008-1/confused-tree.txt b/npc/008-1/confused-tree.txt
index 5ed54448..aead40ed 100644
--- a/npc/008-1/confused-tree.txt
+++ b/npc/008-1/confused-tree.txt
@@ -928,7 +928,6 @@ OnInit:
// config below
.hotwords$ = "tree"; // what hot words the npc should listen to, besides its own name (regex)
.distance = 14; // the npc will only listen to player within X tiles
- .bodytype = BODYTYPE_1; // BodyType of the npc
.dir = season_direction(); // sprite direction according to the season
.talk_rate = 1; // min number of seconds to wait between replies
.repeat_rate = 1; // min number of seconds to wait before sending the same message twice in a row
diff --git a/npc/008-1/crane.txt b/npc/008-1/crane.txt
index d8099536..3a22fa47 100644
--- a/npc/008-1/crane.txt
+++ b/npc/008-1/crane.txt
@@ -87,7 +87,6 @@ function foodQuest {
}
OnInit:
- .bodytype = BODYTYPE_3;
.distance = 4;
end;
}
diff --git a/npc/008-1/hinnak.txt b/npc/008-1/hinnak.txt
index 0f973acc..65d050e7 100644
--- a/npc/008-1/hinnak.txt
+++ b/npc/008-1/hinnak.txt
@@ -339,7 +339,6 @@ OnInit:
.quest = HurnscaldQuests_Hinnak;
.quest_inspector = HurnscaldQuests_Inspector;
.quest_debug = .quest;
- .bodytype = BODYTYPE_3;
.distance = 3;
////////// UNFINISHED //////////
diff --git a/npc/008-1/jack.txt b/npc/008-1/jack.txt
index 5f486f23..fd16d965 100644
--- a/npc/008-1/jack.txt
+++ b/npc/008-1/jack.txt
@@ -300,7 +300,6 @@ OnInit:
.quest_shield = HurnscaldQuests_WoodenShield;
.quest_inspector = HurnscaldQuests_Inspector;
.quest_debug = .quest_bow;
- .bodytype = BODYTYPE_3;
.distance = 3;
////////// UNFINISHED //////////
diff --git a/npc/008-1/mikhail.txt b/npc/008-1/mikhail.txt
index 74f11cf5..24806baf 100644
--- a/npc/008-1/mikhail.txt
+++ b/npc/008-1/mikhail.txt
@@ -117,7 +117,6 @@ OnInit:
.quest = HurnscaldQuests_Soup;
.quest_debug = .quest;
- .bodytype = BODYTYPE_3;
.distance = 3;
end;
diff --git a/npc/008-1/milly.txt b/npc/008-1/milly.txt
index 35c0e6b7..320ef3bf 100644
--- a/npc/008-1/milly.txt
+++ b/npc/008-1/milly.txt
@@ -105,7 +105,6 @@ function script GetBeanieCopter {
OnInit:
.quest_inspector = HurnscaldQuests_Inspector;
.quest_debug = .quest_inspector; // TODO: change this to the milly quest debug when it exists
- .bodytype = BODYTYPE_2;
.distance = 3;
////////// UNFINISHED //////////
diff --git a/npc/008-1/old-man.txt b/npc/008-1/old-man.txt
index e0df33bc..5b0e2f51 100644
--- a/npc/008-1/old-man.txt
+++ b/npc/008-1/old-man.txt
@@ -73,7 +73,6 @@
OnInit:
.quest_inspector = HurnscaldQuests_Inspector;
.quest_debug = .quest_inspector;
- .bodytype = BODYTYPE_3;
.distance = 1; // this npc has bad hearing
.speed = 2000; // this npc is very old
// TODO: move graph (after the Hurnscald map is finalized)
diff --git a/npc/008-1/old-woman.txt b/npc/008-1/old-woman.txt
index ddfb33c6..89789b70 100644
--- a/npc/008-1/old-woman.txt
+++ b/npc/008-1/old-woman.txt
@@ -120,7 +120,6 @@
OnInit:
.quest_inspector = HurnscaldQuests_Inspector;
.quest_debug = .quest_inspector;
- .bodytype = BODYTYPE_2;
.distance = 1; // this npc has bad hearing
.speed = 2000; // this npc is very old
// TODO: move graph (after the Hurnscald map is finalized)
diff --git a/npc/008-1/oscar.txt b/npc/008-1/oscar.txt
index d7c2f6d5..2ea42456 100644
--- a/npc/008-1/oscar.txt
+++ b/npc/008-1/oscar.txt
@@ -14,7 +14,6 @@
close;
OnInit:
- .bodytype = BODYTYPE_3;
.distance = 4;
end;
}
diff --git a/npc/008-1/rossy.txt b/npc/008-1/rossy.txt
index 9d59fec4..d496de0a 100644
--- a/npc/008-1/rossy.txt
+++ b/npc/008-1/rossy.txt
@@ -381,7 +381,6 @@ function rossyJulietIntro {
}
OnInit:
- .bodytype = BODYTYPE_3;
.distance = 4;
// Quest conf
diff --git a/npc/008-1/sabine.txt b/npc/008-1/sabine.txt
index 8f4fa713..dc2b11b7 100644
--- a/npc/008-1/sabine.txt
+++ b/npc/008-1/sabine.txt
@@ -49,7 +49,6 @@
OnInit:
.quest_inspector = HurnscaldQuests_Inspector;
.quest_debug = .quest_inspector;
- .bodytype = BODYTYPE_2;
.distance = 3;
////////// UNFINISHED //////////
diff --git a/npc/008-1/sergeant-ryan.txt b/npc/008-1/sergeant-ryan.txt
index 962effc0..975587e4 100644
--- a/npc/008-1/sergeant-ryan.txt
+++ b/npc/008-1/sergeant-ryan.txt
@@ -66,7 +66,6 @@ OnInit:
1
);
- .bodytype = BODYTYPE_2;
.distance = 4;
end;
}
diff --git a/npc/008-1/shop.txt b/npc/008-1/shop.txt
index 5ea1c139..b2b4a406 100644
--- a/npc/008-1/shop.txt
+++ b/npc/008-1/shop.txt
@@ -20,7 +20,6 @@ OnInit:
sellitem AWhiteTulip, -1, 50;
sellitem AYellowTulip, -1, 50;
- .bodytype = BODYTYPE_1;
.distance = 10;
end;
diff --git a/npc/008-1/sign.txt b/npc/008-1/sign.txt
index 7652c3f2..950fe996 100644
--- a/npc/008-1/sign.txt
+++ b/npc/008-1/sign.txt
@@ -9,7 +9,6 @@
close;
OnInit:
.distance = 2;
- .bodytype = BODYTYPE_1;
end;
}
@@ -18,7 +17,6 @@ OnInit:
close;
OnInit:
.distance = 2;
- .bodytype = BODYTYPE_1;
end;
}
@@ -27,7 +25,6 @@ OnInit:
close;
OnInit:
.distance = 2;
- .bodytype = BODYTYPE_1;
end;
}
@@ -36,7 +33,6 @@ OnInit:
close;
OnInit:
.distance = 2;
- .bodytype = BODYTYPE_1;
end;
}
@@ -45,6 +41,5 @@ OnInit:
close;
OnInit:
.distance = 1;
- .bodytype = BODYTYPE_1;
end;
}
diff --git a/npc/008-1/snarfles.txt b/npc/008-1/snarfles.txt
index 6332b4c9..53dd817a 100644
--- a/npc/008-1/snarfles.txt
+++ b/npc/008-1/snarfles.txt
@@ -92,7 +92,6 @@ function foodQuest {
}
OnInit:
- .bodytype = BODYTYPE_3;
.distance = 4;
end;
}
diff --git a/npc/008-1/voltain.txt b/npc/008-1/voltain.txt
index 6ab22f1e..46cb60a8 100644
--- a/npc/008-1/voltain.txt
+++ b/npc/008-1/voltain.txt
@@ -13,7 +13,6 @@
close;
OnInit:
- .bodytype = BODYTYPE_3;
.distance = 4;
end;
}