MasteratArmsDagorel.lua 1.3 KB

1234567891011121314151617181920212223242526
  1. --[[
  2. Script Name : SpawnScripts/SouthQeynos/MasteratArmsDagorel.lua
  3. Script Author : Dorbin
  4. Script Date : 2022.10.25 12:10:24
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. end
  10. function hailed(NPC, Spawn)
  11. FaceTarget(NPC, Spawn)
  12. PlayFlavor(NPC, "voiceover/english/sergeant-at-arms_ironcast/qey_north/100_soc_dwarf_guard_officer_ironcast_no_181290a1.mp3", "Hail, citizen. I'm on duty and can't speak. If you need the assistance of the guard, let us know.", "salute", 904288338, 3551828428, Spawn, 0)
  13. end
  14. function respawn(NPC)
  15. spawn(NPC)
  16. end
  17. --[[
  18. Brawlers don't waste their time strapping on bulky armor. Sometimes the only weapons they use are their fists, and they dodge their opponent's blows with the swiftness of a hawk. Do you choose this path?
  19. Warriors run to the front line in battle and care only about slaughtering the enemy and oiling their weapons with their foe's blood. Warriors know might makes right. Do you choose this path?
  20. None matches the conviction of a crusader. Crusaders fight for a cause. This cause gives them the strength to crush their opponents beneath their feet. The last thing that people see when they fight a crusader is a cold, dead look -- their own reflection in the crusader's eyes. Do you choose this path?
  21. ]]--