1234567891011121314151617181920 |
- --[[
- Script Name : SpawnScripts/Freeport/WeaponsmithXass.lua
- Script Author : Premierio015
- Script Date : 2020.08.06 08:08:36
- Script Purpose :
- :
- --]]
- function spawn(NPC)
- end
- function hailed(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
- function respawn(NPC)
- end
|