mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-14 14:44:55 +02:00
Almost finish Summoner and Mage outfit quest
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# sandra.npc: Datenbank f<>r die Trankh<6B>ndlerin Sandra
|
||||
|
||||
Name = "Sandra"
|
||||
Outfit = (137,115-63-95-38)
|
||||
Outfit = (140,115-95-127-76-1)
|
||||
Home = [33258,31840,7]
|
||||
Radius = 2
|
||||
|
||||
@@ -48,9 +48,9 @@ VANISH,! -> "Good bye and please come back soon."
|
||||
"oil" -> Type=2874, Data=7, Amount=1, Price=20, "Do you want to buy a potion of oil for %P gold?", Topic=2
|
||||
"water" -> Type=2874, Data=1, Amount=1, Price=8, "Do you want to buy a potion of distilled water for %P gold?", Topic=2
|
||||
|
||||
"deposit" -> "I will pay you 5 gold for every empty vial. Ok?", Data=0, Topic=3
|
||||
"vial" -> *
|
||||
"flask" -> *
|
||||
"deposit",QuestValue(17545)=1 -> "I will pay you 5 gold for every empty vial. Ok?", Data=0, Topic=3
|
||||
"vial",QuestValue(17545)=1 -> *
|
||||
"flask",QuestValue(17545)=1 -> *
|
||||
|
||||
Topic=2,"yes",CountMoney>=Price -> "Here you are. There is a deposit of 5 gold on the vial.", DeleteMoney, Create(Type)
|
||||
Topic=2,"yes" -> "Come back, when you have enough money."
|
||||
@@ -66,4 +66,39 @@ Topic=4,"yes" -> "Finally. You have no idea how difficult it is to keep somethin
|
||||
Topic=4 -> "How do you even know about the stuff then..."
|
||||
Topic=5,"Your","continued","existence","is","payment","enough" -> "What?? How dare you?! I am a sorcerer of the most reknown academy on the face of this world. Do you think some lousy pirates could scare me? Get lost! Now! I will have no further dealings with the likes of you!", SetQuestValue(17520,3)
|
||||
Topic=5 -> "I see no deal with you then."
|
||||
|
||||
"deposit",QuestValue(17545)=0 -> "The Edron academy has introduced a bonus system. Each time you deposit 100 vials without claiming the money for it, you will receive a lottery ticket. ...",
|
||||
"Some of these lottery tickets will grant you a special potion belt accessory, if you bring the ticket to me. ...",
|
||||
"If you join the bonus system now, I will ask you each time you are bringing back 100 or more vials to me whether you claim your deposit or rather want a lottery ticket. ...",
|
||||
"Of course, you can leave or join the bonus system at any time by just asking me for the 'bonus'. ...",
|
||||
"Would you like to join the bonus system now?", Topic=6
|
||||
"vial",QuestValue(17545)=0 -> *
|
||||
"flask",QuestValue(17545)=0 -> *
|
||||
Topic=6,"yes" -> "Great! I've signed you up for our bonus system. From now on, you will have the chance to win the potion belt addon!", SetQuestValue(17545,2)
|
||||
Topic=6,"no" -> "Alright. I removed your name from our list. If you want to join again and get the chance to win a potion belt addon, just ask me for the 'bonus'.", SetQuestValue(17545,1)
|
||||
Topic=6 -> "Maybe another time."
|
||||
|
||||
"deposit",QuestValue(17545)=2 -> "Would you like to get a lottery ticket instead of the deposit for your vials?", Topic=7
|
||||
"vial",QuestValue(17545)=2 -> *
|
||||
"flask",QuestValue(17545)=2 -> *
|
||||
Topic=7,"yes",Count(2874)>=100 -> "Ok! Here take this lottery ticket.", DeleteAmount(2874, 100), Type=5957, Amount=1, Create(Type)
|
||||
Topic=7,"yes" -> "You don't have 100 empty vials."
|
||||
Topic=7 -> "Maybe another time."
|
||||
|
||||
"bonus",QuestValue(17545)=2 -> "Would you like to leave our bonus system?", Topic=8
|
||||
Topic=8,"yes" -> "Alright. I removed your name from our list. If you want to join again and get the chance to win a potion belt addon, just ask me for the 'bonus'.", SetQuestValue(17545,1)
|
||||
Topic=8 -> "Alright. Your name is still in our bonus system list."
|
||||
|
||||
"bonus",QuestValue(17545)=1 -> "Would you like to join our bonus system?", Topic=9
|
||||
Topic=9,"yes" -> "Alright. I added your name from in to the bonus system list. Wish you best of luck on depositing vials!", SetQuestValue(17545,2)
|
||||
Topic=9 -> "Maybe another time."
|
||||
|
||||
"winning","lottery","ticket",QuestValue(17546)=0 -> Type=5958, Amount=1, "Are you here to claim a prize?", Topic=10
|
||||
"prize",QuestValue(17546)=0 -> *
|
||||
Topic=10,"yes",Count(Type)>=Amount -> "Congratulations! Here, from now on you can wear our lovely potion belt as accessory.", Delete(Type), SetQuestValue(17546,1), AddOutfitAddon(138,1), AddOutfitAddon(133,1), EffectOpp(13)
|
||||
Topic=10,"yes" -> "Where is yours winning lottery ticket then?"
|
||||
Topic=10 -> "Maybe another time."
|
||||
|
||||
"winning","lottery","ticket",QuestValue(17546)=1 -> "I am sorry, but since you already have our potion belt we have no further prizes left for you. Maybe try to gift the winning lottery ticket for someone who really want to claim the accessory."
|
||||
"prize",QuestValue(17546)=1 -> *
|
||||
}
|
||||
|
Reference in New Issue
Block a user