1234567891011121314151617181920 |
- --[[
- Script Name : SpawnScripts/GraystoneYard/Ubani.lua
- Script Purpose : Ubani
- Script Author : Jabantiz
- Script Date : 2018.06.09
- Script Notes : Auto-Generated Conversation from PacketParser Data
- --]]
- function spawn(NPC)
-
- end
- function respawn(NPC)
- spawn(NPC)
- end
- function hailed(NPC, Spawn)
- PlayFlavor(NPC, "", "Nettleville has no fish, so I come here... but I've been fishing here all day with no luck! I wonder why that is?", "", 1689589577, 4560189, Spawn)
- end
|