mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Conflicts: src/server/game/Battlegrounds/BattlegroundMgr.cpp src/server/game/Entities/Player/Player.cpp src/server/game/Handlers/QuestHandler.cpp src/server/game/Spells/SpellInfo.h src/server/game/World/World.cpp
This commit is contained in:
8
sql/updates/world/2013_12_14_00_world_sai.sql
Normal file
8
sql/updates/world/2013_12_14_00_world_sai.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- Bladespire Mystic SAI
|
||||
SET @ENTRY := 20766;
|
||||
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY 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
|
||||
(@ENTRY,0,0,0,1,0,100,0,0,0,600000,600000,11,12550,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bladespire Mystic - OOC - Cast Lightning Shield"),
|
||||
(@ENTRY,0,1,0,16,0,100,0,37599,30,600000,600000,11,37599,0,0,0,0,0,9,0,0,0,0,0,0,0,"Bladespire Mystic - OOC - Friendly in range Cast Bloodlust"),
|
||||
(@ENTRY,0,2,0,74,0,100,0,0,70,7500,14000,11,11986,0,0,0,0,0,9,0,0,0,0,0,0,0,"Bladespire Mystic - Friendly HP below 70% - Cast Healing Wave");
|
||||
34
sql/updates/world/2013_12_14_01_world_misc.sql
Normal file
34
sql/updates/world/2013_12_14_01_world_misc.sql
Normal file
@@ -0,0 +1,34 @@
|
||||
UPDATE `creature_template` SET `ScriptName`="npc_king_jokkum_vehicle" WHERE `entry`=30331;
|
||||
|
||||
-- Pathing for King Jokkum Entry: 30331
|
||||
-- by malcrom
|
||||
SET @PATH := 2072200;
|
||||
DELETE FROM `waypoint_data` WHERE `id` IN (@PATH, @PATH+1);
|
||||
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_flag`,`action`,`action_chance`,`wpguid`) VALUES
|
||||
-- Path to event
|
||||
(@PATH,1,7357.088,-2865.398,803.5008,0,0,1,0,100,0),
|
||||
(@PATH,2,7357.088,-2865.398,803.5008,0,0,1,0,100,0),
|
||||
(@PATH,3,7355.184,-2904.322,821.0084,0,0,1,0,100,0),
|
||||
(@PATH,4,7355.473,-2946.654,833.0916,0,0,1,0,100,0),
|
||||
(@PATH,5,7360.866,-2994.785,845.9886,0,0,1,0,100,0),
|
||||
(@PATH,6,7378.764,-3035.887,840.6003,0,0,1,0,100,0),
|
||||
(@PATH,7,7411.658,-3072.211,837.5768,0,0,1,0,100,0),
|
||||
(@PATH,8,7453.996,-3088.695,837.5768,0,0,1,0,100,0),
|
||||
(@PATH,9,7496.08,-3113.922,837.5829,0,0,1,0,100,0),
|
||||
(@PATH,10,7536.843,-3136.489,837.5808,0,0,1,0,100,0),
|
||||
(@PATH,11,7564.738,-3145.144,844.8308,0,0,1,0,100,0),
|
||||
(@PATH,12,7604.358,-3171.258,850.8867,0,0,1,0,100,0),
|
||||
(@PATH,13,7635.467,-3207.211,857.19,0,0,1,0,100,0),
|
||||
(@PATH,14,7657.858,-3219.258,863.19,0,0,1,0,100,0),
|
||||
(@PATH,15,7706.542,-3219.742,864.3326,0,0,1,0,100,0),
|
||||
(@PATH,16,7747.335,-3226.993,862.4576,0,0,1,0,100,0),
|
||||
(@PATH,17,7796.658,-3221.782,860.6461,0,0,1,0,100,0),
|
||||
(@PATH,18,7827.596,-3229.273,856.4147,0,0,1,0,100,0),
|
||||
(@PATH,19,7846.174,-3253.239,852.1281,0,0,1,0,100,0),
|
||||
(@PATH,20,7846.174,-3253.239,852.1281,0.418879,0,1,0,100,0),
|
||||
-- Path after event and despawn
|
||||
(@PATH+1,1,7837.094,-3235.536,853.8781,0,0,1,0,100,0),
|
||||
(@PATH+1,2,7828.622,-3230.38,855.9147,0,0,1,0,100,0),
|
||||
(@PATH+1,3,7793.782,-3219.743,861.1461,0,0,1,0,100,0),
|
||||
(@PATH+1,4,7765.224,-3225.374,864.0826,0,0,1,0,100,0),
|
||||
(@PATH+1,5,7736.733,-3226.5,861.4576,0,0,1,0,100,0);
|
||||
Reference in New Issue
Block a user