mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-19 14:39:43 -04:00
Core/Battleground: Implemented blizzlike script for Isle of Conquest, written by gyullo and me, based on Socolin's and Josh's patch -BIG THANKS TO THEM-
Anyway the map is not yet playable, there are issues not related with the script. I also want to thanks to QAston, linencloth, Shauren and Machiavelli to be so patient with my questions.
This commit is contained in:
@@ -18130,6 +18130,11 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment
|
||||
( 71480, 71483, 1, 'Blood-Queen: Bloodbolt Splash'),
|
||||
( 71952, 70995, 1, 'Blood-Queen: Presence of the Darkfallen'),
|
||||
( 71390, 71341, 0, 'Blood-Queen: Pact of the Darkfallen'),
|
||||
--- Isle of Conquest
|
||||
( 66548, 66550, 0, 'Isle of Conquest (IN>OUT)'),
|
||||
( 66549, 66551, 0, 'Isle of Conquest (OUT>IN)'),
|
||||
( 66551, -66548, 2, 'Isle of Conquest Teleport (OUT>IN) Debuff limit'),
|
||||
( 66550, -66549, 2, 'Isle of Conquest Teleport (IN>OUT) Debuff limit'),
|
||||
-- Warsong Gulch
|
||||
( 54861,-23335, 0, 'Drop Flag on Nitro Boost WSG'),
|
||||
( 54861,-23333, 0, 'Drop Flag on Nitro Boost WSG'),
|
||||
@@ -27480,6 +27485,26 @@ INSERT INTO `trinity_string` (`entry`,`content_default`,`content_loc1`,`content_
|
||||
(1133, '| Character | BanDate | UnbanDate | Banned By | Ban Reason |', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(1200, 'You try to view cinemitic %u but it doesn''t exist.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(1201, 'You try to view movie %u but it doesn''t exist.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(1205, 'The battle will begin in two minutes.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(1206, 'The battle will begin in 1 minute.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(1208, 'The battle has begun!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),,
|
||||
(1207, 'The battle will begin in 30 seconds!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(1209, 'the alliance keep', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(1210, 'the horde keep', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(1211, '%s wins!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(1212, 'The west gate of %s is destroyed!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(1213, 'The east gate of %s is destroyed!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(1214, 'The south gate of %s is destroyed!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(1215, 'The north gate of %s is destroyed!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(1216, '$n has assaulted the %s', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(1217, '$n has defended the %s', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(1218, '$n claims the %s! If left unchallenged, the %s will control it in 1 minute!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(1219, 'The %s has taken the %s', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(1220, 'Workshop', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(1221, 'Docks', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(1222, 'Refinery', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(1223, 'Quarry', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(1224, 'Hangar', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(1300, 'Alliance', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(1301, 'Horde', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(1302, '%s was destroyed by the %s!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
|
||||
Reference in New Issue
Block a user