diff options
Diffstat (limited to 'npc/001-1')
32 files changed, 80 insertions, 80 deletions
diff --git a/npc/001-1/artaxe.txt b/npc/001-1/artaxe.txt index 934db014..22071d6f 100644 --- a/npc/001-1/artaxe.txt +++ b/npc/001-1/artaxe.txt @@ -13,7 +13,7 @@ close; OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 2; end; } diff --git a/npc/001-1/beuss.txt b/npc/001-1/beuss.txt index 88305100..5f1b07d5 100644 --- a/npc/001-1/beuss.txt +++ b/npc/001-1/beuss.txt @@ -22,7 +22,7 @@ OnTimer10000: end; OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 2; end; } diff --git a/npc/001-1/calypsan.txt b/npc/001-1/calypsan.txt index afaf4866..3dee70ea 100644 --- a/npc/001-1/calypsan.txt +++ b/npc/001-1/calypsan.txt @@ -98,7 +98,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 3; end; } diff --git a/npc/001-1/chelios.txt b/npc/001-1/chelios.txt index 1f2945fc..4ddbce53 100644 --- a/npc/001-1/chelios.txt +++ b/npc/001-1/chelios.txt @@ -110,7 +110,7 @@ close; OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 3; end; } diff --git a/npc/001-1/cookiemaster.txt b/npc/001-1/cookiemaster.txt index f7c86054..99b668fc 100644 --- a/npc/001-1/cookiemaster.txt +++ b/npc/001-1/cookiemaster.txt @@ -252,7 +252,7 @@ L_Bye: close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 2; end; } diff --git a/npc/001-1/devis.txt b/npc/001-1/devis.txt index fb6d3140..7d14ed0c 100644 --- a/npc/001-1/devis.txt +++ b/npc/001-1/devis.txt @@ -64,7 +64,7 @@ OnTimer1000: dographmovestep; OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 5; initmovegraph "start_pos", 193, 109, "dock_ent", 194, 109, diff --git a/npc/001-1/elmo.txt b/npc/001-1/elmo.txt index d89103b3..8a374b23 100644 --- a/npc/001-1/elmo.txt +++ b/npc/001-1/elmo.txt @@ -13,7 +13,7 @@ close; OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 2; end; } diff --git a/npc/001-1/enora.txt b/npc/001-1/enora.txt index 73e81422..f7d3dcaa 100644 --- a/npc/001-1/enora.txt +++ b/npc/001-1/enora.txt @@ -443,7 +443,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 5; end; } diff --git a/npc/001-1/eugene.txt b/npc/001-1/eugene.txt index 950da353..7870bfba 100644 --- a/npc/001-1/eugene.txt +++ b/npc/001-1/eugene.txt @@ -78,7 +78,7 @@ L_QuestDone: close; OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 2; end; } diff --git a/npc/001-1/fexil.txt b/npc/001-1/fexil.txt index d66b9c31..13c3db38 100644 --- a/npc/001-1/fexil.txt +++ b/npc/001-1/fexil.txt @@ -138,7 +138,7 @@ close; OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 2; end; } diff --git a/npc/001-1/flyingpiou.txt b/npc/001-1/flyingpiou.txt index af69d46f..82acbdbc 100644 --- a/npc/001-1/flyingpiou.txt +++ b/npc/001-1/flyingpiou.txt @@ -105,7 +105,7 @@ OnTimer1000: dographmovestep; OnInit: - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 5; .walkmask = WALK_WATER; // .debug = 1; diff --git a/npc/001-1/juscare.txt b/npc/001-1/juscare.txt index a692486c..023feac0 100644 --- a/npc/001-1/juscare.txt +++ b/npc/001-1/juscare.txt @@ -39,7 +39,7 @@ OnTimer1000: dographmovestep; OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 4; // .debug = 1; initmovegraph diff --git a/npc/001-1/katja.txt b/npc/001-1/katja.txt index 726305d2..e4d49c5c 100644 --- a/npc/001-1/katja.txt +++ b/npc/001-1/katja.txt @@ -122,7 +122,7 @@ L_Story: } OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } diff --git a/npc/001-1/koga.txt b/npc/001-1/koga.txt index 045f9431..d5d002b0 100644 --- a/npc/001-1/koga.txt +++ b/npc/001-1/koga.txt @@ -38,7 +38,7 @@ close; OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 6; //.alwaysVisible = true; end; diff --git a/npc/001-1/lucas.txt b/npc/001-1/lucas.txt index aad347b8..d809b8f7 100644 --- a/npc/001-1/lucas.txt +++ b/npc/001-1/lucas.txt @@ -12,7 +12,7 @@ close; OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 3; end; } diff --git a/npc/001-1/manhole.txt b/npc/001-1/manhole.txt index c0183f1f..a818cff1 100644 --- a/npc/001-1/manhole.txt +++ b/npc/001-1/manhole.txt @@ -22,7 +22,7 @@ close; OnInit: - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 1; end; } @@ -39,7 +39,7 @@ OnInit: close; OnInit: - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 1; end; } @@ -63,7 +63,7 @@ OnInit: close; OnInit: - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 1; end; } @@ -82,7 +82,7 @@ OnInit: close; OnInit: - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 1; end; } diff --git a/npc/001-1/merlin.txt b/npc/001-1/merlin.txt index 53ee082d..92b4b1db 100644 --- a/npc/001-1/merlin.txt +++ b/npc/001-1/merlin.txt @@ -19,7 +19,7 @@ OnTouch: end; OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 2; end; } diff --git a/npc/001-1/mouboo.txt b/npc/001-1/mouboo.txt index 0cc5c7d2..055f697d 100644 --- a/npc/001-1/mouboo.txt +++ b/npc/001-1/mouboo.txt @@ -14,7 +14,7 @@ OnTimer2000: OnInit: .distance = 2; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .speed = 600; mouboograph; } @@ -29,7 +29,7 @@ OnTimer2000: OnInit: .distance = 2; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .speed = 600; mouboograph; } @@ -44,7 +44,7 @@ OnTimer2000: OnInit: .distance = 2; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .speed = 600; mouboograph; } @@ -59,7 +59,7 @@ OnTimer2000: OnInit: .distance = 2; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .speed = 600; mouboograph; } diff --git a/npc/001-1/pious.txt b/npc/001-1/pious.txt index 0a3baa1a..c9678332 100644 --- a/npc/001-1/pious.txt +++ b/npc/001-1/pious.txt @@ -10,7 +10,7 @@ end; OnInit: - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 2; end; } diff --git a/npc/001-1/qonan.txt b/npc/001-1/qonan.txt index 46cb5b31..fa876561 100644 --- a/npc/001-1/qonan.txt +++ b/npc/001-1/qonan.txt @@ -97,7 +97,7 @@ L_QuestDone: close; OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 2; .debug = 1; end; diff --git a/npc/001-1/qpid.txt b/npc/001-1/qpid.txt index 33359378..435280e4 100644 --- a/npc/001-1/qpid.txt +++ b/npc/001-1/qpid.txt @@ -164,7 +164,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 3; end; } diff --git a/npc/001-1/rowboat.txt b/npc/001-1/rowboat.txt index a3b50597..f5d8a9b8 100644 --- a/npc/001-1/rowboat.txt +++ b/npc/001-1/rowboat.txt @@ -53,7 +53,7 @@ OnTimer1000: else domovestep; OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 3; .speed = 175; .caller = 0; diff --git a/npc/001-1/rowboathelper.txt b/npc/001-1/rowboathelper.txt index efb93e8b..dbe0179a 100644 --- a/npc/001-1/rowboathelper.txt +++ b/npc/001-1/rowboathelper.txt @@ -85,7 +85,7 @@ OnTouch: end; OnInit: - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 1; } @@ -109,7 +109,7 @@ OnTouch: end; OnInit: - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 1; } @@ -133,7 +133,7 @@ OnTouch: end; OnInit: - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 1; } diff --git a/npc/001-1/rumly.txt b/npc/001-1/rumly.txt index 56873965..d8b1ddce 100644 --- a/npc/001-1/rumly.txt +++ b/npc/001-1/rumly.txt @@ -221,6 +221,6 @@ OnTimer1800: end; OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; end; } diff --git a/npc/001-1/salem.txt b/npc/001-1/salem.txt index 8b1705d8..7d007aa8 100644 --- a/npc/001-1/salem.txt +++ b/npc/001-1/salem.txt @@ -214,7 +214,7 @@ OnPiouFlee: end; OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 5; end; } diff --git a/npc/001-1/shop.txt b/npc/001-1/shop.txt index 59dd8cd7..6a18f17d 100644 --- a/npc/001-1/shop.txt +++ b/npc/001-1/shop.txt @@ -18,7 +18,7 @@ OnInit: sellitem LousyMoccasins, -1, 20; sellitem PiouSlayer, -1, 15; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 3; end; @@ -57,7 +57,7 @@ OnInit: sellitem KhakiCottonDye, -1, 10; sellitem YellowCottonDye, -1, 10; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 4; end; @@ -102,7 +102,7 @@ OnInit: sellitem OrchidSilkDye, -1, 7; sellitem PinkiePinkSilkDye, -1, 7; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 4; end; @@ -129,7 +129,7 @@ OnInit: sellitem Aquada, -1, 50; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 4; end; @@ -151,7 +151,7 @@ OnInit: sellitem SmallTentacles, -1, 30; sellitem Tentacles, -1, 15; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 4; end; @@ -178,7 +178,7 @@ OnInit: sellitem CommonCarp, -1, 8; sellitem GrassCarp, -1, 7; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 4; end; @@ -200,7 +200,7 @@ OnInit: sellitem Manana, -1, 60; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 4; end; @@ -220,7 +220,7 @@ OnInit: sellitem Manana, -1, 30; // Add soft drinks. - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 4; end; @@ -244,7 +244,7 @@ OnInit: sellitem AtroposMixture, -1, 10; sellitem ElixirOfLife, -1, 2; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 4; end; @@ -277,7 +277,7 @@ OnInit: sellitem PiouEgg, -1, 25; // Add soft drinks. - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 4; end; diff --git a/npc/001-1/sign.txt b/npc/001-1/sign.txt index dd03b60e..e10231fb 100644 --- a/npc/001-1/sign.txt +++ b/npc/001-1/sign.txt @@ -11,7 +11,7 @@ OnInit: .distance = 1; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; end; } @@ -21,7 +21,7 @@ OnInit: OnInit: .distance = 1; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; end; } @@ -31,7 +31,7 @@ OnInit: OnInit: .distance = 1; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; end; } @@ -41,7 +41,7 @@ OnInit: OnInit: .distance = 1; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; end; } @@ -51,7 +51,7 @@ OnInit: OnInit: .distance = 1; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; end; } @@ -61,7 +61,7 @@ OnInit: OnInit: .distance = 1; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; end; } @@ -71,7 +71,7 @@ OnInit: OnInit: .distance = 1; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; end; } @@ -81,7 +81,7 @@ OnInit: OnInit: .distance = 1; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; end; } @@ -91,7 +91,7 @@ OnInit: OnInit: .distance = 1; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; end; } @@ -101,7 +101,7 @@ OnInit: OnInit: .distance = 1; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; end; } @@ -111,7 +111,7 @@ OnInit: OnInit: .distance = 1; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; end; } @@ -121,7 +121,7 @@ OnInit: OnInit: .distance = 1; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; end; } @@ -131,7 +131,7 @@ OnInit: OnInit: .distance = 1; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; end; } @@ -141,7 +141,7 @@ OnInit: OnInit: .distance = 1; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; end; } @@ -151,7 +151,7 @@ OnInit: OnInit: .distance = 1; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; end; } @@ -161,7 +161,7 @@ OnInit: OnInit: .distance = 1; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; end; } @@ -171,7 +171,7 @@ OnInit: OnInit: .distance = 1; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; end; } @@ -181,6 +181,6 @@ OnInit: OnInit: .distance = 1; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; end; } diff --git a/npc/001-1/sophialla.txt b/npc/001-1/sophialla.txt index c26c3cbe..57d838de 100644 --- a/npc/001-1/sophialla.txt +++ b/npc/001-1/sophialla.txt @@ -82,7 +82,7 @@ OnLegionComplete: close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 2; .alwaysVisible = true; end; diff --git a/npc/001-1/taree.txt b/npc/001-1/taree.txt index f1c4fe58..d48ddc30 100644 --- a/npc/001-1/taree.txt +++ b/npc/001-1/taree.txt @@ -14,7 +14,7 @@ L_Close: close; OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 3; end; } diff --git a/npc/001-1/trees.txt b/npc/001-1/trees.txt index 47437020..72f2f17e 100644 --- a/npc/001-1/trees.txt +++ b/npc/001-1/trees.txt @@ -103,7 +103,7 @@ L_FoundHim: LazyBrotherTreeFunc(1); end; OnInit: - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 1; end; } @@ -112,7 +112,7 @@ OnInit: LazyBrotherTreeFunc(2); end; OnInit: - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 1; end; } @@ -121,7 +121,7 @@ OnInit: LazyBrotherTreeFunc(3); end; OnInit: - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 1; end; } @@ -130,7 +130,7 @@ OnInit: LazyBrotherTreeFunc(4); end; OnInit: - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 1; end; } @@ -139,7 +139,7 @@ OnInit: LazyBrotherTreeFunc(5); end; OnInit: - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 1; end; } @@ -148,7 +148,7 @@ OnInit: LazyBrotherTreeFunc(6); end; OnInit: - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 1; end; } @@ -157,7 +157,7 @@ OnInit: LazyBrotherTreeFunc(7); end; OnInit: - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 1; end; } @@ -166,7 +166,7 @@ OnInit: LazyBrotherTreeFunc(8); end; OnInit: - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 1; end; } @@ -175,7 +175,7 @@ OnInit: LazyBrotherTreeFunc(9); end; OnInit: - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 1; end; } @@ -184,7 +184,7 @@ OnInit: LazyBrotherTreeFunc(10); end; OnInit: - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 1; end; } @@ -193,7 +193,7 @@ OnInit: LazyBrotherTreeFunc(11); end; OnInit: - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 1; end; } @@ -202,7 +202,7 @@ OnInit: LazyBrotherTreeFunc(12); end; OnInit: - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 1; end; } @@ -211,7 +211,7 @@ OnInit: LazyBrotherTreeFunc(13); end; OnInit: - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 1; end; } @@ -220,7 +220,7 @@ OnInit: LazyBrotherTreeFunc(14); end; OnInit: - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 1; end; } @@ -229,7 +229,7 @@ OnInit: LazyBrotherTreeFunc(15); end; OnInit: - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 1; end; } diff --git a/npc/001-1/wateranimation.txt b/npc/001-1/wateranimation.txt index 1a11a90e..82464dc8 100644 --- a/npc/001-1/wateranimation.txt +++ b/npc/001-1/wateranimation.txt @@ -11,7 +11,7 @@ close; OnInit: - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 5; end; } diff --git a/npc/001-1/xilaxa.txt b/npc/001-1/xilaxa.txt index c52e83c6..e0b2e01c 100644 --- a/npc/001-1/xilaxa.txt +++ b/npc/001-1/xilaxa.txt @@ -17,7 +17,7 @@ OnTimer1000: dographmovestep; OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 5; initmovegraph "mid", 54, 43, 60, 46, "left", 47, 50, 52, 55, |