Full Distribution

This commit is contained in:
rasanpedromujica
2019-01-16 17:16:38 -05:00
commit 009a571331
1258 changed files with 185603 additions and 0 deletions

36
data/npc/yulas.npc Normal file
View File

@@ -0,0 +1,36 @@
# GIMUD - Graphical Interface Multi User Dungeon
# yulas.npc: M<>belverk<72>ufer Yulas in Venore
Name = "Yulas"
Outfit = (128,58-43-38-76)
Home = [33000,32065,6]
Radius = 1
Behaviour = {
ADDRESS,"hello$",! -> "Welcome to the Plank and Treasurechest Market, %N!"
ADDRESS,"hi$",! -> *
ADDRESS,! -> Idle
BUSY,"hello$",! -> "Just a moment please, %N.", Queue
BUSY,"hi$",! -> *
BUSY,! -> NOP
VANISH,! -> "Good bye."
"bye" -> "Good bye.", Idle
"farewell" -> *
"name" -> "I am Yulas. I will be your salesperson today."
"job" -> "We are into home improvement."
"time",male -> "It's %T, sire."
"time",female -> "It's %T, my lady."
"news" -> "Sorry, we are not allowed to chat."
"allen" -> "To think just because he is around here to watch what we do, he want to be considered one of us..."
"richardson" -> *
"offer" -> "We sell furniture and equipment. At this counter you can buy tables."
"goods" -> *
"do","you","sell" -> *
"do","you","have" -> *
"furniture" -> *
"equipment" -> *
@"gen-t-furniture-tables-s.ndb"
}