quests: Add the missing static objects to colony zone 0 4th floor.

This commit is contained in:
Loïc Hoguin 2010-12-11 16:23:17 +01:00
parent 67b38a3316
commit 3eb3d4dc4d
2 changed files with 5 additions and 3 deletions

View File

@ -1431,8 +1431,6 @@
{npc, {352.0, 280.0, -1975.0}, {0.0, 310.0, 0.0}, [{model, 89}, {id, 0}, {talk_radius, 10.0}]},
{npc, {352.0, 280.0, -1006.0}, {0.0, 230.0, 0.0}, [{model, 89}, {id, 1}, {talk_radius, 10.0}]},
%% @todo Missing a few static objects on 4th floor (the doors that can close), same for 1st floor elevators?
{pp_cube, {-120.0, 280.0, -1545.0}, {0.0, 0.0, 0.0}, []},
{pp_cube, { 340.0, 280.0, -1884.0}, {0.0, 0.0, 0.0}, []},
{pp_cube, { 340.0, 280.0, -1093.0}, {0.0, 0.0, 0.0}, []},
@ -1442,6 +1440,11 @@
{sensor, { 240.0, 280.0, -2140.0}, {0.0, 0.0, 0.0}, [{id, 23}, {box, {30.0, 40.0, 40.0, 40.0}}]},
{sensor, {-240.0, 280.0, -2140.0}, {0.0, 0.0, 0.0}, [{id, 22}, {box, {30.0, 40.0, 40.0, 40.0}}]},
{static_model, { 374.0, 286.0, -1050.0}, {0.0, -90.0, 0.0}, [{model, 84}]},
{static_model, {-374.0, 286.0, -1930.0}, {0.0, 90.0, 0.0}, [{model, 84}]},
{static_model, {-374.0, 286.0, -1490.0}, {0.0, 90.0, 0.0}, [{model, 84}]},
{static_model, {-374.0, 286.0, -1050.0}, {0.0, 90.0, 0.0}, [{model, 84}]},
{uni_cube, { -85.0, 280.0, -1545.0}, {0.0, 0.0, 0.0}, [{i, 0}, {entryid, 0}]},
{uni_cube, {-358.5, 280.0, -833.0}, {0.0, 0.0, 0.0}, [{i, 0}, {entryid, 20}]},
{uni_cube, { 355.5, 280.0, -830.0}, {0.0, 0.0, 0.0}, [{i, 0}, {entryid, 21}]},

View File

@ -291,7 +291,6 @@ load_set_rel_object_params(static_model, Params) ->
<< Model:32/little, Size:32/little-float, 16#0000ff00:32,
16#ffffffff:32, 16#ffffffff:32, 16#ffffffff:32, 16#ffffffff:32,
16#ffffffff:32, 16#ffffffff:32, 16#ffffffff:32, 16#ffffffff:32 >>;
%% @todo If 00010000 has a 01 at the end, the sensor doesn't have an associated function in the script.
%% @todo Not sure about the box. It's probably wrong.
load_set_rel_object_params(sensor, Params) ->