mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-18 00:03:26 +02:00
few more 781 npcs
This commit is contained in:
24
data/npc/jefrey.npc
Normal file
24
data/npc/jefrey.npc
Normal file
@@ -0,0 +1,24 @@
|
||||
# GIMUD - Graphical Interface Multi User Dungeon
|
||||
|
||||
Name = "Jefrey"
|
||||
Outfit = (132,57-63-5-81-2)
|
||||
Home = [32338,32834,7]
|
||||
Radius = 1
|
||||
|
||||
Behaviour = {
|
||||
ADDRESS,"hello$",! -> "Hello, what can I do for you? Welcome to the Tibian Bank."
|
||||
ADDRESS,"hi$",! -> *
|
||||
ADDRESS,! -> Idle
|
||||
BUSY,"hello$",! -> "It's not your turn %N. Wait please.", Queue
|
||||
BUSY,"hi$",! -> *
|
||||
BUSY,! -> NOP
|
||||
VANISH,! -> "What else should I have expected other than that?"
|
||||
|
||||
"bye" -> "Good bye, %N.", Idle
|
||||
"farewell" -> *
|
||||
"job" -> "I am running this Bank"
|
||||
"time" -> "It is %T, precisely."
|
||||
"king" -> "Hail to the king!"
|
||||
|
||||
@"gen-bank.ndb"
|
||||
}
|
Reference in New Issue
Block a user