12345678910111213 |
- --[[
- Script Name : SpawnScripts/ScaleYard/WeaponsmithXass.lua
- Script Purpose : Weaponsmith Xass
- Script Author : John Adams
- Script Date : 2008.10.01
- Script Notes : Auto-Generated Conversation from PacketParser Data
- --]]
- function hailed(NPC, Spawn)
- FaceTarget(NPC, Spawn)
- 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)
- end
|