What's new

24806 Iron Rune Construct

eyerobot

Gold Supporter
Superior Member
916
2015
24
Location
Barryton Michigan USA
Removes Console error due to non existing gameobject.

Code:
-- 24806 Iron Rune Construct

DELETE FROM `smart_scripts` WHERE (`entryorguid`=24806 AND `source_type`=0);
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES 
(24806, 0, 0, 1, 25, 0, 100, 512, 0, 0, 0, 0, 22, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Iron Rune Construct - Just Summoned - Set phase 1"),
(24806, 0, 1, 0, 61, 0, 100, 512, 0, 0, 0, 0, 50, 186956, 60, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Iron Rune Construct - Just Summoned - SummonGob"),
(24806, 0, 2, 3, 8, 1, 100, 512, 44498, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Iron Rune Construct - spell hit - Say text"),
(24806, 0, 3, 4, 61, 0, 100, 512, 0, 0, 0, 0, 22, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Iron Rune Construct - spell hit - Set phase 2"),
(24806, 0, 4, 5, 61, 0, 100, 512, 0, 0, 0, 0, 60, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Iron Rune Construct - spell hit - Set fly"),
(24806, 0, 5, 6, 61, 0, 100, 512, 0, 0, 0, 0, 53, 1, 24806, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Iron Rune Construct - spell hit - WP start"),
(24806, 0, 6, 7, 61, 0, 100, 512, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 14, 65653, 186956, 0, 0, 0, 0, 0, "Iron Rune Construct - spell hit - Activate Gobject"),
(24806, 0, 7, 0, 61, 0, 100, 512, 0, 0, 0, 0, 80, 2471700, 0, 0, 0, 0, 0, 19, 24717, 30, 0, 0, 0, 0, 0, "Iron Rune Construct - spell hit - ActionList"),
(24806, 0, 8, 9, 40, 0, 100, 512, 5, 24806, 0, 0, 11, 44499, 0, 0, 0, 0, 0, 23, 0, 0, 0, 0, 0, 0, 0, "Iron Rune Construct - Waypoint reached - cast credit spell"),
(24806, 0, 9, 10, 61, 0, 100, 512, 0, 0, 0, 0, 22, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Iron Rune Construct - Waypoint reached - Set phase 3"),
(24806, 0, 10, 0, 61, 0, 100, 512, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 14, 65654, 186957, 0, 0, 0, 0, 0, "Iron Rune Construct - Just Summoned - Activate gob"),
(24806, 0, 11, 0, 1, 4, 100, 513, 7000, 7000, 0, 0, 28, 46598, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Iron Rune Construct - OOC (phase 3) - Remove Vehicle aura");
 
Top