mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-14 06:34:55 +02:00
Full Distribution
This commit is contained in:
44
data/npc/angus.npc
Normal file
44
data/npc/angus.npc
Normal file
@@ -0,0 +1,44 @@
|
||||
# GIMUD - Graphical Interface Multi User Dungeon
|
||||
# angus: Datenbank f<>r den Teamassitstenten der explorers society Angus
|
||||
|
||||
Name = "Angus"
|
||||
Outfit = (133,57-113-95-113)
|
||||
Home = [32670,32730,7]
|
||||
Radius = 1
|
||||
|
||||
Behaviour = {
|
||||
ADDRESS,"hello$",! -> "Greetings, what can I do for you?"
|
||||
ADDRESS,"hi$",! -> *
|
||||
|
||||
ADDRESS,! -> Idle
|
||||
BUSY,"hello$",! -> "Please wait a moment.", Queue
|
||||
BUSY,"hi$",! -> *
|
||||
BUSY,! -> NOP
|
||||
VANISH,! -> "How rude!"
|
||||
|
||||
"bye" -> "Good bye.", Idle
|
||||
"farewell" -> *
|
||||
|
||||
################ Sp<53>ter ab hier besser bd nutzen
|
||||
@"explorer.ndb"
|
||||
|
||||
"mission",QuestValue(300)=12,QuestValue(320)<1 -> "With the objects you've provided our researchers will make steady progress. Still we are missing some test results from fellow explorers ...", "Please travel to our base in Northport and ask them to mail us their latest research reports. Then return here and ask about new missions.",SetQuestValue(320,1)
|
||||
|
||||
|
||||
#####
|
||||
"research","reports",QuestValue(320)=2 -> "Oh, yes! Tell our fellow explorer that the papers are in the mail already.",SetQuestValue(320,4)
|
||||
"mission",QuestValue(320)=2 -> *
|
||||
|
||||
#####
|
||||
"mission",QuestValue(320)=3 -> "The reports from Northport have already arrived here and our progress is astonishing. We think it is possible to create an astral bridge between our bases. Are you interested to assist us with this?",topic=33
|
||||
|
||||
#####
|
||||
"no",topic=33 -> "Perhaps you are interested some other time."
|
||||
"yes",topic=33 -> "Good, just take this spectral essence and use it on the strange carving in this building as well as on the corresponding tile in our base at Northport ...", "As soon as you have charged the portal tiles that way, report about the spectral portals.", Create(4840),SetQuestValue(320,5)
|
||||
|
||||
##### topic 34 verwendet
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user