mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-12-12 12:59:47 +01:00
inquisition till eclipse
This commit is contained in:
@@ -8,4 +8,7 @@ Radius = 3
|
||||
|
||||
Behaviour = {
|
||||
@"guards-thais.ndb"
|
||||
|
||||
"trouble",QuestValue(12170)<1,QuestValue(12161)>=1 -> "I think it'll rain soon and I left some laundry out for drying.",topic=4
|
||||
"authorities",topic=4 -> "Yes I'm pretty sure they have failed to send the laundry police to take care of it, you fool.",SetQuestValue(12161, QuestValue(12161) + 1),SetQuestValue(12170,1),EffectOpp(13)
|
||||
}
|
||||
|
||||
@@ -54,4 +54,9 @@ topic=1 -> "Uh? Whatever."
|
||||
"yes",topic=2 -> "You haven't done your mission yet."
|
||||
topic=2 -> "I expected better from you."
|
||||
|
||||
"mission",QuestValue(12160)=3 -> "Listen, we have information about a heretic coven that hides in a mountain called the Big Old One. The witches reach this cursed place on flying brooms and think they are safe there. ...",
|
||||
"I've arranged a flying carpet that will bring you to their hideout. Travel to Femor Hills and tell the carpet pilot the codeword 'eclipse' ...",
|
||||
"He'll bring you to your destination. At their meeting place, you'll find a cauldron in which they cook some forbidden brew ...",
|
||||
"Use this vial of holy water to destroy the brew. Also steal their grimoire and bring it to me.",SetQuestValue(12160,4),SetQuestValue(12162,1),Create(7478)
|
||||
"mission",QuestValue(12160)=4 -> "Your current mission is to destroy the brew in the eclipse."
|
||||
}
|
||||
|
||||
@@ -8,4 +8,7 @@ Radius = 2
|
||||
|
||||
Behaviour = {
|
||||
@"guards-thais.ndb"
|
||||
|
||||
"trouble",QuestValue(12171)<1,QuestValue(12161)>=1 -> "You adventurers become more and more of a pest.",topic=4
|
||||
"authorities",topic=4 -> "They should throw you all into jail instead of giving you all those quests and rewards an honest watchman can only dream about.",SetQuestValue(12161, QuestValue(12161) + 1),SetQuestValue(12171,1),EffectOpp(13)
|
||||
}
|
||||
|
||||
16
data/npc/miles.npc
Normal file
16
data/npc/miles.npc
Normal file
@@ -0,0 +1,16 @@
|
||||
# GIMUD - Graphical Interface Multi User Dungeon
|
||||
# Miles.npc: Datenbank f<>r die Stadtwache am Westtor
|
||||
|
||||
Name = "Miles, the guard"
|
||||
Outfit = (131,19-19-19-19-0)
|
||||
Home = [32431,32173,05]
|
||||
Radius = 2
|
||||
|
||||
Behaviour = {
|
||||
@"guards-thais.ndb"
|
||||
|
||||
"trouble",QuestValue(12172)<1,QuestValue(12161)>=1 -> "I'm fine. There's no trouble at all.",topic=2
|
||||
"foresight of the authorities",topic=2 -> "Well, of course. We live in safety and peace.",topic=3
|
||||
"also for the gods",topic=3 -> "I think the gods are looking after us and their hands shield us from evil.",topic=4
|
||||
"trouble will arise in the near future",topic=4 -> "I think the gods and the government do their best to keep away harm from the citizens.",SetQuestValue(12161, QuestValue(12161) + 1),SetQuestValue(12172,1),EffectOpp(13)
|
||||
}
|
||||
@@ -8,4 +8,9 @@ Radius = 4
|
||||
|
||||
Behaviour = {
|
||||
@"guards-thais.ndb"
|
||||
|
||||
"trouble",QuestValue(12173)<1,QuestValue(12161)>=1 -> "Ah, well. Just this morning my new toothbrush fell into the toilet.",topic=2
|
||||
"authorities",topic=2 -> "What do you mean? Of course they will immediately send someone with extra long and thin arms to retrieve it!",topic=3
|
||||
"avoided",topic=3 -> "Your humour might let end you up beaten in some dark alley, you know? No, I don't think someone could have prevented that accident!",topic=4
|
||||
"gods would allow",topic=4 -> "It's not a drama!! I think there is just no god who's responsible for toothbrush safety, that's all!",SetQuestValue(12161, QuestValue(12161) + 1),SetQuestValue(12173,1),EffectOpp(13)
|
||||
}
|
||||
|
||||
@@ -71,4 +71,8 @@ Topic=2,"yes",Premium,CountMoney>=Price -> "Hold on!", DeleteMoney, Idle, Effect
|
||||
Topic=2,"yes",CountMoney>=Price -> "I'm sorry, but you need a premium account in order to enter Edron."
|
||||
Topic=2,"yes" -> "You don't have enough money."
|
||||
Topic=2 -> "You shouldn't miss the experience."
|
||||
|
||||
"eclipse",QuestValue(12160)=4 -> "Oh no, so the time has come? Do you really want me to fly you to this unholy place?", Topic=5
|
||||
Topic=5,"yes" -> "Hold on!", Idle, EffectOpp(11), Teleport(32659,31915,0), EffectOpp(11)
|
||||
Topic=5 -> "You shouldn't miss the experience."
|
||||
}
|
||||
|
||||
@@ -8,4 +8,9 @@ Radius = 2
|
||||
|
||||
Behaviour = {
|
||||
@"guards-thais.ndb"
|
||||
|
||||
"trouble",QuestValue(12174)<1,QuestValue(12161)>=1 -> "I think there is a pickpocket in town.",topic=2
|
||||
"authorities",topic=2 -> "Well, sooner or later we will get hold of that delinquent. That's for sure.",topic=3
|
||||
"avoided",topic=3 -> "You can't tell by a person's appearance who is a pickpocket and who isn't. You simply can't close the city gates for everyone.",topic=4
|
||||
"gods allow",topic=4 -> "If the gods had created the world a paradise, no one had to steal at all.",SetQuestValue(12161, QuestValue(12161) + 1),SetQuestValue(12174,1),EffectOpp(13)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user