implement few npcs. Done till Charlotta.

This commit is contained in:
ErikasKontenis
2019-12-06 19:28:28 +02:00
parent e6eb79618f
commit c50f3ab9db
24 changed files with 859 additions and 51 deletions

21
data/npc/atrad.npc Normal file
View File

@@ -0,0 +1,21 @@
# GIMUD - Graphical Interface Multi User Dungeon
Name = "Atrad"
Outfit = (152,77-113-132-94-3)
Home = [32077,32533,9]
Radius = 5
Behaviour = {
ADDRESS,"hello$",Burning>0 -> "Hehe. That\'s a good show, %N, with all the pyro effects. You got my attention. For a minute or so."
ADDRESS,"hi$",Burning>0 -> *
ADDRESS,! -> Idle
BUSY,"hello$",! -> "Wait, %N.", Queue
BUSY,"hi$",! -> *
BUSY,! -> NOP
VANISH,! -> NOP
"bye" -> "Bye, %N!", Idle
"farewell" -> *
}