BrokentuskVoiceOvers.lua 1.0 KB

1234567891011121314151617181920212223242526
  1. --[[
  2. Script Name : SpawnScripts/Generic/BrokentuskVoiceOvers.lua
  3. Script Purpose : Handles voice overs for the Brokentusk.
  4. Script Author : Scatman
  5. Script Date : 2009.08.20
  6. Script Notes :
  7. --]]
  8. function generic_aggro(NPC, Spawn)
  9. PlayFlavor(NPC, "voiceover/english/optional3/orc_brokentusk/ft/orc/orc_brokentusk_1_aggro_58aa3cd6.mp3", "Everyone, over here. Kill them and take their boots!", "", 434487644, 2328686578)
  10. end
  11. function generic_healthchanged(NPC, Spawn)
  12. PlayFlavor(NPC, "voiceover/english/optional3/orc_brokentusk/ft/orc/orc_brokentusk_1_battle_m_15e66010.mp3", "I think we should just run!", "", 1889420114, 3820789621)
  13. end
  14. function generic_killed(NPC, Spawn)
  15. PlayFlavor(NPC, "voiceover/english/optional3/orc_brokentusk/ft/orc/orc_brokentusk_1_victory_bfb0a7a3.mp3", "All of this stuff is mine!", "", 4284515986, 2571034270)
  16. end
  17. function generic_death(NPC, Spawn)
  18. end
  19. --[[
  20. PlayFlavor(NPC, "voiceover/english/optional3/orc_brokentusk/ft/orc/orc_brokentusk_1_garbled_0.mp3", "", "", 3549344355, 3906322090, Spawn)
  21. --]]