BarryViceheart.lua 511 B

123456789101112
  1. --[[
  2. Script Name : SpawnScripts/Graystone/BarryViceheart.lua
  3. Script Purpose : Barry Viceheart
  4. Script Author : John Adams
  5. Script Date : 2008.09.21
  6. Script Notes : Auto-Generated Conversation from PacketParser Data
  7. --]]
  8. function hailed(NPC, Spawn)
  9. FaceTarget(NPC, Spawn)
  10. PlayFlavor(NPC, "voiceover/english/barry_viceheart/qey_village03/100_customer_barbarian_viceheart_multhail1_31dbd300.mp3", "I don't think you want to help me with this difficult task. Farewell!", "", 2478336212, 3512678812, Spawn)
  11. end