mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-13 22:34:53 +02:00
finish first part of oriental addon
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# ishina.npc: Datenbank f<>r die Juwelierin Ishina
|
||||
|
||||
Name = "Ishina"
|
||||
Outfit = (138,95-9-87-95)
|
||||
Outfit = (150,95-9-87-95-1)
|
||||
Home = [33231,32423,7]
|
||||
Radius = 0
|
||||
|
||||
@@ -79,4 +79,26 @@ Topic=2,"yes",Count(Type)>=Amount -> "Ok. Here is your money.", Delete(Type), Cr
|
||||
Topic=2,"yes" -> "Sorry, you do not have one."
|
||||
Topic=2,"yes",Amount>1 -> "Sorry, you do not have so many."
|
||||
Topic=2 -> "Maybe next time."
|
||||
|
||||
"addon",male -> "My jewelled belt? Yes, that is a true masterpiece. However, this accessory is for lady only."
|
||||
"outfit",male -> *
|
||||
|
||||
"addon",QuestValue(17555)=0,female -> "My jewelled belt? Yes, that is a true masterpiece. Of course I could make one for you, but I have a small request. Would you fulfill a task for me?", Topic=3
|
||||
"outfit",QuestValue(17555)=0,female -> *
|
||||
"mission",QuestValue(17555)=0,female -> *
|
||||
"task",QuestValue(17555)=0,female -> *
|
||||
Topic=3,"yes" -> "Listen, um... I was wanting a comb for a long time... not just any comb, but a mermaid's comb. ...",
|
||||
"Do you think you could get one for me? I really would appreciate it.", Topic=4
|
||||
Topic=3 -> "Maybe another time."
|
||||
Topic=4,"yes" -> "Brilliant! I will wait for you to return with a mermaid's comb then.", SetQuestValue(17555,1)
|
||||
Topic=4 -> "Maybe another time."
|
||||
|
||||
"comb",QuestValue(17555)=1,female -> Type=5945, Amount=1, "Have you brought a mermaid's comb?", Topic=5
|
||||
"mission",QuestValue(17555)=1,female -> *
|
||||
"task",QuestValue(17555)=1,female -> *
|
||||
Topic=5,"yes",Count(Type)>=Amount -> "Yeah! That's it! I can't wait to comb my hair! Oh - but first, I'll fulfil my promise: Here is your jewelled belt! Thanks again!", Delete(Type), SetQuestValue(17555,2), AddOutfitAddon(146,1), AddOutfitAddon(150,1), EffectOpp(13)
|
||||
Topic=5 -> "Maybe another time."
|
||||
|
||||
"mission",QuestValue(17555)=2 -> "Sorry but I don't have any tasks for you."
|
||||
"task",QuestValue(17555)=2 -> *
|
||||
}
|
||||
|
Reference in New Issue
Block a user