FarnsbyDunworth.lua 427 B

123456789101112
  1. --[[
  2. Script Name : SpawnScripts/Starcrest/FarnsbyDunworth.lua
  3. Script Purpose : Farnsby Dunworth
  4. Script Author : John Adams
  5. Script Date : 2008.09.23
  6. Script Notes : Auto-Generated Conversation from PacketParser Data
  7. --]]
  8. function hailed(NPC, Spawn)
  9. FaceTarget(NPC, Spawn)
  10. PlayFlavor(NPC, "", "Hey, I don't know what they are talking about. I've never seen such a scroll in my life!", "", 1689589577, 4560189, Spawn)
  11. end