mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
scriptdev2.sql format clean-up
* Harmonise structure and convention of scriptdev2.sql file to ease the use of automated scripts. Handled: - white spaces - inline comments - streamline quote escaping - streamline string quotes - trailing 0 on floats Not handled: - clean-up of inline SQL comment when comment field is available in table structure - long floating point precision
This commit is contained in:
parent
3d4c0e3285
commit
095a75a661
1 changed files with 88 additions and 82 deletions
|
|
@ -13,7 +13,7 @@ UPDATE world_template SET ScriptName='';
|
|||
|
||||
/* AREATRIGGER */
|
||||
INSERT INTO scripted_areatrigger VALUES
|
||||
(171, 'at_huldar_miran'),
|
||||
(171,'at_huldar_miran'),
|
||||
(1726,'at_scent_larkorwi'),
|
||||
(1727,'at_scent_larkorwi'),
|
||||
(1728,'at_scent_larkorwi'),
|
||||
|
|
@ -36,12 +36,18 @@ INSERT INTO scripted_areatrigger VALUES
|
|||
(2067,'at_blackrock_spire'),
|
||||
(3066,'at_ravenholdt'),
|
||||
(3146,'at_hive_tower'),
|
||||
(3546,'at_childrens_week_spot'), -- Darnassian bank
|
||||
(3547,'at_childrens_week_spot'), -- Undercity - thone room
|
||||
(3548,'at_childrens_week_spot'), -- Stonewrought Dam
|
||||
(3549,'at_childrens_week_spot'), -- The Mor'shan Rampart
|
||||
(3550,'at_childrens_week_spot'), -- Ratchet Docks
|
||||
(3552,'at_childrens_week_spot'), -- Westfall Lighthouse
|
||||
-- Darnassian bank
|
||||
(3546,'at_childrens_week_spot'),
|
||||
-- Undercity - Throne Room
|
||||
(3547,'at_childrens_week_spot'),
|
||||
-- Stonewrought Dam
|
||||
(3548,'at_childrens_week_spot'),
|
||||
-- The Mor'shan Rampart
|
||||
(3549,'at_childrens_week_spot'),
|
||||
-- Ratchet Docks
|
||||
(3550,'at_childrens_week_spot'),
|
||||
-- Westfall Lighthouse
|
||||
(3552,'at_childrens_week_spot'),
|
||||
(3587,'at_ancient_leaf'),
|
||||
(3626,'at_vaelastrasz'),
|
||||
(3958,'at_zulgurub'),
|
||||
|
|
@ -174,9 +180,9 @@ UPDATE gameobject_template SET ScriptName='spell_dummy_go' WHERE entry IN (18161
|
|||
/* WORLD MAP SCRIPTS */
|
||||
DELETE FROM world_template WHERE map IN (0, 1, 530);
|
||||
INSERT INTO world_template VALUES
|
||||
(0, 'world_map_eastern_kingdoms'),
|
||||
(1, 'world_map_kalimdor'),
|
||||
(530, 'world_map_outland');
|
||||
(0,'world_map_eastern_kingdoms'),
|
||||
(1,'world_map_kalimdor'),
|
||||
(530,'world_map_outland');
|
||||
|
||||
-- gromgol UC
|
||||
INSERT INTO scripted_event_id VALUES
|
||||
|
|
@ -385,26 +391,26 @@ UPDATE creature_template SET ScriptName='boss_chromaggus' WHERE entry=14020;
|
|||
UPDATE creature_template SET ScriptName='boss_victor_nefarius' WHERE entry=10162;
|
||||
UPDATE creature_template SET ScriptName='boss_nefarian' WHERE entry=11583;
|
||||
INSERT INTO scripted_event_id VALUES
|
||||
(8446, 'event_weekly_chromatic_selection'),
|
||||
(8447, 'event_weekly_chromatic_selection'),
|
||||
(8448, 'event_weekly_chromatic_selection'),
|
||||
(8449, 'event_weekly_chromatic_selection'),
|
||||
(8450, 'event_weekly_chromatic_selection'),
|
||||
(8451, 'event_weekly_chromatic_selection'),
|
||||
(8452, 'event_weekly_chromatic_selection'),
|
||||
(8453, 'event_weekly_chromatic_selection'),
|
||||
(8454, 'event_weekly_chromatic_selection'),
|
||||
(8455, 'event_weekly_chromatic_selection'),
|
||||
(8520, 'event_weekly_chromatic_selection'),
|
||||
(8521, 'event_weekly_chromatic_selection'),
|
||||
(8522, 'event_weekly_chromatic_selection'),
|
||||
(8523, 'event_weekly_chromatic_selection'),
|
||||
(8524, 'event_weekly_chromatic_selection'),
|
||||
(8525, 'event_weekly_chromatic_selection'),
|
||||
(8526, 'event_weekly_chromatic_selection'),
|
||||
(8527, 'event_weekly_chromatic_selection'),
|
||||
(8528, 'event_weekly_chromatic_selection'),
|
||||
(8529, 'event_weekly_chromatic_selection');
|
||||
(8446,'event_weekly_chromatic_selection'),
|
||||
(8447,'event_weekly_chromatic_selection'),
|
||||
(8448,'event_weekly_chromatic_selection'),
|
||||
(8449,'event_weekly_chromatic_selection'),
|
||||
(8450,'event_weekly_chromatic_selection'),
|
||||
(8451,'event_weekly_chromatic_selection'),
|
||||
(8452,'event_weekly_chromatic_selection'),
|
||||
(8453,'event_weekly_chromatic_selection'),
|
||||
(8454,'event_weekly_chromatic_selection'),
|
||||
(8455,'event_weekly_chromatic_selection'),
|
||||
(8520,'event_weekly_chromatic_selection'),
|
||||
(8521,'event_weekly_chromatic_selection'),
|
||||
(8522,'event_weekly_chromatic_selection'),
|
||||
(8523,'event_weekly_chromatic_selection'),
|
||||
(8524,'event_weekly_chromatic_selection'),
|
||||
(8525,'event_weekly_chromatic_selection'),
|
||||
(8526,'event_weekly_chromatic_selection'),
|
||||
(8527,'event_weekly_chromatic_selection'),
|
||||
(8528,'event_weekly_chromatic_selection'),
|
||||
(8529,'event_weekly_chromatic_selection');
|
||||
|
||||
|
||||
/* BLADE'S EDGE MOUNTAINS */
|
||||
|
|
@ -424,10 +430,10 @@ UPDATE creature_template SET ScriptName='npc_deadsoul_orb' WHERE entry=20845;
|
|||
UPDATE creature_template SET ScriptName='npc_evergrove_druid' WHERE entry=22423;
|
||||
UPDATE creature_template SET ScriptName='npc_apexis_flayer' WHERE entry=22175;
|
||||
INSERT INTO scripted_areatrigger VALUES
|
||||
(4613, "mobs_grishna_arrakoa"),
|
||||
(4615, "mobs_grishna_arrakoa"),
|
||||
(4616, "mobs_grishna_arrakoa"),
|
||||
(4617, "mobs_grishna_arrakoa");
|
||||
(4613,'mobs_grishna_arrakoa'),
|
||||
(4615,'mobs_grishna_arrakoa'),
|
||||
(4616,'mobs_grishna_arrakoa'),
|
||||
(4617,'mobs_grishna_arrakoa');
|
||||
UPDATE creature_template SET ScriptName='npc_soulgrinder' WHERE entry=23019;
|
||||
UPDATE creature_template SET ScriptName='npc_mogdorg_the_wizened' WHERE entry=22941;
|
||||
UPDATE creature_template SET ScriptName='npc_supplicant' WHERE entry IN(23052,23053);
|
||||
|
|
@ -641,7 +647,7 @@ UPDATE creature_template SET ScriptName='npc_infused_crystal' WHERE entry=16364;
|
|||
|
||||
/* FELWOOD */
|
||||
INSERT INTO scripted_event_id VALUES
|
||||
(8328, 'npc_kroshius');
|
||||
(8328,'npc_kroshius');
|
||||
UPDATE creature_template SET ScriptName='npc_kitten' WHERE entry=9937;
|
||||
UPDATE creature_template SET ScriptName='npc_corrupt_saber' WHERE entry=10042;
|
||||
UPDATE creature_template SET ScriptName='npc_niby_the_almighty' WHERE entry=14469;
|
||||
|
|
@ -922,7 +928,7 @@ UPDATE creature_template SET ScriptName='npc_scrapped_fel_reaver' WHERE entry IN
|
|||
UPDATE creature_template SET ScriptName='npc_adyen_the_lightwarden' WHERE entry IN(18537);
|
||||
UPDATE creature_template SET ScriptName='npc_kaylaan_the_lost' WHERE entry IN(20794);
|
||||
INSERT INTO scripted_areatrigger VALUES
|
||||
(4523, 'at_socrethar_seat');
|
||||
(4523,'at_socrethar_seat');
|
||||
UPDATE creature_template SET ScriptName='npc_commander_hobb' WHERE entry IN(23434);
|
||||
UPDATE creature_template SET ScriptName='npc_commander_arcus' WHERE entry IN(23452);
|
||||
|
||||
|
|
@ -1203,7 +1209,7 @@ INSERT INTO scripted_areatrigger VALUES
|
|||
(4034,'at_stomach_cthun'),
|
||||
(4036,'at_stomach_cthun');
|
||||
INSERT INTO scripted_event_id VALUES
|
||||
(9738, 'event_cthun_reset');
|
||||
(9738,'event_cthun_reset');
|
||||
|
||||
/* TEROKKAR FOREST */
|
||||
UPDATE creature_template SET ScriptName='mob_netherweb_victim' WHERE entry=22355;
|
||||
|
|
@ -1221,7 +1227,7 @@ UPDATE creature_template SET ScriptName='npc_draenei_tomb_guardian' WHERE entry=
|
|||
UPDATE creature_template SET ScriptName='npc_vengeful_harbinger' WHERE entry=21638;
|
||||
UPDATE creature_template SET ScriptName='boss_terokk' WHERE entry IN(21838);
|
||||
INSERT INTO scripted_event_id VALUES
|
||||
(15014, 'event_summon_terokk');
|
||||
(15014,'event_summon_terokk');
|
||||
|
||||
/* THOUSAND NEEDLES */
|
||||
UPDATE creature_template SET ScriptName='npc_kanati' WHERE entry=10638;
|
||||
|
|
@ -2443,8 +2449,8 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,broadc
|
|||
('-1001211','Holy mother of O''ros!','0','0','0','5','14663','demolitionist_legoso SAY_ESCORT_AGGRO'),
|
||||
('-1001212','I... I can''t believe it''s over. You did it! You''ve destroyed the blood elves and their leader!','0','0','0','1','14664','demolitionist_legoso SAY_ESCORT_COMPLETE_1'),
|
||||
('-1001213','Get back to Blood Watch. I''ll see you there...','0','0','0','1','14665','demolitionist_legoso SAY_ESCORT_COMPLETE_2'),
|
||||
('-1001214','%s becomes unstable with brimming energy!',0,2,0,0,24001,'Living flare EMOTE'),
|
||||
('-1001215','%s releases its energy, engulfing its surroundings in flames!',0,2,0,0,24002,'Unstable flare EMOTE'),
|
||||
('-1001214','%s becomes unstable with brimming energy!','0','2','0','0','24001','Living flare EMOTE'),
|
||||
('-1001215','%s releases its energy, engulfing its surroundings in flames!','0','2','0','0','24002','Unstable flare EMOTE'),
|
||||
-- TODO backport TBC quest with living flare
|
||||
('-1001216','The last thing I remember is the ship falling and us getting into the pods. I''ll go see how I can help. Thank you!','0','0','7','0','13408','draenei_survivor SAY_HEAL1'),
|
||||
('-1001217','Where am I? Who are you? Oh no! What happened to the ship?','0','0','7','0','13409','draenei_survivor SAY_HEAL2'),
|
||||
|
|
@ -2558,10 +2564,10 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,broadc
|
|||
|
||||
('-1010022','Thank you for freeing me. Speak with my sister in Splintertree. I... I must find a place to rest...','0','0','0','0','8265','Ruul Snowhoof'),
|
||||
|
||||
('-1010023','I\'m ready when you are, $N. Lead the way!','0','0','0','0','4079','Kindal Moonweaver SAY_QUEST_START'),
|
||||
('-1010023','I''m ready when you are, $N. Lead the way!','0','0','0','0','4079','Kindal Moonweaver SAY_QUEST_START'),
|
||||
('-1010024','Die, $n. Elune will not have you harm her creatures any longer!','0','0','0','0','4123','Kindal Moonweaver SAY_INITIAL_AGGRO'),
|
||||
('-1010025','You dare touch me?!','0','0','0','0','4125','Kindal Moonweaver SAY_AGGRO'),
|
||||
('-1010026','We\'ve done it! Meet me back by Jer\'kai above the Grim Totem camp.','0','0','0','0','4080','Kindal Moonweaver SAY_QUEST_COMPLETE'),
|
||||
('-1010026','We''ve done it! Meet me back by Jer''kai above the Grim Totem camp.','0','0','0','0','4080','Kindal Moonweaver SAY_QUEST_COMPLETE'),
|
||||
|
||||
('-1010027','%s is lured out by the sweet scent of the purified food.','0','2','0','0','5617','Blackwood Furbolg - on event 3938'),
|
||||
('-1010028','%s begins to greedily devour the food.','0','2','0','0','5618','Blackwood Furbolg - on event 3938'),
|
||||
|
|
@ -3325,7 +3331,7 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,broadc
|
|||
('-1509029','Come get some!','0','0','0','0','11478','andorov SAY_ANDOROV_INTRO_4'),
|
||||
('-1509030','Kill first, ask questions later... Incoming!','0','1','0','0','11032','andorov SAY_ANDOROV_ATTACK_START'),
|
||||
('-1509031','I lied...','0','1','0','0','11477','andorov SAY_ANDOROV_INTRO_2'),
|
||||
('-1509032','My work here is done. I\'ll be sure to let Mar\'alith and the others at Cenarion Hold know that you helped me out a little. Be careful in here, you don\'t have me holdin\' your hand past this point.','0','0','0','0','11560','andorov SAY_ANDOROV_DESPAWN');
|
||||
('-1509032','My work here is done. I''ll be sure to let Mar''alith and the others at Cenarion Hold know that you helped me out a little. Be careful in here, you don''t have me holdin'' your hand past this point.','0','0','0','0','11560','andorov SAY_ANDOROV_DESPAWN');
|
||||
|
||||
-- -1 531 000 TEMPLE OF AHN'QIRAJ
|
||||
INSERT INTO script_texts (entry,content_default,sound,type,language,emote,broadcast_text_id,comment) VALUES
|
||||
|
|
@ -3742,7 +3748,7 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,broadc
|
|||
|
||||
('-1533158','%s lets loose a triumphant shout.','0','2','0','0','13082','instructor_razuvious EMOTE_TRIUMPHANT_SHOOT'),
|
||||
|
||||
('-1533159','%s flees after seeing Kel\'Thuzad fall!','0','7','0','0','12391','guardian_icecrown EMOTE_FLEE'),
|
||||
('-1533159','%s flees after seeing Kel''Thuzad fall!','0','7','0','0','12391','guardian_icecrown EMOTE_FLEE'),
|
||||
|
||||
('-1533160','%s emits a strange noise.','0','7','0','0','10755','stoneskin_gargoyle EMOTE_STONESKIN');
|
||||
|
||||
|
|
@ -4282,7 +4288,7 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,broadc
|
|||
('-1555028','Keep your minds focused for the days of reckoning are close at hand. Soon, the destroyer of worlds will return to make good on his promise. Soon the destruction of all that is will begin!','10522','1','0','0','0','vorpil SAY_INTRO'),
|
||||
('-1555029','I''ll make an offering of your blood!','10524','1','0','0','17868','vorpil SAY_AGGRO1'),
|
||||
('-1555030','You''ll be a fine example for the others!','10525','1','0','0','17869','vorpil SAY_AGGRO2'),
|
||||
('-1555031','Good, a worthy sacrifice!','10526','1','0','0','17870 ','vorpil SAY_AGGRO3'),
|
||||
('-1555031','Good, a worthy sacrifice!','10526','1','0','0','17870','vorpil SAY_AGGRO3'),
|
||||
('-1555032','Come to my aid! Heed your master now!','10523','1','0','0','17867','vorpil SAY_HELP'),
|
||||
('-1555033','I serve with pride.','10527','1','0','0','17871','vorpil SAY_SLAY1'),
|
||||
('-1555034','Your death is for the greater cause...','10528','1','0','0','17872','vorpil SAY_SLAY2'),
|
||||
|
|
@ -5066,7 +5072,7 @@ INSERT INTO gossip_texts (entry,content_default,comment) VALUES
|
|||
(-3000107,'I am ready, as are my forces. Let us end this masquerade!','reginald windsor GOSSIP_ITEM_START'),
|
||||
(-3000108,'I need a moment of your time, sir.','prospector anvilward GOSSIP_ITEM_MOMENT'),
|
||||
(-3000109,'I am ready, Oronok. Let us destroy Cyrukh and free the elements!','oronok torn-heart GOSSIP_ITEM_FIGHT'),
|
||||
(-3000110,'Why... yes, of course. I\'ve something to show you right inside this building, Mr. Anvilward.','prospector anvilward GOSSIP_ITEM_SHOW'),
|
||||
(-3000110,'Why... yes, of course. I''ve something to show you right inside this building, Mr. Anvilward.','prospector anvilward GOSSIP_ITEM_SHOW'),
|
||||
(-3000111,'I am ready, Anchorite. Let us begin the exorcism.','anchorite barada GOSSIP_ITEM_EXORCISM'),
|
||||
(-3000112,'Turn the key to start the machine.','threshwackonator GOSSIP_ITEM_TURN_KEY');
|
||||
|
||||
|
|
@ -5084,10 +5090,10 @@ INSERT INTO gossip_texts (entry,content_default,comment) VALUES
|
|||
|
||||
-- -3 230 000 BLACKROCK DEPTHS
|
||||
INSERT INTO gossip_texts (entry,content_default,comment) VALUES
|
||||
(-3230000,'You\'re free, Dughal! Get out of here!','dughal GOSSIP_ITEM_DUGHAL'),
|
||||
(-3230001,'Get out of here, Tobias, you\'re free!','tobias GOSSIP_ITEM_TOBIAS'),
|
||||
(-3230002,'Your bondage is at an end, Doom\'rel. I challenge you!','doomrel GOSSIP_ITEM_CHALLENGE'),
|
||||
(-3230003,'Why don\'t you and Rocknot go find somewhere private...','nagmara GOSSIP_ITEM_NAGMARA');
|
||||
(-3230000,'You''re free, Dughal! Get out of here!','dughal GOSSIP_ITEM_DUGHAL'),
|
||||
(-3230001,'Get out of here, Tobias, you''re free!','tobias GOSSIP_ITEM_TOBIAS'),
|
||||
(-3230002,'Your bondage is at an end, Doom''rel. I challenge you!','doomrel GOSSIP_ITEM_CHALLENGE'),
|
||||
(-3230003,'Why don''t you and Rocknot go find somewhere private...','nagmara GOSSIP_ITEM_NAGMARA');
|
||||
|
||||
-- -3 409 000 MOLTEN CORE
|
||||
INSERT INTO gossip_texts (entry,content_default,comment) VALUES
|
||||
|
|
@ -5097,7 +5103,7 @@ INSERT INTO gossip_texts (entry,content_default,comment) VALUES
|
|||
|
||||
-- -3 469 000 BLACKWING LAIR
|
||||
INSERT INTO gossip_texts (entry,content_default,comment) VALUES
|
||||
(-3469000,'I\'ve made no mistakes.','victor_nefarius GOSSIP_ITEM_NEFARIUS_1'),
|
||||
(-3469000,'I''ve made no mistakes.','victor_nefarius GOSSIP_ITEM_NEFARIUS_1'),
|
||||
(-3469001,'You have lost your mind, Nefarius. You speak in riddles.','victor_nefarius GOSSIP_ITEM_NEFARIUS_2'),
|
||||
(-3469002,'Please do.','victor_nefarius GOSSIP_ITEM_NEFARIUS_3'),
|
||||
|
||||
|
|
@ -5106,16 +5112,16 @@ INSERT INTO gossip_texts (entry,content_default,comment) VALUES
|
|||
|
||||
-- -3 509 000 RUINS OF AHN'QIRAJ
|
||||
INSERT INTO gossip_texts (entry,content_default,comment) VALUES
|
||||
(-3509000,'Let\'s find out.','andorov GOSSIP_ITEM_START'),
|
||||
(-3509001,'Let\'s see what you have.','andorov GOSSIP_ITEM_TRADE');
|
||||
(-3509000,'Let''s find out.','andorov GOSSIP_ITEM_START'),
|
||||
(-3509001,'Let''s see what you have.','andorov GOSSIP_ITEM_TRADE');
|
||||
|
||||
-- -3 532 000 KARAZHAN
|
||||
INSERT INTO gossip_texts (entry,content_default,comment) VALUES
|
||||
(-3532000,'Teleport me to the Guardian\'s Library','berthold GOSSIP_ITEM_TELEPORT'),
|
||||
(-3532001,'I\'m not an actor.','barnes GOSSIP_ITEM_OPERA_1'),
|
||||
(-3532002,'Ok, I\'ll give it a try, then.','barnes GOSSIP_ITEM_OPERA_2'),
|
||||
(-3532003,'I\'ve never been more ready.','barnes GOSSIP_ITEM_OPERA_JULIANNE_WIPE'),
|
||||
(-3532004,'The wolf\'s going down.','barnes GOSSIP_ITEM_OPERA_WOLF_WIPE'),
|
||||
(-3532000,'Teleport me to the Guardian''s Library','berthold GOSSIP_ITEM_TELEPORT'),
|
||||
(-3532001,'I''m not an actor.','barnes GOSSIP_ITEM_OPERA_1'),
|
||||
(-3532002,'Ok, I''ll give it a try, then.','barnes GOSSIP_ITEM_OPERA_2'),
|
||||
(-3532003,'I''ve never been more ready.','barnes GOSSIP_ITEM_OPERA_JULIANNE_WIPE'),
|
||||
(-3532004,'The wolf''s going down.','barnes GOSSIP_ITEM_OPERA_WOLF_WIPE'),
|
||||
(-3532005,'Oh, grandmother, what phat lewts you have.','grandma GOSSIP_ITEM_GRANDMA_THIRD'),
|
||||
|
||||
(-3532006,'Control Orc Grunt','orc grunt GOSSIP_ITEM_ORC_GRUNT'),
|
||||
|
|
@ -5147,33 +5153,33 @@ INSERT INTO gossip_texts (entry,content_default,comment) VALUES
|
|||
|
||||
-- -3 560 000 ESCAPE FROM DURNHOLDE (OLD HILLSBRAD)
|
||||
INSERT INTO gossip_texts (entry,content_default,comment) VALUES
|
||||
(-3560000,'We are ready to get you out of here, Thrall. Let\'s go!','thrall GOSSIP_ITEM_START'),
|
||||
(-3560000,'We are ready to get you out of here, Thrall. Let''s go!','thrall GOSSIP_ITEM_START'),
|
||||
(-3560001,'I need a pack of Incendiary Bombs.','erozion GOSSIP_ITEM_NEED_BOMBS'),
|
||||
(-3560002,'Taretha cannot see you, Thrall.','thrall GOSSIP_ITEM_SKARLOC1'),
|
||||
(-3560003,'The situation is rather complicated, Thrall. It would be best for you to head into the mountains now, before more of Blackmoore\'s men show up. We\'ll make sure Taretha is safe.','thrall GOSSIP_ITEM_SKARLOC2'),
|
||||
(-3560004,'We\'re ready, Thrall.','thrall GOSSIP_ITEM_TARREN_2'),
|
||||
(-3560003,'The situation is rather complicated, Thrall. It would be best for you to head into the mountains now, before more of Blackmoore''s men show up. We''ll make sure Taretha is safe.','thrall GOSSIP_ITEM_SKARLOC2'),
|
||||
(-3560004,'We''re ready, Thrall.','thrall GOSSIP_ITEM_TARREN_2'),
|
||||
(-3560005,'Strange wizard?','taretha GOSSIP_ITEM_EPOCH1'),
|
||||
(-3560006,'We\'ll get you out. Taretha. Don\'t worry. I doubt the wizard would wander too far away.','taretha GOSSIP_ITEM_EPOCH2'),
|
||||
(-3560006,'We''ll get you out. Taretha. Don''t worry. I doubt the wizard would wander too far away.','taretha GOSSIP_ITEM_EPOCH2'),
|
||||
(-3560007,'Tarren Mill.','thrall GOSSIP_ITEM_TARREN_1');
|
||||
|
||||
-- -3 564 000 BLACK TEMPLE
|
||||
INSERT INTO gossip_texts (entry,content_default,comment) VALUES
|
||||
(-3564000,'I\'m with you, Akama.','akama(shade) GOSSIP_ITEM_START_ENCOUNTER'),
|
||||
(-3564001,'I\'m ready, Akama.','akama(illidan) GOSSIP_ITEM_PREPARE'),
|
||||
(-3564002,'We\'re ready to face Illidan.','akama(illidan) GOSSIP_ITEM_START_EVENT');
|
||||
(-3564000,'I''m with you, Akama.','akama(shade) GOSSIP_ITEM_START_ENCOUNTER'),
|
||||
(-3564001,'I''m ready, Akama.','akama(illidan) GOSSIP_ITEM_PREPARE'),
|
||||
(-3564002,'We''re ready to face Illidan.','akama(illidan) GOSSIP_ITEM_START_EVENT');
|
||||
|
||||
-- -3 568 000 ZUL'AMAN
|
||||
INSERT INTO gossip_texts (entry,content_default,comment) VALUES
|
||||
(-3568000,'Thanks for the concern, but we intend to explore Zul\'Aman.','harrison jones GOSSIP_ITEM_BEGIN'),
|
||||
(-3568001,'The coast is clear. You\'re free!','harkor GOSSIP_ITEM_ID_HARKOR_FREE'),
|
||||
(-3568000,'Thanks for the concern, but we intend to explore Zul''Aman.','harrison jones GOSSIP_ITEM_BEGIN'),
|
||||
(-3568001,'The coast is clear. You''re free!','harkor GOSSIP_ITEM_ID_HARKOR_FREE'),
|
||||
(-3568002,'So, how does a dwarf like you end up in a place like this?','harkor GOSSIP_ITEM_ID_HARKOR_DONE'),
|
||||
(-3568003,'Nalorakk is dead, you\'re free to go.','tanzar GOSSIP_ITEM_ID_TANZAR_FREE'),
|
||||
(-3568004,'You\'re welcome... Now tell us what\'s going on here!','tanzar GOSSIP_ITEM_ID_TANZAR_DONE'),
|
||||
(-3568003,'Nalorakk is dead, you''re free to go.','tanzar GOSSIP_ITEM_ID_TANZAR_FREE'),
|
||||
(-3568004,'You''re welcome... Now tell us what''s going on here!','tanzar GOSSIP_ITEM_ID_TANZAR_DONE'),
|
||||
(-3568005,'What can you tell us about Budd?','tanzar GOSSIP_ITEM_ID_TANZAR_DONE2'),
|
||||
(-3568006,'We\'ve killed your captors. You\'re free to go.','kraz GOSSIP_ITEM_ID_KRAZ_FREE'),
|
||||
(-3568006,'We''ve killed your captors. You''re free to go.','kraz GOSSIP_ITEM_ID_KRAZ_FREE'),
|
||||
(-3568007,'What happened to you, orc?','kraz GOSSIP_ITEM_ID_KRAZ_DONE'),
|
||||
(-3568008,'It\'s safe, little gnome. You can come out now.','ashli GOSSIP_ITEM_ID_ASHLI_FREE'),
|
||||
(-3568009,'How\'d a perky little gnome like you get caught up in a mess like this?','ashli GOSSIP_ITEM_ID_ASHLI_DONE');
|
||||
(-3568008,'It''s safe, little gnome. You can come out now.','ashli GOSSIP_ITEM_ID_ASHLI_FREE'),
|
||||
(-3568009,'How''d a perky little gnome like you get caught up in a mess like this?','ashli GOSSIP_ITEM_ID_ASHLI_DONE');
|
||||
|
||||
--
|
||||
-- Below just for beautiful view in table, run at own desire
|
||||
|
|
@ -5188,7 +5194,7 @@ INSERT INTO gossip_texts (entry,content_default,comment) VALUES
|
|||
--
|
||||
|
||||
TRUNCATE script_waypoint;
|
||||
INSERT INTO `script_waypoint` (`entry`, `pathId`, `pointid`, `position_x`, `position_y`, `position_z`, `orientation`, `waittime`, `script_id`, `comment`) VALUES
|
||||
INSERT INTO script_waypoint (entry, pathId, pointid, position_x, position_y, position_z, orientation, waittime, script_id, comment) VALUES
|
||||
(349,0,1,-8769.59,-2185.73,141.975,0,0,0,''),
|
||||
(349,0,2,-8776.54,-2193.78,140.96,0,0,0,''),
|
||||
(349,0,3,-8783.29,-2194.82,140.462,0,0,0,''),
|
||||
|
|
@ -6130,15 +6136,15 @@ INSERT INTO `script_waypoint` (`entry`, `pathId`, `pointid`, `position_x`, `posi
|
|||
(7997,0,5,-4554.02,815.75,61.37,2.09212,0,0,''),
|
||||
(7997,0,6,-4558.88,824.21,60.99,2.09212,0,0,''),
|
||||
(7997,0,7,-4568.32,837.43,59.12,2.05207,0,0,''),
|
||||
(7997,0,8,-4569.90,841.76,59.74,1.85886,0,0,'Captured Sprite Darter despawn and send kill credit'),
|
||||
(7997,0,8,-4569.9,841.76,59.74,1.85886,0,0,'Captured Sprite Darter despawn and send kill credit'),
|
||||
(7997,1,1,-4531.98,807.74,59.96,5.584,0,0,'Captured Sprite Darter leaves cage'),
|
||||
(7997,1,2,-4528.44,818.16,60.29,1.92405,0,0,''),
|
||||
(7997,1,3,-4532.99,823.72,60.45,2.57672,0,0,''),
|
||||
(7997,1,4,-4540.03,826.10,60.51,3.18462,0,0,''),
|
||||
(7997,1,4,-4540.03,826.1,60.51,3.18462,0,0,''),
|
||||
(7997,1,5,-4548.23,824.09,60.47,3.47914,0,0,''),
|
||||
(7997,1,6,-4554.04,823.40,61.07,3.04796,0,0,''),
|
||||
(7997,1,6,-4554.04,823.4,61.07,3.04796,0,0,''),
|
||||
(7997,1,7,-4559.95,827.46,60.28,2.21151,0,0,''),
|
||||
(7997,1,8,-4568.80,840.24,59.62,2.04422,0,0,'Captured Sprite Darter despawn and send kill credit'),
|
||||
(7997,1,8,-4568.8,840.24,59.62,2.04422,0,0,'Captured Sprite Darter despawn and send kill credit'),
|
||||
(7997,2,1,-4531.98,807.74,59.96,5.584,0,0,'Captured Sprite Darter leaves cage'),
|
||||
(7997,2,2,-4527.93,805.21,59.68,5.51725,0,0,''),
|
||||
(7997,2,3,-4523.21,801.48,59.55,6.00262,0,0,''),
|
||||
|
|
@ -6146,15 +6152,15 @@ INSERT INTO `script_waypoint` (`entry`, `pathId`, `pointid`, `position_x`, `posi
|
|||
(7997,2,5,-4510.99,803.04,60.55,0.489129,0,0,''),
|
||||
(7997,2,6,-4505.74,805.83,62.06,0.689405,0,0,''),
|
||||
(7997,2,7,-4502.42,810.73,62.92,1.05462,0,0,''),
|
||||
(7997,2,8,-4497.04,819.50,63.52,1.00042,0,0,'Captured Sprite Darter despawn and send kill credit'),
|
||||
(7997,2,8,-4497.04,819.5,63.52,1.00042,0,0,'Captured Sprite Darter despawn and send kill credit'),
|
||||
(7997,3,1,-4531.98,807.74,59.96,5.584,0,0,'Captured Sprite Darter leaves cage'),
|
||||
(7997,3,2,-4524.90,798.40,59.44,5.25964,0,0,''),
|
||||
(7997,3,2,-4524.9,798.4,59.44,5.25964,0,0,''),
|
||||
(7997,3,3,-4518.62,787.26,59.91,4.85437,0,0,''),
|
||||
(7997,3,4,-4516.15,768.63,60.59,4.73892,0,0,''),
|
||||
(7997,3,5,-4514.92,755.28,60.38,4.5999,0,0,''),
|
||||
(7997,3,6,-4515.78,744.25,60.54,4.5999,0,0,''),
|
||||
(7997,3,7,-4514.10,727.70,62.07,4.82531,0,0,''),
|
||||
(7997,3,8,-4510.50,696.02,64.68,4.82531,0,0,'Captured Sprite Darter despawn and send kill credit'),
|
||||
(7997,3,7,-4514.1,727.7,62.07,4.82531,0,0,''),
|
||||
(7997,3,8,-4510.5,696.02,64.68,4.82531,0,0,'Captured Sprite Darter despawn and send kill credit'),
|
||||
(7998,0,1,-510.13,-132.69,-152.5,0,0,0,''),
|
||||
(7998,0,2,-511.099,-129.74,-153.845,0,0,0,''),
|
||||
(7998,0,3,-511.79,-127.476,-155.551,0,0,0,''),
|
||||
|
|
@ -6852,7 +6858,7 @@ INSERT INTO `script_waypoint` (`entry`, `pathId`, `pointid`, `position_x`, `posi
|
|||
(12818,0,24,3449.15,-471.29,168.49,0,0,0,''),
|
||||
(12818,0,25,3426.67,-456.34,158.85,0,0,0,''),
|
||||
(12818,0,26,3406.53,-446.61,153.57,0,0,0,''),
|
||||
(12818,0,27,3386.20,-437.82,151.93,0,0,0,''),
|
||||
(12818,0,27,3386.2,-437.82,151.93,0,0,0,''),
|
||||
(12818,0,28,3349.5782,-439.28,151.92,0,0,0,''),
|
||||
(12818,0,29,3310.3,-467.28,152.24,0,0,0,''),
|
||||
(12818,0,30,3290.63,-507.6,153.61,0,0,0,''),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue