PageRenderTime 50ms CodeModel.GetById 6ms RepoModel.GetById 0ms app.codeStats 0ms

/sql/old/4.3.4/world/34_2018_10_15/2018_10_09_06_world_from_335a_was_2018_10_08_06_world_335.sql

https://gitlab.com/trinitycore/TrinityCore_434
SQL | 44 lines | 0 code | 0 blank | 44 comment | 0 complexity | 99eb32ace291aaa2bd5fcc7da96544d0 MD5 | raw file
Possible License(s): GPL-2.0, BSD-2-Clause
  1. /*
  2. -- Prospector Remtravel
  3. DELETE FROM `creature_text` WHERE `CreatureID`=2917;
  4. INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
  5. (2917,0,0,"Ok, $n, let's go find where I left that mysterious fossil. Follow me!",12,7,100,0,0,0,925,0,"remtravel SAY_REM_START"),
  6. (2917,1,0,"Something tells me this $n wants the mysterious fossil too. Help!",12,7,100,0,0,0,941,0,"remtravel SAY_REM_AGGRO"),
  7. (2917,1,1,"Oh my! What's this? Help!",12,7,100,0,0,0,938,0,"remtravel SAY_REM_AGGRO"),
  8. (2917,1,2,"Looks like we've uncovered this $n. Now help me kill it!",12,7,100,0,0,0,939,0,"remtravel SAY_REM_AGGRO"),
  9. (2917,1,3,"Help me! This $n won't get off of me!",12,7,100,0,0,0,940,0,"remtravel SAY_REM_AGGRO"),
  10. (2917,1,4,"$n! Help!",12,7,100,0,0,0,942,0,"remtravel SAY_REM_AGGRO"),
  11. (2917,1,5,"Can you get this $n off me?",12,7,100,0,0,0,943,0,"remtravel SAY_REM_AGGRO"),
  12. (2917,2,0,"Now where did I put that mysterious fossil? Ah, maybe up there...",12,7,100,0,0,0,926,0,"remtravel SAY_REM_RAMP1_1"),
  13. (2917,3,0,"Hrm, nothing up here.",12,7,100,0,0,0,927,0,"remtravel SAY_REM_RAMP1_2"),
  14. (2917,4,0,"No mysterious fossil here... Ah, but my copy of Green Hills of Stranglethorn. What a good book!",12,7,100,0,0,0,928,0,"remtravel SAY_REM_BOOK"),
  15. (2917,5,0,"I bet you I left it in the tent!",12,7,100,0,0,0,929,0,"remtravel SAY_REM_TENT1_1"),
  16. (2917,6,0,"Oh wait, that's Hollee's tent... and it's empty.",12,7,100,0,0,0,930,0,"remtravel SAY_REM_TENT1_2"),
  17. (2917,7,0,"Interesting... I hadn't noticed this earlier...",12,7,100,0,0,0,931,0,"remtravel SAY_REM_MOSS"),
  18. (2917,8,0,"%s inspects the ancient, mossy stone.",16,0,100,0,0,0,932,0,"remtravel EMOTE_REM_MOSS"),
  19. (2917,9,0,"Oh wait! I'm supposed to be looking for that mysterious fossil!",12,7,100,0,0,0,933,0,"remtravel SAY_REM_MOSS_PROGRESS"),
  20. (2917,10,0,"Nope, didn't leave the fossil back here!",12,7,100,0,0,0,935,0,"remtravel SAY_REM_PROGRESS"),
  21. (2917,11,0,"Ah, I remember now! I gave the mysterious fossil to Hollee! Check with her.",12,7,100,0,0,0,936,0,"remtravel SAY_REM_REMEMBER"),
  22. (2917,12,0,"%s goes back to work, oblivious to everything around him.",16,0,100,0,0,0,937,0,"remtravel EMOTE_REM_END");
  23. -- Gravelflint Scout
  24. UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=2158;
  25. DELETE FROM `smart_scripts` WHERE `entryorguid`=2158 AND `source_type`=0;
  26. 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`,`event_param5`,`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
  27. (2158,0,0,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gravelflint Scout - Between 0-15% Health - Flee For Assist (No Repeat)");
  28. -- Gravelflint Bonesnapper
  29. UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=2159;
  30. DELETE FROM `smart_scripts` WHERE `entryorguid`=2159 AND `source_type`=0;
  31. 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`,`event_param5`,`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
  32. (2159,0,0,0,0,0,100,0,3000,6000,8000,12000,0,11,3148,0,0,0,0,0,2,0,0,0,0,0,0,0,"Gravelflint Bonesnapper - In Combat - Cast 'Head Crack'"),
  33. (2159,0,1,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gravelflint Bonesnapper - Between 0-15% Health - Flee For Assist (No Repeat)");
  34. -- Gravelflint Geomancer
  35. UPDATE `creature_template` SET `AIName`="SmartAI", `unit_class`=8 WHERE `entry`=2160;
  36. DELETE FROM `smart_scripts` WHERE `entryorguid`=2160 AND `source_type`=0;
  37. 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`,`event_param5`,`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
  38. (2160,0,0,0,23,0,100,0,12544,0,3000,5000,0,11,12544,0,0,0,0,0,1,0,0,0,0,0,0,0,"Gravelflint Geomancer - On Has No Aura 'Frost Armor' - Cast 'Frost Armor'"),
  39. (2160,0,1,0,0,0,100,0,0,0,3000,5000,0,11,19816,64,0,0,0,0,2,0,0,0,0,0,0,0,"Gravelflint Geomancer - In Combat - Cast 'Fireball'"),
  40. (2160,0,2,0,2,0,100,1,0,15,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gravelflint Geomancer - Between 0-15% Health - Flee For Assist (No Repeat)");
  41. */