mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2026-01-14 17:41:29 +01:00
introduce svargrond npcs till bertha
This commit is contained in:
21
data/npc/starvingdog.npc
Normal file
21
data/npc/starvingdog.npc
Normal file
@@ -0,0 +1,21 @@
|
||||
# GIMUD - Graphical Interface Multi User Dungeon
|
||||
|
||||
Name = "A Starving Dog"
|
||||
Outfit = (258,0-0-0-0-0)
|
||||
Home = [32122,31091,5]
|
||||
Radius = 2
|
||||
|
||||
Behaviour = {
|
||||
ADDRESS,"hello$",! -> "Wuff"
|
||||
ADDRESS,"hi$",! -> *
|
||||
ADDRESS,! -> Idle
|
||||
BUSY,"hello$",! -> "Sniff", Queue
|
||||
BUSY,"hi$",! -> *
|
||||
BUSY,! -> NOP
|
||||
VANISH,! -> "Sniff"
|
||||
|
||||
"bye" -> "Sniff", Idle
|
||||
"farewell" -> *
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user