KhaiLightfall.lua 634 B

12345678910111213141516171819
  1. --[[
  2. Script Name : SpawnScripts/ElddarGrove/KhaiLightfall.lua
  3. Script Purpose : Khai Lightfall <Monk Trainer>
  4. Script Author : John Adams
  5. Script Date : 2008.09.28
  6. Script Notes : Auto-Generated Conversation from PacketParser Data
  7. --]]
  8. function hailed(NPC, Spawn)
  9. FaceTarget(NPC, Spawn)
  10. if GetFactionAmount(Spawn,11) <0 then
  11. PlayFlavor(NPC, "", "You best remove yourself or I will be forced to.", "shakefist", 0, 0, Spawn)
  12. else
  13. PlayFlavor(NPC, "voiceover/english/voice_emotes/greetings/greetings_1_1036.mp3", "May yourr life be uneventful frriend.", "bow", 1689589577, 4560189, Spawn)
  14. end
  15. end