speichert den code in einer.sql ab und batcht sie anschliessend in eure mangos datenbank. wer sich das nicht zutraut muss auf das nächste update warten.
Code:
REPLACE INTO areatrigger_teleport (id, name, required_level, required_item, required_item2, heroic_key, heroic_key2, required_quest_done, required_failed_text, target_map, target_position_x, target_position_y, target_position_z, target_orientation) VALUES
-- Voltarus (Located in Zul'Drak)
(5051, 'Voltarus: Ground to 1F', 0, 0, 0, 0, 0, 0, '', 571, 6171.31, -2023.03, 404.26, 3.810),
(5061, 'Voltarus: 1F to Ground', 0, 0, 0, 0, 0, 0, '', 571, 6170.56, -2017.26, 245.26, 3.122),
(5079, 'Voltarus: 1F to 2F', 0, 0, 0, 0, 0, 0, '', 571, 6168.60, -2023.22, 455.77, 3.683),
(5080, 'Voltarus: 2F to 1F', 0, 0, 0, 0, 0, 0, '', 571, 6176.97, -2026.64, 411.95, 4.606),
-- Acherus (non-instanced EPL version)
(5127, 'EPL Acherus 2F to 3F West', 0, 0, 0, 0, 0, 0, '', 0, 2467.45, -5554.83, 546.10, 4.523),
(5128, 'EPL Acherus 3F to 2F West', 0, 0, 0, 0, 0, 0, '', 0, 2477.38, -5505.38, 420.64, 4.523),
(5129, 'EPL Acherus 2F to 3F South', 0, 0, 0, 0, 0, 0, '', 0, 2419.39, -5585.95, 546.10, 6.102),
(5130, 'EPL Acherus 3F to 2F South', 0, 0, 0, 0, 0, 0, '', 0, 2370.18, -5575.95, 420.64, 6.070),
(5131, 'EPL Acherus 2F to 3F North', 0, 0, 0, 0, 0, 0, '', 0, 2500.96, -5600.86, 546.10, 2.920),
(5132, 'EPL Acherus 3F to 2F North', 0, 0, 0, 0, 0, 0, '', 0, 2551.24, -5611.26, 420.64, 2.967),
(5133, 'EPL Acherus 2F to 3F East', 0, 0, 0, 0, 0, 0, '', 0, 2452.72, -5634.53, 546.10, 1.385),
(5134, 'EPL Acherus 3F to 2F East', 0, 0, 0, 0, 0, 0, '', 0, 2442.82, -5684.81, 420.64, 1.385),
(5135, 'EPL Acherus 2F to 1F', 0, 0, 0, 0, 0, 0, '', 0, 2464.16, -5599.06, 371.30, 5.331),
(5136, 'EPL Acherus Ground to 1F', 0, 0, 0, 0, 0, 0, '', 0, 2465.06, -5600.87, 363.60, 5.347),
(5137, 'EPL Acherus 1F to 2F', 0, 0, 0, 0, 0, 0, '', 0, 2465.23, -5600.85, 414.38, 5.292),
(5138, 'EPL Acherus 1F to Ground', 0, 0, 0, 0, 0, 0, '', 0, 2422.29, -5730.48, 155.69, 3.230);