First commit
This commit is contained in:
17
app/SabrehavenServer/data/npc/lungelen.npc
Normal file
17
app/SabrehavenServer/data/npc/lungelen.npc
Normal file
@@ -0,0 +1,17 @@
|
||||
# GIMUD - Graphical Interface Multi User Dungeon
|
||||
# lungelen.npc: Datenbank f<>r die Erzmagierin Lungelen
|
||||
|
||||
Name = "Lungelen"
|
||||
Outfit = (138,77-19-95-115-0)
|
||||
Home = [32303,32267,6]
|
||||
Radius = 2
|
||||
|
||||
Behaviour = {
|
||||
ADDRESS,"hello$",! -> "Please don't disturb me, I am very busy in my recent researches. Have a nice day!", Idle
|
||||
ADDRESS,"hi$",! -> *
|
||||
ADDRESS,! -> Idle
|
||||
BUSY,"hello$",! -> NOP
|
||||
BUSY,"hi$",! -> NOP
|
||||
BUSY,! -> NOP
|
||||
VANISH,! -> NOP
|
||||
}
|
||||
Reference in New Issue
Block a user