mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
14 lines
495 B
Lua
Executable file
14 lines
495 B
Lua
Executable file
--[[
|
|
Spawn Template
|
|
Script Name: Whizratchet.lua
|
|
Script Purpose: Banker (evil)
|
|
Script Author: Sylva1n
|
|
Script Date: 2009.07.05
|
|
Script Notes: Auto-Generated Conversation from PacketParser Data
|
|
--]]
|
|
|
|
function hailed(NPC, Spawn)
|
|
FaceTarget(NPC, Spawn)
|
|
|
|
Say(NPC, "As a banker it is my job to hold items and coin for you for safe-keeping. If you would like to learn more, speak with Trainer Vissa Sathliss. She is just east of me, around the corner.", Spawn)
|
|
end
|