GrakusStonemallet.lua 453 B

12345678910111213
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/GrakusStonemallet.lua
  3. Script Author : Zcoretri
  4. Script Date : 2015.07.30
  5. Script Purpose : Grakus Stonemallet dialog
  6. :
  7. --]]
  8. function hailed(NPC, Spawn)
  9. FaceTarget(NPC, Spawn)
  10. PlayFlavor(NPC, "", "The Sapswill stout that we used to get from the goblins has all but disappeared. We need to fix this problem immediately.", "", 1689589577, 4560189, Spawn)
  11. end