12345678910111213141516 |
- --[[
- Script Name : SpawnScripts/ElddarGrove/TrayloLeafsway.lua
- Script Purpose : Traylo Leafsway <Gildas' Assistant>
- Script Author : John Adams
- Script Date : 2008.09.28
- Script Notes : Auto-Generated Conversation from PacketParser Data
- --]]
- function hailed(NPC, Spawn)
- FaceTarget(NPC, Spawn)
- PlayFlavor(NPC, "voiceover/english/voice_emotes/greetings/greetings_1_1012.mp3", "Greetings citizen. Please see me if you have any armor from Gildas that you wish to be rid of, I have some newer armor that may interest you. ", "", 0, 0, Spawn)
- end
|