mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-04 19:29:19 +02:00
18 lines
471 B
Plaintext
18 lines
471 B
Plaintext
# 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
|
|
}
|