diff options
author | Andrei Karas <akaras@inbox.ru> | 2020-11-10 15:35:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2020-11-13 06:49:35 +0300 |
commit | c4ad7a2bdcfc30e72df5c733221fa07a8d37c1ce (patch) | |
tree | 63b6ad7665e76ffb359f111abc9c1320e786bf6a /npc/008-1 | |
parent | 5838c6001f2bf57c9cbe5753d3a667ac5a8ab984 (diff) | |
download | serverdata-genderfix.tar.gz serverdata-genderfix.tar.bz2 serverdata-genderfix.tar.xz serverdata-genderfix.zip |
Change body type back to gendergenderfix
Diffstat (limited to 'npc/008-1')
-rw-r--r-- | npc/008-1/4144.txt | 2 | ||||
-rw-r--r-- | npc/008-1/auldsbel.txt | 2 | ||||
-rw-r--r-- | npc/008-1/banu.txt | 2 | ||||
-rw-r--r-- | npc/008-1/blossom.txt | 2 | ||||
-rw-r--r-- | npc/008-1/confused-tree.txt | 2 | ||||
-rw-r--r-- | npc/008-1/crane.txt | 2 | ||||
-rw-r--r-- | npc/008-1/hinnak.txt | 2 | ||||
-rw-r--r-- | npc/008-1/jack.txt | 2 | ||||
-rw-r--r-- | npc/008-1/mikhail.txt | 2 | ||||
-rw-r--r-- | npc/008-1/milly.txt | 2 | ||||
-rw-r--r-- | npc/008-1/old-man.txt | 2 | ||||
-rw-r--r-- | npc/008-1/old-woman.txt | 2 | ||||
-rw-r--r-- | npc/008-1/oscar.txt | 2 | ||||
-rw-r--r-- | npc/008-1/rossy.txt | 2 | ||||
-rw-r--r-- | npc/008-1/sabine.txt | 2 | ||||
-rw-r--r-- | npc/008-1/shop.txt | 2 | ||||
-rw-r--r-- | npc/008-1/sign.txt | 10 | ||||
-rw-r--r-- | npc/008-1/snarfles.txt | 2 | ||||
-rw-r--r-- | npc/008-1/voltain.txt | 2 |
19 files changed, 23 insertions, 23 deletions
diff --git a/npc/008-1/4144.txt b/npc/008-1/4144.txt index 842f9269..e97fc654 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; - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 4; end; } diff --git a/npc/008-1/auldsbel.txt b/npc/008-1/auldsbel.txt index 3d3ebbf5..e9efcb04 100644 --- a/npc/008-1/auldsbel.txt +++ b/npc/008-1/auldsbel.txt @@ -48,7 +48,7 @@ close; OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 4; end; } diff --git a/npc/008-1/banu.txt b/npc/008-1/banu.txt index 183d33c3..e2b980b7 100644 --- a/npc/008-1/banu.txt +++ b/npc/008-1/banu.txt @@ -15,7 +15,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } diff --git a/npc/008-1/blossom.txt b/npc/008-1/blossom.txt index 8746752e..2116f0fc 100644 --- a/npc/008-1/blossom.txt +++ b/npc/008-1/blossom.txt @@ -72,7 +72,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } diff --git a/npc/008-1/confused-tree.txt b/npc/008-1/confused-tree.txt index 5ed54448..97d487b3 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 - .bodytype = BODYTYPE_1; // BodyType of the npc + .sex = GENDER_FEMALE; // Gender 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..63486999 100644 --- a/npc/008-1/crane.txt +++ b/npc/008-1/crane.txt @@ -87,7 +87,7 @@ function foodQuest { } OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 4; end; } diff --git a/npc/008-1/hinnak.txt b/npc/008-1/hinnak.txt index 31343728..6791552b 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; - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 3; ////////// UNFINISHED ////////// diff --git a/npc/008-1/jack.txt b/npc/008-1/jack.txt index fdce7fe6..6f4f6b07 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; - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 3; ////////// UNFINISHED ////////// diff --git a/npc/008-1/mikhail.txt b/npc/008-1/mikhail.txt index 3d9441d1..59063612 100644 --- a/npc/008-1/mikhail.txt +++ b/npc/008-1/mikhail.txt @@ -116,7 +116,7 @@ OnInit: .quest = HurnscaldQuests_Soup; .quest_debug = .quest; - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 3; ////////// UNFINISHED ////////// diff --git a/npc/008-1/milly.txt b/npc/008-1/milly.txt index 35c0e6b7..83be0c3d 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 - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 3; ////////// UNFINISHED ////////// diff --git a/npc/008-1/old-man.txt b/npc/008-1/old-man.txt index e0df33bc..1f91c048 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; - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .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..03de9bfe 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; - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .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..e7245251 100644 --- a/npc/008-1/oscar.txt +++ b/npc/008-1/oscar.txt @@ -14,7 +14,7 @@ close; OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 4; end; } diff --git a/npc/008-1/rossy.txt b/npc/008-1/rossy.txt index 8e63bd27..db4a4b01 100644 --- a/npc/008-1/rossy.txt +++ b/npc/008-1/rossy.txt @@ -379,7 +379,7 @@ function rossyJulietIntro { } OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 4; // Quest conf diff --git a/npc/008-1/sabine.txt b/npc/008-1/sabine.txt index 8f4fa713..0c013818 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; - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 3; ////////// UNFINISHED ////////// diff --git a/npc/008-1/shop.txt b/npc/008-1/shop.txt index 5ea1c139..28ec24a3 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; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 10; end; diff --git a/npc/008-1/sign.txt b/npc/008-1/sign.txt index 7652c3f2..6a7e3e4e 100644 --- a/npc/008-1/sign.txt +++ b/npc/008-1/sign.txt @@ -9,7 +9,7 @@ close; OnInit: .distance = 2; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; end; } @@ -18,7 +18,7 @@ OnInit: close; OnInit: .distance = 2; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; end; } @@ -27,7 +27,7 @@ OnInit: close; OnInit: .distance = 2; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; end; } @@ -36,7 +36,7 @@ OnInit: close; OnInit: .distance = 2; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; end; } @@ -45,6 +45,6 @@ OnInit: close; OnInit: .distance = 1; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; end; } diff --git a/npc/008-1/snarfles.txt b/npc/008-1/snarfles.txt index 6332b4c9..2f9c5345 100644 --- a/npc/008-1/snarfles.txt +++ b/npc/008-1/snarfles.txt @@ -92,7 +92,7 @@ function foodQuest { } OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 4; end; } diff --git a/npc/008-1/voltain.txt b/npc/008-1/voltain.txt index 6ab22f1e..c2b0fc15 100644 --- a/npc/008-1/voltain.txt +++ b/npc/008-1/voltain.txt @@ -13,7 +13,7 @@ close; OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 4; end; } |