finish warrior outfit quest

This commit is contained in:
ErikasKontenis
2019-12-22 14:38:01 +02:00
parent b11ef1f94e
commit 601dc75f64
5 changed files with 89 additions and 10 deletions

View File

@@ -30,10 +30,16 @@ Topic=1 -> "Maybe another time."
"addon" -> "I can forge the finest weapons for knights and warriors. They may wear them proudly and visible to everyone."
"outfit" -> *
"weapon", -> "Would you rather be interested in a knight's sword or in a warrior's sword?", Topic=2
"forge", -> "What would you like me to forge for you? A knight's sword or a warrior's sword?", Topic=2
"weapon" -> "Would you rather be interested in a knight's sword or in a warrior's sword?", Topic=2
"forge" -> "What would you like me to forge for you? A knight's sword or a warrior's sword?", Topic=2
Topic=2,"knight",QuestValue(17541)=0 -> "Great! Simply bring me 100 Iron Ore and one Crude Iron and I will happily forge it for you.", SetQuestValue(17541,1)
Topic=2,"knight",QuestValue(17541)=1,Count(5880)>=100,Count(5892)>=1 -> "Alright! As a matter of fact, I have one in store. Here you go!", DeleteAmount(5880,100), DeleteAmount(5892,1), SetQuestValue(17541,2), AddOutfitAddon(139,1), AddOutfitAddon(131,1), EffectOpp(13)
Topic=2,"knight",QuestValue(17541)=1 -> "Great! Simply bring me 100 Iron Ore and one Crude Iron and I will happily forge it for you."
Topic=2,"knight",QuestValue(17541)=2 -> "Sorry since you already have one sword I will not forge more for you."
Topic=2,"warrior",QuestValue(17560)=0 -> "Great! Simply bring me 100 iron ore and one royal steel and I will happily forge it for you.", SetQuestValue(17560,1)
Topic=2,"warrior",QuestValue(17560)=1,Count(5880)>=100,Count(5887)>=1 -> "Alright! As a matter of fact, I have one in store. Here you go!", DeleteAmount(5880,100), DeleteAmount(5887,1), SetQuestValue(17560,2), AddOutfitAddon(142,2), AddOutfitAddon(134,2), EffectOpp(13)
Topic=2,"warrior",QuestValue(17560)=1 -> "Great! Simply bring me 100 iron ore and one royal steel and I will happily forge it for you."
Topic=2,"warrior",QuestValue(17560)=2 -> "Sorry since you already have one sword I will not forge more for you."
Topic=2 -> "Maybe another time."
}