summaryrefslogtreecommitdiff
path: root/npc/001-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1')
-rw-r--r--npc/001-1/artaxe.txt1
-rw-r--r--npc/001-1/beuss.txt1
-rw-r--r--npc/001-1/calypsan.txt1
-rw-r--r--npc/001-1/chelios.txt1
-rw-r--r--npc/001-1/cookiemaster.txt1
-rw-r--r--npc/001-1/devis.txt1
-rw-r--r--npc/001-1/elmo.txt1
-rw-r--r--npc/001-1/enora.txt1
-rw-r--r--npc/001-1/eugene.txt1
-rw-r--r--npc/001-1/fexil.txt1
-rw-r--r--npc/001-1/flyingpiou.txt1
-rw-r--r--npc/001-1/juscare.txt1
-rw-r--r--npc/001-1/katja.txt1
-rw-r--r--npc/001-1/koga.txt1
-rw-r--r--npc/001-1/lucas.txt1
-rw-r--r--npc/001-1/manhole.txt4
-rw-r--r--npc/001-1/merlin.txt1
-rw-r--r--npc/001-1/mouboo.txt4
-rw-r--r--npc/001-1/pious.txt1
-rw-r--r--npc/001-1/qonan.txt1
-rw-r--r--npc/001-1/qpid.txt1
-rw-r--r--npc/001-1/rowboat.txt1
-rw-r--r--npc/001-1/rowboathelper.txt3
-rw-r--r--npc/001-1/rumly.txt1
-rw-r--r--npc/001-1/salem.txt1
-rw-r--r--npc/001-1/shop.txt10
-rw-r--r--npc/001-1/sign.txt18
-rw-r--r--npc/001-1/sophialla.txt1
-rw-r--r--npc/001-1/taree.txt1
-rw-r--r--npc/001-1/trees.txt15
-rw-r--r--npc/001-1/xilaxa.txt1
31 files changed, 0 insertions, 79 deletions
diff --git a/npc/001-1/artaxe.txt b/npc/001-1/artaxe.txt
index 934db014..f1d63d46 100644
--- a/npc/001-1/artaxe.txt
+++ b/npc/001-1/artaxe.txt
@@ -13,7 +13,6 @@
close;
OnInit:
- .bodytype = BODYTYPE_3;
.distance = 2;
end;
}
diff --git a/npc/001-1/beuss.txt b/npc/001-1/beuss.txt
index 88305100..fd334392 100644
--- a/npc/001-1/beuss.txt
+++ b/npc/001-1/beuss.txt
@@ -22,7 +22,6 @@ OnTimer10000:
end;
OnInit:
- .bodytype = BODYTYPE_3;
.distance = 2;
end;
}
diff --git a/npc/001-1/calypsan.txt b/npc/001-1/calypsan.txt
index afaf4866..46c4b84e 100644
--- a/npc/001-1/calypsan.txt
+++ b/npc/001-1/calypsan.txt
@@ -98,7 +98,6 @@
close;
OnInit:
- .bodytype = BODYTYPE_2;
.distance = 3;
end;
}
diff --git a/npc/001-1/chelios.txt b/npc/001-1/chelios.txt
index 47c0ea26..3641b0b6 100644
--- a/npc/001-1/chelios.txt
+++ b/npc/001-1/chelios.txt
@@ -129,7 +129,6 @@ function explain_weapons {
}
OnInit:
- .bodytype = BODYTYPE_3;
.distance = 4;
end;
}
diff --git a/npc/001-1/cookiemaster.txt b/npc/001-1/cookiemaster.txt
index 2f653637..fae04dbf 100644
--- a/npc/001-1/cookiemaster.txt
+++ b/npc/001-1/cookiemaster.txt
@@ -252,7 +252,6 @@ L_Bye:
close;
OnInit:
- .bodytype = BODYTYPE_2;
.distance = 2;
end;
}
diff --git a/npc/001-1/devis.txt b/npc/001-1/devis.txt
index fb6d3140..d3af5956 100644
--- a/npc/001-1/devis.txt
+++ b/npc/001-1/devis.txt
@@ -64,7 +64,6 @@ OnTimer1000:
dographmovestep;
OnInit:
- .bodytype = BODYTYPE_3;
.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..5f3ecf6e 100644
--- a/npc/001-1/elmo.txt
+++ b/npc/001-1/elmo.txt
@@ -13,7 +13,6 @@
close;
OnInit:
- .bodytype = BODYTYPE_3;
.distance = 2;
end;
}
diff --git a/npc/001-1/enora.txt b/npc/001-1/enora.txt
index 822cea2a..c252b9b0 100644
--- a/npc/001-1/enora.txt
+++ b/npc/001-1/enora.txt
@@ -443,7 +443,6 @@
close;
OnInit:
- .bodytype = BODYTYPE_2;
.distance = 5;
.maxLevel = 20;
end;
diff --git a/npc/001-1/eugene.txt b/npc/001-1/eugene.txt
index 950da353..407bc395 100644
--- a/npc/001-1/eugene.txt
+++ b/npc/001-1/eugene.txt
@@ -78,7 +78,6 @@ L_QuestDone:
close;
OnInit:
- .bodytype = BODYTYPE_3;
.distance = 2;
end;
}
diff --git a/npc/001-1/fexil.txt b/npc/001-1/fexil.txt
index d66b9c31..db606092 100644
--- a/npc/001-1/fexil.txt
+++ b/npc/001-1/fexil.txt
@@ -138,7 +138,6 @@
close;
OnInit:
- .bodytype = BODYTYPE_3;
.distance = 2;
end;
}
diff --git a/npc/001-1/flyingpiou.txt b/npc/001-1/flyingpiou.txt
index af69d46f..ea48f4dc 100644
--- a/npc/001-1/flyingpiou.txt
+++ b/npc/001-1/flyingpiou.txt
@@ -105,7 +105,6 @@ OnTimer1000:
dographmovestep;
OnInit:
- .bodytype = BODYTYPE_1;
.distance = 5;
.walkmask = WALK_WATER;
// .debug = 1;
diff --git a/npc/001-1/juscare.txt b/npc/001-1/juscare.txt
index a692486c..b0d6a98e 100644
--- a/npc/001-1/juscare.txt
+++ b/npc/001-1/juscare.txt
@@ -39,7 +39,6 @@ OnTimer1000:
dographmovestep;
OnInit:
- .bodytype = BODYTYPE_3;
.distance = 4;
// .debug = 1;
initmovegraph
diff --git a/npc/001-1/katja.txt b/npc/001-1/katja.txt
index 726305d2..3a3008cb 100644
--- a/npc/001-1/katja.txt
+++ b/npc/001-1/katja.txt
@@ -122,7 +122,6 @@ L_Story:
}
OnInit:
- .bodytype = BODYTYPE_2;
.distance = 4;
end;
}
diff --git a/npc/001-1/koga.txt b/npc/001-1/koga.txt
index 045f9431..794909f1 100644
--- a/npc/001-1/koga.txt
+++ b/npc/001-1/koga.txt
@@ -38,7 +38,6 @@
close;
OnInit:
- .bodytype = BODYTYPE_3;
.distance = 6;
//.alwaysVisible = true;
end;
diff --git a/npc/001-1/lucas.txt b/npc/001-1/lucas.txt
index aad347b8..558889d2 100644
--- a/npc/001-1/lucas.txt
+++ b/npc/001-1/lucas.txt
@@ -12,7 +12,6 @@
close;
OnInit:
- .bodytype = BODYTYPE_3;
.distance = 3;
end;
}
diff --git a/npc/001-1/manhole.txt b/npc/001-1/manhole.txt
index c0183f1f..086f9070 100644
--- a/npc/001-1/manhole.txt
+++ b/npc/001-1/manhole.txt
@@ -22,7 +22,6 @@
close;
OnInit:
- .bodytype = BODYTYPE_1;
.distance = 1;
end;
}
@@ -39,7 +38,6 @@ OnInit:
close;
OnInit:
- .bodytype = BODYTYPE_1;
.distance = 1;
end;
}
@@ -63,7 +61,6 @@ OnInit:
close;
OnInit:
- .bodytype = BODYTYPE_1;
.distance = 1;
end;
}
@@ -82,7 +79,6 @@ OnInit:
close;
OnInit:
- .bodytype = BODYTYPE_1;
.distance = 1;
end;
}
diff --git a/npc/001-1/merlin.txt b/npc/001-1/merlin.txt
index 53ee082d..a96e404d 100644
--- a/npc/001-1/merlin.txt
+++ b/npc/001-1/merlin.txt
@@ -19,7 +19,6 @@ OnTouch:
end;
OnInit:
- .bodytype = BODYTYPE_3;
.distance = 2;
end;
}
diff --git a/npc/001-1/mouboo.txt b/npc/001-1/mouboo.txt
index 0cc5c7d2..bdc4d517 100644
--- a/npc/001-1/mouboo.txt
+++ b/npc/001-1/mouboo.txt
@@ -14,7 +14,6 @@ OnTimer2000:
OnInit:
.distance = 2;
- .bodytype = BODYTYPE_1;
.speed = 600;
mouboograph;
}
@@ -29,7 +28,6 @@ OnTimer2000:
OnInit:
.distance = 2;
- .bodytype = BODYTYPE_1;
.speed = 600;
mouboograph;
}
@@ -44,7 +42,6 @@ OnTimer2000:
OnInit:
.distance = 2;
- .bodytype = BODYTYPE_1;
.speed = 600;
mouboograph;
}
@@ -59,7 +56,6 @@ OnTimer2000:
OnInit:
.distance = 2;
- .bodytype = BODYTYPE_1;
.speed = 600;
mouboograph;
}
diff --git a/npc/001-1/pious.txt b/npc/001-1/pious.txt
index 0a3baa1a..35e65048 100644
--- a/npc/001-1/pious.txt
+++ b/npc/001-1/pious.txt
@@ -10,7 +10,6 @@
end;
OnInit:
- .bodytype = BODYTYPE_1;
.distance = 2;
end;
}
diff --git a/npc/001-1/qonan.txt b/npc/001-1/qonan.txt
index 46cb5b31..9acf1366 100644
--- a/npc/001-1/qonan.txt
+++ b/npc/001-1/qonan.txt
@@ -97,7 +97,6 @@ L_QuestDone:
close;
OnInit:
- .bodytype = BODYTYPE_3;
.distance = 2;
.debug = 1;
end;
diff --git a/npc/001-1/qpid.txt b/npc/001-1/qpid.txt
index 33359378..bfed9967 100644
--- a/npc/001-1/qpid.txt
+++ b/npc/001-1/qpid.txt
@@ -164,7 +164,6 @@
close;
OnInit:
- .bodytype = BODYTYPE_2;
.distance = 3;
end;
}
diff --git a/npc/001-1/rowboat.txt b/npc/001-1/rowboat.txt
index a3b50597..ba07a1b0 100644
--- a/npc/001-1/rowboat.txt
+++ b/npc/001-1/rowboat.txt
@@ -53,7 +53,6 @@ OnTimer1000:
else domovestep;
OnInit:
- .bodytype = BODYTYPE_3;
.distance = 3;
.speed = 175;
.caller = 0;
diff --git a/npc/001-1/rowboathelper.txt b/npc/001-1/rowboathelper.txt
index efb93e8b..d7809bf0 100644
--- a/npc/001-1/rowboathelper.txt
+++ b/npc/001-1/rowboathelper.txt
@@ -85,7 +85,6 @@ OnTouch:
end;
OnInit:
- .bodytype = BODYTYPE_1;
.distance = 1;
}
@@ -109,7 +108,6 @@ OnTouch:
end;
OnInit:
- .bodytype = BODYTYPE_1;
.distance = 1;
}
@@ -133,7 +131,6 @@ OnTouch:
end;
OnInit:
- .bodytype = BODYTYPE_1;
.distance = 1;
}
diff --git a/npc/001-1/rumly.txt b/npc/001-1/rumly.txt
index 56873965..9c8afd8a 100644
--- a/npc/001-1/rumly.txt
+++ b/npc/001-1/rumly.txt
@@ -221,6 +221,5 @@ OnTimer1800:
end;
OnInit:
- .bodytype = BODYTYPE_3;
end;
}
diff --git a/npc/001-1/salem.txt b/npc/001-1/salem.txt
index 8b1705d8..913db476 100644
--- a/npc/001-1/salem.txt
+++ b/npc/001-1/salem.txt
@@ -214,7 +214,6 @@ OnPiouFlee:
end;
OnInit:
- .bodytype = BODYTYPE_3;
.distance = 5;
end;
}
diff --git a/npc/001-1/shop.txt b/npc/001-1/shop.txt
index 1bc028d4..f33ee4ac 100644
--- a/npc/001-1/shop.txt
+++ b/npc/001-1/shop.txt
@@ -18,7 +18,6 @@ OnInit:
sellitem LousyMoccasins, -1, 20;
sellitem PiouSlayer, -1, 15;
- .bodytype = BODYTYPE_1;
.distance = 3;
end;
@@ -57,7 +56,6 @@ OnInit:
sellitem KhakiCottonDye, -1, 10;
sellitem YellowCottonDye, -1, 10;
- .bodytype = BODYTYPE_1;
.distance = 4;
end;
@@ -102,7 +100,6 @@ OnInit:
sellitem OrchidSilkDye, -1, 7;
sellitem PinkiePinkSilkDye, -1, 7;
- .bodytype = BODYTYPE_1;
.distance = 4;
end;
@@ -129,7 +126,6 @@ OnInit:
sellitem Aquada, -1, 50;
- .bodytype = BODYTYPE_1;
.distance = 4;
end;
@@ -151,7 +147,6 @@ OnInit:
sellitem SmallTentacles, -1, 30;
sellitem Tentacles, -1, 15;
- .bodytype = BODYTYPE_1;
.distance = 4;
end;
@@ -178,7 +173,6 @@ OnInit:
sellitem CommonCarp, -1, 8;
sellitem GrassCarp, -1, 7;
- .bodytype = BODYTYPE_1;
.distance = 4;
end;
@@ -200,7 +194,6 @@ OnInit:
sellitem Manana, -1, 60;
- .bodytype = BODYTYPE_1;
.distance = 4;
end;
@@ -220,7 +213,6 @@ OnInit:
sellitem Manana, -1, 30;
// Add soft drinks.
- .bodytype = BODYTYPE_1;
.distance = 4;
end;
@@ -244,7 +236,6 @@ OnInit:
sellitem AtroposMixture, -1, 10;
sellitem ElixirOfLife, -1, 1;
- .bodytype = BODYTYPE_1;
.distance = 4;
end;
@@ -277,7 +268,6 @@ OnInit:
sellitem PiouEgg, -1, 25;
// Add soft drinks.
- .bodytype = BODYTYPE_1;
.distance = 4;
end;
diff --git a/npc/001-1/sign.txt b/npc/001-1/sign.txt
index dd03b60e..ecd115be 100644
--- a/npc/001-1/sign.txt
+++ b/npc/001-1/sign.txt
@@ -11,7 +11,6 @@
OnInit:
.distance = 1;
- .bodytype = BODYTYPE_1;
end;
}
@@ -21,7 +20,6 @@ OnInit:
OnInit:
.distance = 1;
- .bodytype = BODYTYPE_1;
end;
}
@@ -31,7 +29,6 @@ OnInit:
OnInit:
.distance = 1;
- .bodytype = BODYTYPE_1;
end;
}
@@ -41,7 +38,6 @@ OnInit:
OnInit:
.distance = 1;
- .bodytype = BODYTYPE_1;
end;
}
@@ -51,7 +47,6 @@ OnInit:
OnInit:
.distance = 1;
- .bodytype = BODYTYPE_1;
end;
}
@@ -61,7 +56,6 @@ OnInit:
OnInit:
.distance = 1;
- .bodytype = BODYTYPE_1;
end;
}
@@ -71,7 +65,6 @@ OnInit:
OnInit:
.distance = 1;
- .bodytype = BODYTYPE_1;
end;
}
@@ -81,7 +74,6 @@ OnInit:
OnInit:
.distance = 1;
- .bodytype = BODYTYPE_1;
end;
}
@@ -91,7 +83,6 @@ OnInit:
OnInit:
.distance = 1;
- .bodytype = BODYTYPE_1;
end;
}
@@ -101,7 +92,6 @@ OnInit:
OnInit:
.distance = 1;
- .bodytype = BODYTYPE_1;
end;
}
@@ -111,7 +101,6 @@ OnInit:
OnInit:
.distance = 1;
- .bodytype = BODYTYPE_1;
end;
}
@@ -121,7 +110,6 @@ OnInit:
OnInit:
.distance = 1;
- .bodytype = BODYTYPE_1;
end;
}
@@ -131,7 +119,6 @@ OnInit:
OnInit:
.distance = 1;
- .bodytype = BODYTYPE_1;
end;
}
@@ -141,7 +128,6 @@ OnInit:
OnInit:
.distance = 1;
- .bodytype = BODYTYPE_1;
end;
}
@@ -151,7 +137,6 @@ OnInit:
OnInit:
.distance = 1;
- .bodytype = BODYTYPE_1;
end;
}
@@ -161,7 +146,6 @@ OnInit:
OnInit:
.distance = 1;
- .bodytype = BODYTYPE_1;
end;
}
@@ -171,7 +155,6 @@ OnInit:
OnInit:
.distance = 1;
- .bodytype = BODYTYPE_1;
end;
}
@@ -181,6 +164,5 @@ OnInit:
OnInit:
.distance = 1;
- .bodytype = BODYTYPE_1;
end;
}
diff --git a/npc/001-1/sophialla.txt b/npc/001-1/sophialla.txt
index c26c3cbe..c0e9886f 100644
--- a/npc/001-1/sophialla.txt
+++ b/npc/001-1/sophialla.txt
@@ -82,7 +82,6 @@ OnLegionComplete:
close;
OnInit:
- .bodytype = BODYTYPE_2;
.distance = 2;
.alwaysVisible = true;
end;
diff --git a/npc/001-1/taree.txt b/npc/001-1/taree.txt
index f1c4fe58..676a855a 100644
--- a/npc/001-1/taree.txt
+++ b/npc/001-1/taree.txt
@@ -14,7 +14,6 @@ L_Close:
close;
OnInit:
- .bodytype = BODYTYPE_3;
.distance = 3;
end;
}
diff --git a/npc/001-1/trees.txt b/npc/001-1/trees.txt
index 47437020..d6877de6 100644
--- a/npc/001-1/trees.txt
+++ b/npc/001-1/trees.txt
@@ -103,7 +103,6 @@ L_FoundHim:
LazyBrotherTreeFunc(1);
end;
OnInit:
- .bodytype = BODYTYPE_1;
.distance = 1;
end;
}
@@ -112,7 +111,6 @@ OnInit:
LazyBrotherTreeFunc(2);
end;
OnInit:
- .bodytype = BODYTYPE_1;
.distance = 1;
end;
}
@@ -121,7 +119,6 @@ OnInit:
LazyBrotherTreeFunc(3);
end;
OnInit:
- .bodytype = BODYTYPE_1;
.distance = 1;
end;
}
@@ -130,7 +127,6 @@ OnInit:
LazyBrotherTreeFunc(4);
end;
OnInit:
- .bodytype = BODYTYPE_1;
.distance = 1;
end;
}
@@ -139,7 +135,6 @@ OnInit:
LazyBrotherTreeFunc(5);
end;
OnInit:
- .bodytype = BODYTYPE_1;
.distance = 1;
end;
}
@@ -148,7 +143,6 @@ OnInit:
LazyBrotherTreeFunc(6);
end;
OnInit:
- .bodytype = BODYTYPE_1;
.distance = 1;
end;
}
@@ -157,7 +151,6 @@ OnInit:
LazyBrotherTreeFunc(7);
end;
OnInit:
- .bodytype = BODYTYPE_1;
.distance = 1;
end;
}
@@ -166,7 +159,6 @@ OnInit:
LazyBrotherTreeFunc(8);
end;
OnInit:
- .bodytype = BODYTYPE_1;
.distance = 1;
end;
}
@@ -175,7 +167,6 @@ OnInit:
LazyBrotherTreeFunc(9);
end;
OnInit:
- .bodytype = BODYTYPE_1;
.distance = 1;
end;
}
@@ -184,7 +175,6 @@ OnInit:
LazyBrotherTreeFunc(10);
end;
OnInit:
- .bodytype = BODYTYPE_1;
.distance = 1;
end;
}
@@ -193,7 +183,6 @@ OnInit:
LazyBrotherTreeFunc(11);
end;
OnInit:
- .bodytype = BODYTYPE_1;
.distance = 1;
end;
}
@@ -202,7 +191,6 @@ OnInit:
LazyBrotherTreeFunc(12);
end;
OnInit:
- .bodytype = BODYTYPE_1;
.distance = 1;
end;
}
@@ -211,7 +199,6 @@ OnInit:
LazyBrotherTreeFunc(13);
end;
OnInit:
- .bodytype = BODYTYPE_1;
.distance = 1;
end;
}
@@ -220,7 +207,6 @@ OnInit:
LazyBrotherTreeFunc(14);
end;
OnInit:
- .bodytype = BODYTYPE_1;
.distance = 1;
end;
}
@@ -229,7 +215,6 @@ OnInit:
LazyBrotherTreeFunc(15);
end;
OnInit:
- .bodytype = BODYTYPE_1;
.distance = 1;
end;
}
diff --git a/npc/001-1/xilaxa.txt b/npc/001-1/xilaxa.txt
index c52e83c6..e1e66e91 100644
--- a/npc/001-1/xilaxa.txt
+++ b/npc/001-1/xilaxa.txt
@@ -17,7 +17,6 @@ OnTimer1000:
dographmovestep;
OnInit:
- .bodytype = BODYTYPE_3;
.distance = 5;
initmovegraph "mid", 54, 43, 60, 46,
"left", 47, 50, 52, 55,