mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2026-01-03 05:37:10 +01:00
introduce svargrond npcs till bertha
This commit is contained in:
22
data/npc/restlesssoul.npc
Normal file
22
data/npc/restlesssoul.npc
Normal file
@@ -0,0 +1,22 @@
|
||||
# GIMUD - Graphical Interface Multi User Dungeon
|
||||
# oldrak.npc: Datenbank fuer den Moench Oldrak
|
||||
|
||||
Name = "A Restless Soul"
|
||||
Outfit = (48,0-0-0-0-0)
|
||||
Home = [32256,31101,10]
|
||||
Radius = 2
|
||||
|
||||
Behaviour = {
|
||||
ADDRESS,"hello$",! -> "Ahhhh! At last someone that can listen to my story!"
|
||||
ADDRESS,"hi$",! -> *
|
||||
ADDRESS,! -> Idle
|
||||
BUSY,"hello$",! -> "Uhhh.... %N.", Queue
|
||||
BUSY,"hi$",! -> *
|
||||
BUSY,! -> NOP
|
||||
VANISH,! -> "Uhhh...."
|
||||
|
||||
"bye" -> "Uhhh....", Idle
|
||||
"farewell" -> *
|
||||
"story" -> "story"
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user