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/soultainted.npc
Normal file
20
data/npc/soultainted.npc
Normal file
@@ -0,0 +1,20 @@
|
||||
# GIMUD - Graphical Interface Multi User Dungeon
|
||||
# apparition.npc: Datenbank f<>r einen Geist
|
||||
|
||||
Name = "A Tainted Soul"
|
||||
Outfit = (48,0-0-0-0)
|
||||
Home = [32216,31927,12]
|
||||
Radius = 7
|
||||
|
||||
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