mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-14 06:34:55 +02:00
Full Distribution
This commit is contained in:
20
data/npc/arkhothep.npc
Normal file
20
data/npc/arkhothep.npc
Normal file
@@ -0,0 +1,20 @@
|
||||
# GIMUD - Graphical Interface Multi User Dungeon
|
||||
# Arkhothep.npc: Datenbank f<>r den Pharao von Ankrahmun
|
||||
|
||||
Name = "Arkhothep"
|
||||
Outfit = (91,0-0-0-0)
|
||||
Home = [33150,32842,4]
|
||||
Radius = 2
|
||||
|
||||
Behaviour = {
|
||||
ADDRESS,"hello$",! -> Idle
|
||||
ADDRESS,"hi$",! -> Idle
|
||||
ADDRESS,! -> Idle
|
||||
BUSY,"hello$",! -> NOP
|
||||
BUSY,"hi$",! -> *
|
||||
BUSY,! -> NOP
|
||||
VANISH,! -> NOP
|
||||
|
||||
"bye" -> Idle
|
||||
|
||||
}
|
Reference in New Issue
Block a user