mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-13 22:34:53 +02:00
implement few npcs. Done till Charlotta.
This commit is contained in:
19
data/npc/majesticwarwolf.npc
Normal file
19
data/npc/majesticwarwolf.npc
Normal file
@@ -0,0 +1,19 @@
|
||||
# GIMUD - Graphical Interface Multi User Dungeon
|
||||
|
||||
Name = "A Majestic Warwolf"
|
||||
Outfit = (3,0-0-0-0)
|
||||
Home = [33355,31991,8]
|
||||
Radius = 4
|
||||
|
||||
Behaviour = {
|
||||
ADDRESS,"hello$",! -> NOP
|
||||
ADDRESS,"hi$",! -> NOP
|
||||
ADDRESS,! -> Idle
|
||||
BUSY,"hello$",! -> NOP
|
||||
BUSY,"hi$",! -> *
|
||||
BUSY,! -> NOP
|
||||
VANISH,! -> NOP
|
||||
|
||||
"bye" -> Idle
|
||||
|
||||
}
|
Reference in New Issue
Block a user