mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-13 22:34:53 +02:00
Full Distribution
This commit is contained in:
34
data/npc/rose.npc
Normal file
34
data/npc/rose.npc
Normal file
@@ -0,0 +1,34 @@
|
||||
# GIMUD - Graphical Interface Multi User Dungeon
|
||||
# rose.npc: Blumenverk<72>uferin Rose in Venore
|
||||
|
||||
Name = "Rose"
|
||||
Outfit = (136,79-77-112-116)
|
||||
Home = [32971,32034,6]
|
||||
Radius = 2
|
||||
|
||||
Behaviour = {
|
||||
ADDRESS,"hello$",! -> "Welcome to Crunor's Finest Warehouse, %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 Rose, nice to meet you, %N."
|
||||
"rose" -> "That's me. I am not for sale. <giggles>"
|
||||
"job" -> "Here you may buy some of the most beautiful flowers."
|
||||
"time" -> "Sorry, I have no watch on me."
|
||||
"news" -> "You mean my specials, don't you?"
|
||||
|
||||
"offer" -> "I am selling beautiful flowers here."
|
||||
"goods" -> *
|
||||
"do","you","sell" -> *
|
||||
"do","you","have" -> *
|
||||
"furniture" -> *
|
||||
"equipment" -> *
|
||||
|
||||
@"gen-t-furniture-flowers-s.ndb"
|
||||
}
|
Reference in New Issue
Block a user