mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-04 11:19:21 +02:00
15 lines
580 B
Plaintext
15 lines
580 B
Plaintext
# GIMUD - Graphical Interface Multi User Dungeon
|
|
# Kulag.npc: Datenbank für die Stadtwache am Westtor
|
|
|
|
Name = "Kulag, the guard"
|
|
Outfit = (131,19-19-19-19-0)
|
|
Home = [32287,32264,07]
|
|
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)
|
|
}
|