mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-14 06:34:55 +02:00
finish warrior outfit quest
This commit is contained in:
@@ -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."
|
||||
}
|
||||
|
Reference in New Issue
Block a user