diff --git a/priv/quests/1100000/zone-0/set_r0.conf b/priv/quests/1100000/zone-0/set_r0.conf index 0f07f91..cc24db2 100644 --- a/priv/quests/1100000/zone-0/set_r0.conf +++ b/priv/quests/1100000/zone-0/set_r0.conf @@ -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}]}, diff --git a/src/egs_files.erl b/src/egs_files.erl index 3d780f0..c066b83 100644 --- a/src/egs_files.erl +++ b/src/egs_files.erl @@ -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) ->