biglad
08-08-2009, 08:12 PM
Merge [SD2]r1151 Remove old workaround and instead use spell to summon dragonhawk from eggs in ZA. Correct eggs hatched count. - skipr1152 Remove obsolete script function DoZoneInCombat() and replace in code with SetInCombatWithZone(). Requires Mangos 8057+ - skipr1153 Respawn eggs for boss in ZA in case evade. Remove old workaround and summon dragonhawks by spell from all remaining eggs at 35% hp. - skipr1154 Added main spells for first boss in ZA - skipr1155 Added ZA boss' spirit lynx script - skipr1156 Correct typos and errors in misc .txt files - skipr1157 Added abilities and phases for halazzi - skipr1158 Add two lost variables in previous commit, used for reset phase - skipr1159 Use expected movement flag for escortAI (source need more detailed cleanup) - skipr1160 More corrections of movementflags + minor cleanup code. - skipr1161 Correcting boss astromancer and adds' spells. Some minor code cleanup.r1162 Fix typo related to ReceiveEmote() and update code for once script, using spell instead of emote.r1163 Added spells for Unworthy Initiate. - skipr1164 Added ScriptedAI function EnterEvadeIfOutOfCombatArea() used for location check of creatures that are expected to evade when out of certain area. Location coordinates are hard coded for each creature entry.r1165 Replace/use EnterEvadeIfOutOfCombatArea for three bosses, with locations added in previous commit.r1166 Add one more boss to EnterEvadeIfOutOfCombatArea() list and also use boolean for function (to be used if special case evade events are expected).r1167 Remove some old (and wrong/not needed) movementflags, correct remaining to use MONSTER_* - skipr1168 Fixed spellId typo - skipr1169 Added basic support for quest 12733 (change our script to this)r1170 Remove meele attack for mini-boss and add some distance for MoveChase()
src/bindings/scripts/scripts/zone/barrens/the_barrens.cpp (http://bitbucket.org/Azrael/mgacore2/src/9514b8fb320c/src/bindings/scripts/scripts/zone/barrens/the_barrens.cpp) (1 lines added, 1 lines removed)
sql/FULL/world_script_texts.sql (http://bitbucket.org/Azrael/mgacore2/src/9514b8fb320c/sql/FULL/world_script_texts.sql) (6 lines added, 0 lines removed)
src/bindings/scripts/scripts/zone/obsidian_sanctum/boss_sartharion.cpp (http://bitbucket.org/Azrael/mgacore2/src/9514b8fb320c/src/bindings/scripts/scripts/zone/obsidian_sanctum/boss_sartharion.cpp) (2 lines added, 0 lines removed)
src/bindings/scripts/scripts/zone/gruuls_lair/boss_high_king_maulgar.cpp (http://bitbucket.org/Azrael/mgacore2/src/9514b8fb320c/src/bindings/scripts/scripts/zone/gruuls_lair/boss_high_king_maulgar.cpp) (15 lines added, 2 lines removed)
src/bindings/scripts/scripts/zone/tempest_keep/the_eye/boss_astromancer.cpp (http://bitbucket.org/Azrael/mgacore2/src/9514b8fb320c/src/bindings/scripts/scripts/zone/tempest_keep/the_eye/boss_astromancer.cpp) (62 lines added, 70 lines removed)
sql/updates/4831_script_texts.sql (http://bitbucket.org/Azrael/mgacore2/src/9514b8fb320c/sql/updates/4831_script_texts.sql) (7 lines added, 0 lines removed)
src/bindings/scripts/include/sc_creature.cpp (http://bitbucket.org/Azrael/mgacore2/src/9514b8fb320c/src/bindings/scripts/include/sc_creature.cpp) (47 lines added, 1 lines removed)
src/bindings/scripts/scripts/zone/blackwing_lair/boss_broodlord_lashlayer.cpp (http://bitbucket.org/Azrael/mgacore2/src/9514b8fb320c/src/bindings/scripts/scripts/zone/blackwing_lair/boss_broodlord_lashlayer.cpp) (3 lines added, 16 lines removed)
src/bindings/scripts/scripts/zone/orgrimmar/orgrimmar.cpp (http://bitbucket.org/Azrael/mgacore2/src/9514b8fb320c/src/bindings/scripts/scripts/zone/orgrimmar/orgrimmar.cpp) (3 lines added, 3 lines removed)
src/bindings/scripts/scripts/zone/tempest_keep/the_eye/boss_void_reaver.cpp (http://bitbucket.org/Azrael/mgacore2/src/9514b8fb320c/src/bindings/scripts/scripts/zone/tempest_keep/the_eye/boss_void_reaver.cpp) (16 lines added, 11 lines removed)
src/bindings/scripts/scripts/zone/zulaman/boss_janalai.cpp (http://bitbucket.org/Azrael/mgacore2/src/9514b8fb320c/src/bindings/scripts/scripts/zone/zulaman/boss_janalai.cpp) (1 lines added, 13 lines removed)
src/bindings/scripts/scripts/zone/stratholme/stratholme.cpp (http://bitbucket.org/Azrael/mgacore2/src/9514b8fb320c/src/bindings/scripts/scripts/zone/stratholme/stratholme.cpp) (8 lines added, 5 lines removed)
src/bindings/scripts/include/sc_creature.h (http://bitbucket.org/Azrael/mgacore2/src/9514b8fb320c/src/bindings/scripts/include/sc_creature.h) (5 lines added, 0 lines removed)
src/bindings/scripts/scripts/zone/eastern_plaguelands/the_scarlet_enclave.cpp (http://bitbucket.org/Azrael/mgacore2/src/9514b8fb320c/src/bindings/scripts/scripts/zone/eastern_plaguelands/the_scarlet_enclave.cpp) (111 lines added, 77 lines removed)
More... (http://bitbucket.org/Azrael/mgacore2/changeset/9514b8fb320c/)
src/bindings/scripts/scripts/zone/barrens/the_barrens.cpp (http://bitbucket.org/Azrael/mgacore2/src/9514b8fb320c/src/bindings/scripts/scripts/zone/barrens/the_barrens.cpp) (1 lines added, 1 lines removed)
sql/FULL/world_script_texts.sql (http://bitbucket.org/Azrael/mgacore2/src/9514b8fb320c/sql/FULL/world_script_texts.sql) (6 lines added, 0 lines removed)
src/bindings/scripts/scripts/zone/obsidian_sanctum/boss_sartharion.cpp (http://bitbucket.org/Azrael/mgacore2/src/9514b8fb320c/src/bindings/scripts/scripts/zone/obsidian_sanctum/boss_sartharion.cpp) (2 lines added, 0 lines removed)
src/bindings/scripts/scripts/zone/gruuls_lair/boss_high_king_maulgar.cpp (http://bitbucket.org/Azrael/mgacore2/src/9514b8fb320c/src/bindings/scripts/scripts/zone/gruuls_lair/boss_high_king_maulgar.cpp) (15 lines added, 2 lines removed)
src/bindings/scripts/scripts/zone/tempest_keep/the_eye/boss_astromancer.cpp (http://bitbucket.org/Azrael/mgacore2/src/9514b8fb320c/src/bindings/scripts/scripts/zone/tempest_keep/the_eye/boss_astromancer.cpp) (62 lines added, 70 lines removed)
sql/updates/4831_script_texts.sql (http://bitbucket.org/Azrael/mgacore2/src/9514b8fb320c/sql/updates/4831_script_texts.sql) (7 lines added, 0 lines removed)
src/bindings/scripts/include/sc_creature.cpp (http://bitbucket.org/Azrael/mgacore2/src/9514b8fb320c/src/bindings/scripts/include/sc_creature.cpp) (47 lines added, 1 lines removed)
src/bindings/scripts/scripts/zone/blackwing_lair/boss_broodlord_lashlayer.cpp (http://bitbucket.org/Azrael/mgacore2/src/9514b8fb320c/src/bindings/scripts/scripts/zone/blackwing_lair/boss_broodlord_lashlayer.cpp) (3 lines added, 16 lines removed)
src/bindings/scripts/scripts/zone/orgrimmar/orgrimmar.cpp (http://bitbucket.org/Azrael/mgacore2/src/9514b8fb320c/src/bindings/scripts/scripts/zone/orgrimmar/orgrimmar.cpp) (3 lines added, 3 lines removed)
src/bindings/scripts/scripts/zone/tempest_keep/the_eye/boss_void_reaver.cpp (http://bitbucket.org/Azrael/mgacore2/src/9514b8fb320c/src/bindings/scripts/scripts/zone/tempest_keep/the_eye/boss_void_reaver.cpp) (16 lines added, 11 lines removed)
src/bindings/scripts/scripts/zone/zulaman/boss_janalai.cpp (http://bitbucket.org/Azrael/mgacore2/src/9514b8fb320c/src/bindings/scripts/scripts/zone/zulaman/boss_janalai.cpp) (1 lines added, 13 lines removed)
src/bindings/scripts/scripts/zone/stratholme/stratholme.cpp (http://bitbucket.org/Azrael/mgacore2/src/9514b8fb320c/src/bindings/scripts/scripts/zone/stratholme/stratholme.cpp) (8 lines added, 5 lines removed)
src/bindings/scripts/include/sc_creature.h (http://bitbucket.org/Azrael/mgacore2/src/9514b8fb320c/src/bindings/scripts/include/sc_creature.h) (5 lines added, 0 lines removed)
src/bindings/scripts/scripts/zone/eastern_plaguelands/the_scarlet_enclave.cpp (http://bitbucket.org/Azrael/mgacore2/src/9514b8fb320c/src/bindings/scripts/scripts/zone/eastern_plaguelands/the_scarlet_enclave.cpp) (111 lines added, 77 lines removed)
More... (http://bitbucket.org/Azrael/mgacore2/changeset/9514b8fb320c/)