WeaponsmithXass.lua 547 B

12345678910111213
  1. --[[
  2. Script Name : SpawnScripts/ScaleYard/WeaponsmithXass.lua
  3. Script Purpose : Weaponsmith Xass
  4. Script Author : John Adams
  5. Script Date : 2008.10.01
  6. Script Notes : Auto-Generated Conversation from PacketParser Data
  7. --]]
  8. function hailed(NPC, Spawn)
  9. FaceTarget(NPC, Spawn)
  10. PlayFlavor(NPC, "", "I am the finest weaponsmith in Freeport... But I don't do public work anymore. These days I simply make new designs for the sake of advancing my craft... and the occasional very pricey contract.", "", 1689589577, 4560189, Spawn)
  11. end