mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-17 07:43:27 +02:00
Full Distribution
This commit is contained in:
29
data/npc/muzir.npc
Normal file
29
data/npc/muzir.npc
Normal file
@@ -0,0 +1,29 @@
|
||||
# GIMUD - Graphical Interface Multi User Dungeon
|
||||
# muzir.npc: Datenbank f<>r den Wesir Muzir
|
||||
|
||||
Name = "Muzir"
|
||||
Outfit = (128,95-4-11-76)
|
||||
Home = [33222,32390,7]
|
||||
Radius = 1
|
||||
|
||||
Behaviour = {
|
||||
ADDRESS,"hello$",! -> "Welcome %N! Daraman's blessings."
|
||||
ADDRESS,"hi$",! -> *
|
||||
ADDRESS,! -> Idle
|
||||
BUSY,"hello$",! -> "Sorry %N, I am busy. Please wait for your turn.", Queue
|
||||
BUSY,"hi$",! -> *
|
||||
BUSY,! -> NOP
|
||||
VANISH,! -> "Daraman's blessings."
|
||||
|
||||
"bye" -> "Daraman's blessings.", Idle
|
||||
"job" -> "I am honoured to be the grandwezir of the caliph."
|
||||
"name" -> "I am Muzir." ### Ibn ??? ###
|
||||
"time" -> "It is exactly %T."
|
||||
"caliph" -> "I am caretaker for the fortune of our beloved and wise caliph."
|
||||
"kazzan" -> *
|
||||
"daraman" -> "I take it upon me to involve myself with worldly issues for the prosperity of our community. I hope the taint of wealth does not harm my soul too much."
|
||||
"wezir" -> "I am responsible for the wealth of our beloved and wise caliph. I can also change money for you."
|
||||
"wealth" -> *
|
||||
|
||||
@"gen-bank.ndb"
|
||||
}
|
Reference in New Issue
Block a user