mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-04-30 01:29:21 +02:00
finish wizard outfit quest
This commit is contained in:
parent
601dc75f64
commit
aa8d10ece1
@ -1 +1 @@
|
||||
next: 17561
|
||||
next: 17562
|
@ -7,6 +7,8 @@ Home = [32260,31863,14]
|
||||
Radius = 6
|
||||
|
||||
Behaviour = {
|
||||
ADDRESS,"hello$",QuestValue(17561)>4,! -> "Be greeted, dear visitor. Ahhh... I can sense darkness inside your soul... are you a follower of Zathroth?"
|
||||
ADDRESS,"hi$",QuestValue(17561)>4,! -> *
|
||||
ADDRESS,"hello$",! -> "Be greeted, dear visitor. Come and stay ... a while."
|
||||
ADDRESS,"hi$",! -> *
|
||||
ADDRESS,! -> Idle
|
||||
@ -72,4 +74,27 @@ VANISH,! -> "Yes, flee from death. But know it shall be always one ste
|
||||
|
||||
|
||||
"spectral","dress" -> "Your wish for a spectral dress is silly. Allthough I will grant you the permission to take one. My maidens left one in a box in a room, directly south of here.",SetQuestValue(327,1)
|
||||
|
||||
"mission",QuestValue(17561)=5 -> "Say... I have been longing for something for an eternity now... if you help me retrieve it, I will reward you. Do you consent to this arrangement?", Topic=9
|
||||
"task",QuestValue(17561)=5 -> *
|
||||
"outfit",QuestValue(17561)=5 -> *
|
||||
"addon",QuestValue(17561)=5 -> *
|
||||
Topic=9,"yes" -> "Listen... there are no blooming flowers down here and the only smell present is that of death and decay. ...",
|
||||
"I wish that I could breathe the lovely smell of beautiful flowers just one more time, especially those which elves cultivate. ...",
|
||||
"Could you please bring me 50 holy orchids?", Topic=10
|
||||
Topic=9 -> "Maybe next time we meet."
|
||||
Topic=10,"yes" -> "Thank you. I will wait for your return.", SetQuestValue(17561,6)
|
||||
Topic=10 -> "Maybe next time we meet."
|
||||
|
||||
"holy","orchid",QuestValue(17561)=6 -> Type=5922, Amount=50, "Have you really brought me 50 holy orchids?", Topic=11
|
||||
"mission",QuestValue(17561)=6 -> *
|
||||
"task",QuestValue(17561)=6 -> *
|
||||
Topic=11,"yes",Count(Type)>=Amount -> "Thank you! You have no idea what that means to me. As promised, here is your reward... as a follower of Zathroth, I hope that you will like this accessory.", Delete(Type), SetQuestValue(17561,7), AddOutfitAddon(149,1), AddOutfitAddon(145,1), EffectOpp(13)
|
||||
Topic=11,"yes" -> "You don't have it. Return when you are better prepared."
|
||||
Topic=11 -> "Maybe next time we meet."
|
||||
|
||||
"mission",QuestValue(17561)=7 -> "%N follower of Zathroth I have no more rewards for you."
|
||||
"task",QuestValue(17561)=7 -> *
|
||||
"outfit",QuestValue(17561)=7 -> *
|
||||
"addon",QuestValue(17561)=7 -> *
|
||||
}
|
||||
|
@ -88,4 +88,54 @@ Topic=1 -> "As you wish."
|
||||
|
||||
"death","to","noodles" -> Type=3061, Amount=1, "So, I guess you bring me a magic crystal?", Topic=3
|
||||
Topic=3,"yes",Count(Type)>=Amount -> "Fine. Now you get what you deserve, you fool! DIE IN AGONY!", Burning(25,25), EffectOpp(6), EffectMe(14), Delete(Type), Idle
|
||||
|
||||
"addon",QuestValue(17561)>4,male -> "This skull shows that you are a true follower of Zathroth and the glorious gods of darkness."
|
||||
"outfit",QuestValue(17561)>4,male -> *
|
||||
"addon",QuestValue(17561)>4,female -> "This tiara shows that you are a true follower of Zathroth and the glorious gods of darkness."
|
||||
"outfit",QuestValue(17561)>4,female -> *
|
||||
|
||||
"mission",QuestValue(17561)=0,male -> "This skull shows that you are a true follower of Zathroth and the glorious gods of darkness. Are you willing to prove your loyalty?", Topic=5
|
||||
"task",QuestValue(17561)=0,male -> *
|
||||
"outfit",QuestValue(17561)=0,male -> *
|
||||
"addon",QuestValue(17561)=0,male -> *
|
||||
"mission",QuestValue(17561)=0,female -> "This tiara shows that you are a true follower of Zathroth and the glorious gods of darkness. Are you willing to prove your loyalty?", Topic=5
|
||||
"task",QuestValue(17561)=0,female -> *
|
||||
"outfit",QuestValue(17561)=0,female -> *
|
||||
"addon",QuestValue(17561)=0,female -> *
|
||||
|
||||
Topic=5,"yes" -> "It will be a hard task which requires many sacrifices. Do you still want to proceed?", Topic=6
|
||||
Topic=5 -> "As you wish."
|
||||
Topic=6,"yes" -> "Good decision, %N. Your first sacrifice will be a medusa shield. Bring it to me and do give it happily.", SetQuestValue(17561,1)
|
||||
Topic=6 -> "As you wish."
|
||||
|
||||
"medusa","shield",QuestValue(17561)=1 -> Type=3436, Amount=1, "Is it your true wish to sacrifice a medusa shield to Zathroth?", Topic=7
|
||||
"mission",QuestValue(17561)=1 -> *
|
||||
"task",QuestValue(17561)=1 -> *
|
||||
Topic=7,"yes",Count(Type)>=Amount -> "Good. I accept your sacrifice. The second sacrifice I require from you is a dragon scale mail. Bring it to me and do give it happily.", Delete(Type), SetQuestValue(17561,2)
|
||||
Topic=7,"yes" -> "Don't be ashamed but you don't have it."
|
||||
Topic=7 -> "As you wish."
|
||||
|
||||
"dragon","scale","mail",QuestValue(17561)=2 -> Type=3386, Amount=1, "Is it your true wish to sacrifice a dragon scale mail to Zathroth?", Topic=8
|
||||
"mission",QuestValue(17561)=2 -> *
|
||||
"task",QuestValue(17561)=2 -> *
|
||||
Topic=8,"yes",Count(Type)>=Amount -> "Good. I accept your sacrifice. The third sacrifice I require from you are crown legs. Bring them to me and do give them happily.", Delete(Type), SetQuestValue(17561,3)
|
||||
Topic=8,"yes" -> "Don't be ashamed but you don't have it."
|
||||
Topic=8 -> "As you wish."
|
||||
|
||||
"crown","legs",QuestValue(17561)=3 -> Type=3382, Amount=1, "Is it your true wish to sacrifice crown legs to Zathroth?", Topic=9
|
||||
"mission",QuestValue(17561)=3 -> *
|
||||
"task",QuestValue(17561)=3 -> *
|
||||
Topic=9,"yes",Count(Type)>=Amount -> "Good. I accept your sacrifice. The last sacrifice I require from you is a ring of the sky. Bring it to me and do give it happily.", Delete(Type), SetQuestValue(17561,4)
|
||||
Topic=9,"yes" -> "Don't be ashamed but you don't have it."
|
||||
Topic=9 -> "As you wish."
|
||||
|
||||
"ring","of","the","sky",QuestValue(17561)=4 -> Type=3006, Amount=1, "Is it your true wish to sacrifice a ring of the sky to Zathroth?", Topic=10
|
||||
"mission",QuestValue(17561)=4 -> *
|
||||
"task",QuestValue(17561)=4 -> *
|
||||
Topic=10,"yes",Count(Type)>=Amount -> "Good. I accept your sacrifice. You have proven that you are a true follower of Zathroth and do not hesitate to sacrifice worldly goods. Thus, I will reward you with this headgear.", Delete(Type), SetQuestValue(17561,5), AddOutfitAddon(149,2), AddOutfitAddon(145,2), EffectOpp(13)
|
||||
Topic=10,"yes" -> "Don't be ashamed but you don't have it."
|
||||
Topic=10 -> "As you wish."
|
||||
|
||||
"mission",QuestValue(17561)>4 -> "%N follower of Zathroth I have no more tasks for you."
|
||||
"task",QuestValue(17561)>4 -> *
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user