mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-14 06:34:55 +02:00
add young vocation tasks
This commit is contained in:
@@ -23,3 +23,15 @@
|
||||
Topic=34,"yes",CountMoney>=Price -> "Here you are.", DeleteMoney, Create(Type)
|
||||
Topic=34,"yes" -> "Come back, when you have enough money."
|
||||
Topic=34 -> "Hmm, but next time."
|
||||
|
||||
"task",QuestValue(17647)=0,paladin -> Amount=17648, "Young paladin, I see you need ammunition but those are too expensive, right. Hmm... I can't give you for free. ...",
|
||||
"However, if you could kill 50 orcs to prove your trustworthy willingness I will reward you the bow and 200 arrows. Deal?", Topic=120
|
||||
|
||||
"task",QuestValue(17648)=50,paladin -> "Well done, %N. Here is your bow and arrows!", SetQuestValue(QuestValue(17649),51), SetQuestValue(17649,0), Type=3350, Amount=1, Create(Type), Type=3447, Amount=200, Create(Type)
|
||||
|
||||
"task",QuestValue(17649)>0 -> "I see you are still in progress with your task."
|
||||
|
||||
Topic=120,"yes" -> "Very well young paladin. Come back once you are done.", SetQuestValue(17649,Amount), SetQuestValue(Amount,0), SetQuestValue(17647,1)
|
||||
Topic=120 -> "As you wish."
|
||||
|
||||
"task" -> "I don't have any tasks for you right now."
|
Reference in New Issue
Block a user