mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-14 06:34:55 +02:00
Full Distribution
This commit is contained in:
43
data/npc/eddy.npc
Normal file
43
data/npc/eddy.npc
Normal file
@@ -0,0 +1,43 @@
|
||||
# GIMUD - Graphical Interface Multi User Dungeon
|
||||
# eddy.npc: M<>belverk<72>ufer Eddy auf Fibula
|
||||
|
||||
Name = "Eddy"
|
||||
Outfit = (128,60-64-0-95)
|
||||
Home = [32168,32431,7]
|
||||
Radius = 3
|
||||
|
||||
Behaviour = {
|
||||
ADDRESS,"hello$",! -> "Welcome %N!"
|
||||
ADDRESS,"hi$",! -> *
|
||||
ADDRESS,! -> Idle
|
||||
BUSY,"hello$",! -> "One moment please %N.", Queue
|
||||
BUSY,"hi$",! -> *
|
||||
BUSY,! -> NOP
|
||||
VANISH,! -> "Good bye."
|
||||
|
||||
"bye" -> "Good bye.", Idle
|
||||
"farewell" -> *
|
||||
"name" -> "My name is Eddy. I sell furniture."
|
||||
"job" -> "Have you moved to a new home? I'm the specialist for equipping it."
|
||||
"time" -> "It is %T. Do you need a clock for your house?"
|
||||
"news" -> "You mean my specials, don't you?"
|
||||
|
||||
"offer" -> "I sell statues, tables, chairs, flowers, pillows, pottery, instruments, decoration, tapestries and containers."
|
||||
"goods" -> *
|
||||
"do","you","sell" -> *
|
||||
"do","you","have" -> *
|
||||
"furniture" -> *
|
||||
"equipment" -> *
|
||||
"special" -> "My offers are permanently extraordinary cheap."
|
||||
|
||||
@"gen-t-furniture-statues-s.ndb"
|
||||
@"gen-t-furniture-tables-s.ndb"
|
||||
@"gen-t-furniture-chairs-s.ndb"
|
||||
@"gen-t-furniture-flowers-s.ndb"
|
||||
@"gen-t-furniture-pillows-s.ndb"
|
||||
@"gen-t-furniture-pottery-s.ndb"
|
||||
@"gen-t-furniture-instruments-s.ndb"
|
||||
@"gen-t-furniture-decoration-s.ndb"
|
||||
@"gen-t-furniture-tapestries-s.ndb"
|
||||
@"gen-t-furniture-containers-s.ndb"
|
||||
}
|
Reference in New Issue
Block a user