summaryrefslogtreecommitdiff
path: root/npc/008-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-1')
-rw-r--r--npc/008-1/4144.txt2
-rw-r--r--npc/008-1/auldsbel.txt2
-rw-r--r--npc/008-1/banu.txt2
-rw-r--r--npc/008-1/blossom.txt2
-rw-r--r--npc/008-1/confused-tree.txt2
-rw-r--r--npc/008-1/hinnak.txt2
-rw-r--r--npc/008-1/jack.txt2
-rw-r--r--npc/008-1/mikhail.txt2
-rw-r--r--npc/008-1/milly.txt2
-rw-r--r--npc/008-1/old-man.txt2
-rw-r--r--npc/008-1/old-woman.txt2
-rw-r--r--npc/008-1/oscar.txt2
-rw-r--r--npc/008-1/sabine.txt2
-rw-r--r--npc/008-1/shop.txt2
-rw-r--r--npc/008-1/sign.txt10
-rw-r--r--npc/008-1/snarfles.txt2
-rw-r--r--npc/008-1/voltain.txt2
17 files changed, 21 insertions, 21 deletions
diff --git a/npc/008-1/4144.txt b/npc/008-1/4144.txt
index 953c2380..842f9269 100644
--- a/npc/008-1/4144.txt
+++ b/npc/008-1/4144.txt
@@ -84,7 +84,7 @@ OnInit:
setunitdata(.@npcId, UDT_HAIRCOLOR, rand(1,20));
npcsit;
- .sex = G_MALE;
+ .bodytype = BODYTYPE_3;
.distance = 4;
end;
}
diff --git a/npc/008-1/auldsbel.txt b/npc/008-1/auldsbel.txt
index dc7cf202..e1b452be 100644
--- a/npc/008-1/auldsbel.txt
+++ b/npc/008-1/auldsbel.txt
@@ -28,7 +28,7 @@
close;
OnInit:
- .sex = G_MALE;
+ .bodytype = BODYTYPE_3;
.distance = 2;
end;
}
diff --git a/npc/008-1/banu.txt b/npc/008-1/banu.txt
index d8040153..342475ea 100644
--- a/npc/008-1/banu.txt
+++ b/npc/008-1/banu.txt
@@ -15,7 +15,7 @@
close;
OnInit:
- .sex = G_FEMALE;
+ .bodytype = BODYTYPE_2;
.distance = 2;
end;
}
diff --git a/npc/008-1/blossom.txt b/npc/008-1/blossom.txt
index 42e2e9c8..24db6821 100644
--- a/npc/008-1/blossom.txt
+++ b/npc/008-1/blossom.txt
@@ -33,7 +33,7 @@
close;
OnInit:
- .sex = G_FEMALE;
+ .bodytype = BODYTYPE_2;
.distance = 2;
end;
}
diff --git a/npc/008-1/confused-tree.txt b/npc/008-1/confused-tree.txt
index 32b5b9a5..198aedd7 100644
--- a/npc/008-1/confused-tree.txt
+++ b/npc/008-1/confused-tree.txt
@@ -928,7 +928,7 @@ 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
- .sex = G_OTHER; // gender of the npc
+ .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/hinnak.txt b/npc/008-1/hinnak.txt
index 812ad95b..31343728 100644
--- a/npc/008-1/hinnak.txt
+++ b/npc/008-1/hinnak.txt
@@ -338,7 +338,7 @@ OnInit:
.quest = HurnscaldQuests_Hinnak;
.quest_inspector = HurnscaldQuests_Inspector;
.quest_debug = .quest;
- .sex = G_MALE;
+ .bodytype = BODYTYPE_3;
.distance = 3;
////////// UNFINISHED //////////
diff --git a/npc/008-1/jack.txt b/npc/008-1/jack.txt
index de71c2e5..fdce7fe6 100644
--- a/npc/008-1/jack.txt
+++ b/npc/008-1/jack.txt
@@ -299,7 +299,7 @@ OnInit:
.quest_shield = HurnscaldQuests_WoodenShield;
.quest_inspector = HurnscaldQuests_Inspector;
.quest_debug = .quest_bow;
- .sex = G_MALE;
+ .bodytype = BODYTYPE_3;
.distance = 3;
////////// UNFINISHED //////////
diff --git a/npc/008-1/mikhail.txt b/npc/008-1/mikhail.txt
index 3e442499..3d9441d1 100644
--- a/npc/008-1/mikhail.txt
+++ b/npc/008-1/mikhail.txt
@@ -116,7 +116,7 @@ OnInit:
.quest = HurnscaldQuests_Soup;
.quest_debug = .quest;
- .sex = G_MALE;
+ .bodytype = BODYTYPE_3;
.distance = 3;
////////// UNFINISHED //////////
diff --git a/npc/008-1/milly.txt b/npc/008-1/milly.txt
index 1ca72cee..35c0e6b7 100644
--- a/npc/008-1/milly.txt
+++ b/npc/008-1/milly.txt
@@ -105,7 +105,7 @@ function script GetBeanieCopter {
OnInit:
.quest_inspector = HurnscaldQuests_Inspector;
.quest_debug = .quest_inspector; // TODO: change this to the milly quest debug when it exists
- .sex = G_FEMALE;
+ .bodytype = BODYTYPE_2;
.distance = 3;
////////// UNFINISHED //////////
diff --git a/npc/008-1/old-man.txt b/npc/008-1/old-man.txt
index c2004a7d..e0df33bc 100644
--- a/npc/008-1/old-man.txt
+++ b/npc/008-1/old-man.txt
@@ -73,7 +73,7 @@
OnInit:
.quest_inspector = HurnscaldQuests_Inspector;
.quest_debug = .quest_inspector;
- .sex = G_MALE;
+ .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 5b97547b..ddfb33c6 100644
--- a/npc/008-1/old-woman.txt
+++ b/npc/008-1/old-woman.txt
@@ -120,7 +120,7 @@
OnInit:
.quest_inspector = HurnscaldQuests_Inspector;
.quest_debug = .quest_inspector;
- .sex = G_FEMALE;
+ .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 9541da7b..6668ea1e 100644
--- a/npc/008-1/oscar.txt
+++ b/npc/008-1/oscar.txt
@@ -14,7 +14,7 @@
close;
OnInit:
- .sex = G_MALE;
+ .bodytype = BODYTYPE_3;
.distance = 2;
end;
}
diff --git a/npc/008-1/sabine.txt b/npc/008-1/sabine.txt
index 87026efb..8f4fa713 100644
--- a/npc/008-1/sabine.txt
+++ b/npc/008-1/sabine.txt
@@ -49,7 +49,7 @@
OnInit:
.quest_inspector = HurnscaldQuests_Inspector;
.quest_debug = .quest_inspector;
- .sex = G_FEMALE;
+ .bodytype = BODYTYPE_2;
.distance = 3;
////////// UNFINISHED //////////
diff --git a/npc/008-1/shop.txt b/npc/008-1/shop.txt
index a0b825ec..5ea1c139 100644
--- a/npc/008-1/shop.txt
+++ b/npc/008-1/shop.txt
@@ -20,7 +20,7 @@ OnInit:
sellitem AWhiteTulip, -1, 50;
sellitem AYellowTulip, -1, 50;
- .sex = G_OTHER;
+ .bodytype = BODYTYPE_1;
.distance = 10;
end;
diff --git a/npc/008-1/sign.txt b/npc/008-1/sign.txt
index 17099ba4..7652c3f2 100644
--- a/npc/008-1/sign.txt
+++ b/npc/008-1/sign.txt
@@ -9,7 +9,7 @@
close;
OnInit:
.distance = 2;
- .sex = G_OTHER;
+ .bodytype = BODYTYPE_1;
end;
}
@@ -18,7 +18,7 @@ OnInit:
close;
OnInit:
.distance = 2;
- .sex = G_OTHER;
+ .bodytype = BODYTYPE_1;
end;
}
@@ -27,7 +27,7 @@ OnInit:
close;
OnInit:
.distance = 2;
- .sex = G_OTHER;
+ .bodytype = BODYTYPE_1;
end;
}
@@ -36,7 +36,7 @@ OnInit:
close;
OnInit:
.distance = 2;
- .sex = G_OTHER;
+ .bodytype = BODYTYPE_1;
end;
}
@@ -45,6 +45,6 @@ OnInit:
close;
OnInit:
.distance = 1;
- .sex = G_OTHER;
+ .bodytype = BODYTYPE_1;
end;
}
diff --git a/npc/008-1/snarfles.txt b/npc/008-1/snarfles.txt
index 6ad08867..d40bf309 100644
--- a/npc/008-1/snarfles.txt
+++ b/npc/008-1/snarfles.txt
@@ -14,7 +14,7 @@
close;
OnInit:
- .sex = G_MALE;
+ .bodytype = BODYTYPE_3;
.distance = 2;
end;
}
diff --git a/npc/008-1/voltain.txt b/npc/008-1/voltain.txt
index b5f82db0..d3aa9bc8 100644
--- a/npc/008-1/voltain.txt
+++ b/npc/008-1/voltain.txt
@@ -13,7 +13,7 @@
close;
OnInit:
- .sex = G_MALE;
+ .bodytype = BODYTYPE_3;
.distance = 2;
end;
}