mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-04-30 09:39:20 +02:00
finish pirate outfit quest and beggar outfit quest
This commit is contained in:
parent
bad2d58d0c
commit
cc98f76906
@ -1 +1 @@
|
|||||||
next: 17563
|
next: 17569
|
@ -198,6 +198,7 @@
|
|||||||
<action itemid="2472" script="misc/chests.lua" />
|
<action itemid="2472" script="misc/chests.lua" />
|
||||||
<action itemid="2479" script="misc/chests.lua" />
|
<action itemid="2479" script="misc/chests.lua" />
|
||||||
<action itemid="2480" script="misc/chests.lua" />
|
<action itemid="2480" script="misc/chests.lua" />
|
||||||
|
<action itemid="2482" script="misc/chests.lua" />
|
||||||
<action itemid="2543" script="misc/chests.lua" />
|
<action itemid="2543" script="misc/chests.lua" />
|
||||||
<action itemid="2544" script="misc/chests.lua" />
|
<action itemid="2544" script="misc/chests.lua" />
|
||||||
<action itemid="2545" script="misc/chests.lua" />
|
<action itemid="2545" script="misc/chests.lua" />
|
||||||
|
@ -28,7 +28,7 @@ VANISH,! -> "Good bye."
|
|||||||
"blueberry" -> Type=3588, Amount=1, Price=1, "Do you want to buy blueberry for %P gold?", Topic=1
|
"blueberry" -> Type=3588, Amount=1, Price=1, "Do you want to buy blueberry for %P gold?", Topic=1
|
||||||
"cheese" -> Type=3607, Amount=1, Price=6, "Do you want to buy cheese for %P gold?", Topic=1
|
"cheese" -> Type=3607, Amount=1, Price=6, "Do you want to buy cheese for %P gold?", Topic=1
|
||||||
"ham" -> Type=3582, Amount=1, Price=8, "Do you want to buy a ham for %P gold?", Topic=1
|
"ham" -> Type=3582, Amount=1, Price=8, "Do you want to buy a ham for %P gold?", Topic=1
|
||||||
"juice squeezer" -> Type=5865, Amount=1, Price=100, "Do you want to buy a juice squeezer for %P gold?", Topic=1
|
"juice","squeezer" -> Type=5865, Amount=1, Price=100, "Do you want to buy a juice squeezer for %P gold?", Topic=1
|
||||||
"mango" -> Type=5096, Amount=1, Price=10, "Do you want to buy a mango for %P gold?", Topic=1
|
"mango" -> Type=5096, Amount=1, Price=10, "Do you want to buy a mango for %P gold?", Topic=1
|
||||||
"meat" -> Type=3577, Amount=1, Price=5, "Do you want to buy a meat for %P gold?", Topic=1
|
"meat" -> Type=3577, Amount=1, Price=5, "Do you want to buy a meat for %P gold?", Topic=1
|
||||||
"melon" -> Type=3593, Amount=1, Price=10, "Do you want to buy a melon for %P gold?", Topic=1
|
"melon" -> Type=3593, Amount=1, Price=10, "Do you want to buy a melon for %P gold?", Topic=1
|
||||||
@ -42,7 +42,7 @@ VANISH,! -> "Good bye."
|
|||||||
%1,1<%1,"blueberr" -> Type=3588, Amount=%1, Price=1*%1, "Do you want to buy %A blueberries for %P gold?", Topic=1
|
%1,1<%1,"blueberr" -> Type=3588, Amount=%1, Price=1*%1, "Do you want to buy %A blueberries for %P gold?", Topic=1
|
||||||
%1,1<%1,"cheese" -> Type=3607, Amount=%1, Price=6*%1, "Do you want to buy %A cheese for %P gold?", Topic=1
|
%1,1<%1,"cheese" -> Type=3607, Amount=%1, Price=6*%1, "Do you want to buy %A cheese for %P gold?", Topic=1
|
||||||
%1,1<%1,"ham" -> Type=3582, Amount=%1, Price=8*%1, "Do you want to buy %A ham for %P gold?", Topic=1
|
%1,1<%1,"ham" -> Type=3582, Amount=%1, Price=8*%1, "Do you want to buy %A ham for %P gold?", Topic=1
|
||||||
%1,1<%1,"juice squeezer" -> Type=5865, Amount=%1, Price=100*%1, "Do you want to buy %A juice squeezers for %P gold?", Topic=1
|
%1,1<%1,"juice","squeezer" -> Type=5865, Amount=%1, Price=100*%1, "Do you want to buy %A juice squeezers for %P gold?", Topic=1
|
||||||
%1,1<%1,"mango" -> Type=5096, Amount=%1, Price=10*%1, "Do you want to buy %A mangos for %P gold?", Topic=1
|
%1,1<%1,"mango" -> Type=5096, Amount=%1, Price=10*%1, "Do you want to buy %A mangos for %P gold?", Topic=1
|
||||||
%1,1<%1,"meat" -> Type=3577, Amount=%1, Price=5*%1, "Do you want to buy %A meats for %P gold?", Topic=1
|
%1,1<%1,"meat" -> Type=3577, Amount=%1, Price=5*%1, "Do you want to buy %A meats for %P gold?", Topic=1
|
||||||
%1,1<%1,"melon" -> Type=3593, Amount=%1, Price=10*%1, "Do you want to buy %A melons for %P gold?", Topic=1
|
%1,1<%1,"melon" -> Type=3593, Amount=%1, Price=10*%1, "Do you want to buy %A melons for %P gold?", Topic=1
|
||||||
@ -56,22 +56,54 @@ Topic=1,"yes",CountMoney>=Price -> "Here it is.", DeleteMoney, Create(Type)
|
|||||||
Topic=1,"yes" -> "I am sorry, but you do not have enough gold."
|
Topic=1,"yes" -> "I am sorry, but you do not have enough gold."
|
||||||
Topic=1 -> "Maybe later."
|
Topic=1 -> "Maybe later."
|
||||||
|
|
||||||
|
# Meriana_Quest
|
||||||
"mission",QuestValue(17520)=1,QuestValue(17521)=0 -> "You know, we have plenty of rum here but we lack some basic food. Especially food that easily becomes mouldy is a problem. Bring me 100 breads and you will help me a lot.", SetQuestValue(17521,1)
|
"mission",QuestValue(17520)=1,QuestValue(17521)=0 -> "You know, we have plenty of rum here but we lack some basic food. Especially food that easily becomes mouldy is a problem. Bring me 100 breads and you will help me a lot.", SetQuestValue(17521,1)
|
||||||
|
"task",QuestValue(17520)=1,QuestValue(17521)=0 -> *
|
||||||
|
|
||||||
"mission",QuestValue(17521)=1 -> Type=3600, Amount=100, "Are you here to bring me the 100 pieces of bread that I requested?", Topic=2
|
"mission",QuestValue(17521)=1 -> Type=3600, Amount=100, "Are you here to bring me the 100 pieces of bread that I requested?", Topic=2
|
||||||
|
"task",QuestValue(17521)=1 -> *
|
||||||
"bread",QuestValue(17521)=1 -> *
|
"bread",QuestValue(17521)=1 -> *
|
||||||
Topic=2,"yes",Count(Type)>=Amount -> "What a joy. At least for a few days adequate supply is ensured.", Delete(Type), SetQuestValue(17521,2)
|
Topic=2,"yes",Count(Type)>=Amount -> "What a joy. At least for a few days adequate supply is ensured.", Delete(Type), SetQuestValue(17521,2)
|
||||||
Topic=2,"yes" -> "Sorry, you do not have so many."
|
Topic=2,"yes" -> "Sorry, you do not have so many."
|
||||||
Topic=2 -> "Maybe another time."
|
Topic=2 -> "Maybe another time."
|
||||||
|
|
||||||
"mission",QuestValue(17521)=2 -> "The sailors always tell tales about the famous beer of Carlin. You must know, alcohol is forbidden in that city. ...",
|
"mission",QuestValue(17521)=2 -> "The sailors always tell tales about the famous beer of Carlin. You must know, alcohol is forbidden in that city. ...",
|
||||||
"The beer is served in a secret whisper bar anyway. Bring me a sample of the whisper beer, NOT the usual beer but whisper beer. I hope you are listening.", SetQuestValue(17521,3)
|
"The beer is served in a secret whisper bar anyway. Bring me a sample of the whisper beer, NOT the usual beer but whisper beer. I hope you are listening.", SetQuestValue(17521,3)
|
||||||
|
"task",QuestValue(17521)=2 -> *
|
||||||
|
|
||||||
"mission",QuestValue(17521)=3 -> Type=6106, Amount=1, "Did you get a sample of the whisper beer from Carlin?", Topic=3
|
"mission",QuestValue(17521)=3 -> Type=6106, Amount=1, "Did you get a sample of the whisper beer from Carlin?", Topic=3
|
||||||
"bread",QuestValue(17521)=1 -> *
|
"task",QuestValue(17521)=3 -> *
|
||||||
|
"beer",QuestValue(17521)=3 -> *
|
||||||
Topic=3,"yes",Count(Type)>=Amount -> "Thank you very much. I will test this beauty in privacy.", Delete(Type), SetQuestValue(17521,4)
|
Topic=3,"yes",Count(Type)>=Amount -> "Thank you very much. I will test this beauty in privacy.", Delete(Type), SetQuestValue(17521,4)
|
||||||
Topic=3,"yes" -> "Sorry, you do not have it."
|
Topic=3,"yes" -> "Sorry, you do not have it."
|
||||||
Topic=3 -> "Maybe another time."
|
Topic=3 -> "Maybe another time."
|
||||||
|
|
||||||
"mission" -> "Sorry, I don't have any missions for you."
|
# Pirate_Outfit_Quest
|
||||||
|
"addon",QuestValue(17520)<12 -> "You mean my hat? Well, first you have to earn our trust."
|
||||||
|
"outfit",QuestValue(17520)<12 -> *
|
||||||
|
"addon",QuestValue(17568)<2,QuestValue(17520)=12 -> "You mean my hat? Well, I might have another one just like that, but I won't simply give it away, even if you earned our trust. You'd have to fulfil a task first."
|
||||||
|
"outfit",QuestValue(17568)<2,QuestValue(17520)=12 -> *
|
||||||
|
"addon",QuestValue(17568)=2 -> "You have my respect. You more than deserve the hat."
|
||||||
|
"outfit",QuestValue(17568)=2 -> *
|
||||||
|
|
||||||
|
"task",QuestValue(17568)=0,QuestValue(17520)=12 -> "Are you up to the task which I'm going to give you and willing to prove you're worthy of wearing such a hat?", Topic=4
|
||||||
|
"mission",QuestValue(17568)=0,QuestValue(17520)=12 -> *
|
||||||
|
Topic=4,"yes" -> "Alright, listen closely. There are four pirate leaders who have been troubling us for a long time now. ...",
|
||||||
|
"They often lead raids on Liberty Bay and wreck havoc in the settlement - and afterwards, the blame is put on us. ...",
|
||||||
|
"Their names are 'Lethal Lissy', 'Ron the Ripper', 'Brutus Bloodbeard' and 'Deadeye Devious'. ...",
|
||||||
|
"If you can find and kill them all, be sure to retrieve an item from them as proof that you killed them. ...",
|
||||||
|
"Bring me the shirt of Lissy, the sabre of Ron, the hat of Brutus and the eye patch of Deadeye and you will be rewarded. ...",
|
||||||
|
"Have you understood everything I told you and are willing to handle this task?", Topic=5
|
||||||
|
Topic=4 -> "Maybe another time."
|
||||||
|
Topic=5,"yes" -> "Good! Come back to me once you have all four items and ask me about that task.", SetQuestValue(17568,1)
|
||||||
|
Topic=5 -> "Maybe another time."
|
||||||
|
|
||||||
|
"mission",QuestValue(17568)=1 -> "Your task is to bring me the shirt of the Lethal Lissy, the sabre of Ron the Ripper, the hat of Brutus Bloodbeard and the eye patch of Deadeye Devious. Did you succeed?", Topic=6
|
||||||
|
"task",QuestValue(17568)=1 -> *
|
||||||
|
Topic=6,"yes",Count(6100)>=1,Count(6102)>=1,Count(6101)>=1,Count(6099)>=1 -> "INCREDIBLE! You have found all four of them! %N, you have my respect. You more than deserve this hat. There you go.", DeleteAmount(6100,1), DeleteAmount(6102,1), DeleteAmount(6101,1), DeleteAmount(6099,1), SetQuestValue(17568,2), AddOutfitAddon(155,2), AddOutfitAddon(151,2), EffectOpp(13)
|
||||||
|
Topic=6,"yes" -> "You don't have all four with you."
|
||||||
|
Topic=6 -> "Maybe another time."
|
||||||
|
|
||||||
|
"mission" -> "Sorry, I don't have any missions for you."
|
||||||
|
"task" -> *
|
||||||
}
|
}
|
||||||
|
@ -19,8 +19,8 @@ VANISH,! -> NOP
|
|||||||
"bye" -> "Bye, %N!", Idle
|
"bye" -> "Bye, %N!", Idle
|
||||||
"farewell" -> *
|
"farewell" -> *
|
||||||
|
|
||||||
"addon",QuestValue(17562)<16 -> "You don't look like the one for who I should answer about my assassin katana."
|
"addon",QuestValue(17562)<17 -> "You don't look like the one for who I should answer about my assassin katana."
|
||||||
"outfit",QuestValue(17562)<16 -> *
|
"outfit",QuestValue(17562)<17 -> *
|
||||||
|
|
||||||
"addon",QuestValue(17562)=17 -> "You managed to deceive Erayo? Impressive. Well, I guess, since you have come that far, I might as well give you a task, too, eh?", Topic=1
|
"addon",QuestValue(17562)=17 -> "You managed to deceive Erayo? Impressive. Well, I guess, since you have come that far, I might as well give you a task, too, eh?", Topic=1
|
||||||
"outfit",QuestValue(17562)=17 -> *
|
"outfit",QuestValue(17562)=17 -> *
|
||||||
|
@ -14,39 +14,83 @@ BUSY,"hi$",! -> *
|
|||||||
BUSY,! -> NOP
|
BUSY,! -> NOP
|
||||||
VANISH,! -> "Bye"
|
VANISH,! -> "Bye"
|
||||||
|
|
||||||
"bye" -> "Good bye.", Idle
|
"bye" -> "Good bye.", Idle
|
||||||
"farewell" -> *
|
"farewell" -> *
|
||||||
"do","you","sell" -> "Well erm, currently we are a little short on weapons and the like, but I still have pirate tapestries for sale."
|
"do","you","sell" -> "Well erm, currently we are a little short on weapons and the like, but I still have pirate tapestries for sale."
|
||||||
"wares" -> *
|
"wares" -> *
|
||||||
"offer" -> *
|
"offer" -> *
|
||||||
|
|
||||||
"pirate tapestry" -> Type=5615, Amount=1, Price=40, "Do you want to buy a pirate tapestry for %P gold?", Topic=1
|
"pirate tapestry" -> Type=5615, Amount=1, Price=40, "Do you want to buy a pirate tapestry for %P gold?", Topic=1
|
||||||
%1,1<%1,"pirate tapestry" -> Type=5615, Amount=%1, Price=40*%1, "Do you want to buy %A pirate tapestries for %P gold?", Topic=1
|
%1,1<%1,"pirate tapestry" -> Type=5615, Amount=%1, Price=40*%1, "Do you want to buy %A pirate tapestries for %P gold?", Topic=1
|
||||||
|
|
||||||
Topic=1,"yes",CountMoney>=Price -> "Here you go. Those would fit nicely into your house, showing that you're a fan and supporter and all that.", DeleteMoney, Create(Type)
|
Topic=1,"yes",CountMoney>=Price -> "Here you go. Those would fit nicely into your house, showing that you're a fan and supporter and all that.", DeleteMoney, Create(Type)
|
||||||
Topic=1,"yes" -> "Come back when you have enough money."
|
Topic=1,"yes" -> "Come back when you have enough money."
|
||||||
Topic=1 -> "Maybe next time."
|
Topic=1 -> "Maybe next time."
|
||||||
|
|
||||||
|
# Meriana_Quest
|
||||||
"mission",QuestValue(17520)=1,QuestValue(17523)=0 -> "I need a new quality atlas for our captains. Only one of the best will do it. I heard the explorers society sells the best, but only to members of a certain rank. You will have to get this rank or ask a high ranking member to buy it for you.", SetQuestValue(17523,1)
|
"mission",QuestValue(17520)=1,QuestValue(17523)=0 -> "I need a new quality atlas for our captains. Only one of the best will do it. I heard the explorers society sells the best, but only to members of a certain rank. You will have to get this rank or ask a high ranking member to buy it for you.", SetQuestValue(17523,1)
|
||||||
|
"task",QuestValue(17520)=1,QuestValue(17523)=0 -> *
|
||||||
|
|
||||||
"mission",QuestValue(17523)=1 -> Type=6108, Amount=1, "Did you get an atlas of the explorers society as I requested?", Topic=2
|
"mission",QuestValue(17523)=1 -> Type=6108, Amount=1, "Did you get an atlas of the explorers society as I requested?", Topic=2
|
||||||
|
"task",QuestValue(17523)=1 -> *
|
||||||
"atlas",QuestValue(17523)=1 -> *
|
"atlas",QuestValue(17523)=1 -> *
|
||||||
Topic=2,"yes",Count(Type)>=Amount -> "Indeed, what a fine work... the book I mean. Your work was acceptable all in all.", Delete(Type), SetQuestValue(17523,2)
|
Topic=2,"yes",Count(Type)>=Amount -> "Indeed, what a fine work... the book I mean. Your work was acceptable all in all.", Delete(Type), SetQuestValue(17523,2)
|
||||||
Topic=2,"yes" -> "Sorry, you do not have it."
|
Topic=2,"yes" -> "Sorry, you do not have it."
|
||||||
Topic=2 -> "Maybe another time."
|
Topic=2 -> "Maybe another time."
|
||||||
|
|
||||||
"mission",QuestValue(17525)=0,QuestValue(17520)>4 -> "You did some impressive things. I think people here start considering you as one of us. But these are dire times and everyone of us is expected to give his best and even exceed himself. Do you think you can handle that?", Topic=3
|
"mission",QuestValue(17525)=0,QuestValue(17520)>4 -> "You did some impressive things. I think people here start considering you as one of us. But these are dire times and everyone of us is expected to give his best and even exceed himself. Do you think you can handle that?", Topic=3
|
||||||
|
"task",QuestValue(17525)=0,QuestValue(17520)>4 -> *
|
||||||
Topic=3,"yes" -> "I am glad to hear this. Please listen. The pirates on Nargor are breeding tortoises. They think eating tortoises makes a hard man even harder. ...",
|
Topic=3,"yes" -> "I am glad to hear this. Please listen. The pirates on Nargor are breeding tortoises. They think eating tortoises makes a hard man even harder. ...",
|
||||||
"However I am quite fond of tortoises and can't stand the thought of them being eaten. So I convinced Captain Striker that I can train them to help us. As a substitute for rafts and such ...",
|
"However I am quite fond of tortoises and can't stand the thought of them being eaten. So I convinced Captain Striker that I can train them to help us. As a substitute for rafts and such ...",
|
||||||
"All I need is one tortoise egg from Nargor. This is the opportunity to save a tortoise from a gruesome fate! ...",
|
"All I need is one tortoise egg from Nargor. This is the opportunity to save a tortoise from a gruesome fate! ...",
|
||||||
"I will ask Sebastian to bring you there. Travel to Nargor, find their tortoise eggs and bring me at least one of them.", SetQuestValue(17525,1)
|
"I will ask Sebastian to bring you there. Travel to Nargor, find their tortoise eggs and bring me at least one of them.", SetQuestValue(17525,1)
|
||||||
Topic=3 -> "Maybe another time."
|
Topic=3 -> "Maybe another time."
|
||||||
|
|
||||||
"mission",QuestValue(17525)=1 -> Type=6125, Amount=1, "Did you rescue one of those poor soon-to-be baby tortoises from Nargor?", Topic=4
|
"mission",QuestValue(17525)=1 -> Type=6125, Amount=1, "Did you rescue one of those poor soon-to-be baby tortoises from Nargor?", Topic=4
|
||||||
|
"task",QuestValue(17525)=1 -> *
|
||||||
"egg",QuestValue(17525)=1 -> *
|
"egg",QuestValue(17525)=1 -> *
|
||||||
Topic=4,"yes",Count(Type)>=Amount -> "A real tortoise egg ... I guess you are more accustomed to rescue some noblewoman in distress but you did something good today.", Delete(Type), SetQuestValue(17525,2)
|
Topic=4,"yes",Count(Type)>=Amount -> "A real tortoise egg ... I guess you are more accustomed to rescue some noblewoman in distress but you did something good today.", Delete(Type), SetQuestValue(17525,2)
|
||||||
Topic=4,"yes" -> "Sorry, you do not have it."
|
Topic=4,"yes" -> "Sorry, you do not have it."
|
||||||
Topic=4 -> "Maybe another time."
|
Topic=4 -> "Maybe another time."
|
||||||
|
|
||||||
"mission" -> "Sorry, I don't have any missions for you."
|
# Pirate_Outfit_Quest
|
||||||
|
"addon",QuestValue(17520)<12 -> "You're talking about my sabre? Well, first you have to earn our trust before you are granted to wear such a sabre."
|
||||||
|
"outfit",QuestValue(17520)<12 -> *
|
||||||
|
"addon",QuestValue(17567)<4,QuestValue(17520)=12 -> "You're talking about my sabre? Well, even though you earned our trust, you'd have to fulfil a task first before you are granted to wear such a sabre."
|
||||||
|
"outfit",QuestValue(17567)<4,QuestValue(17520)=12 -> *
|
||||||
|
"addon",QuestValue(17567)>3 -> "Firebird is the finest pirate sabre isin't it?"
|
||||||
|
"outfit",QuestValue(17567)>3 -> *
|
||||||
|
|
||||||
|
"task",QuestValue(17567)=0,QuestValue(17520)=12 -> "Are you up to the task which I'm going to give you and willing to prove you're worthy of wearing such a sabre?", Topic=5
|
||||||
|
"mission",QuestValue(17567)=0,QuestValue(17520)=12 -> *
|
||||||
|
Topic=5,"yes" -> "Listen, the task is not that hard. Simply prove that you are with us and not with the pirates from Nargor by bringing me some of their belongings. ...",
|
||||||
|
"Bring me 100 of their eye patches, 100 of their peg legs and 100 of their hooks, in that order. ...",
|
||||||
|
"Have you understood everything I told you and are willing to handle this task?", Topic=6
|
||||||
|
Topic=5 -> "Maybe another time."
|
||||||
|
Topic=6,"yes" -> "Good! Come back to me once you have gathered 100 eye patches.", SetQuestValue(17567,1)
|
||||||
|
Topic=6 -> "Maybe another time."
|
||||||
|
|
||||||
|
"patch",QuestValue(17567)=1 -> Type=6098, Amount=100, "Have you gathered 100 eye patches?", Topic=7
|
||||||
|
"mission",QuestValue(17567)=1 -> *
|
||||||
|
"task",QuestValue(17567)=1 -> *
|
||||||
|
Topic=7,"yes",Count(Type)>=Amount -> "Good job. Alright, now bring me 100 peg legs.", Delete(Type), SetQuestValue(17567,2)
|
||||||
|
Topic=7,"yes" -> "You don't have that many."
|
||||||
|
Topic=7 -> "Maybe another time."
|
||||||
|
|
||||||
|
"leg",QuestValue(17567)=2 -> Type=6126, Amount=100, "Have you gathered 100 peg legs?", Topic=8
|
||||||
|
"mission",QuestValue(17567)=2 -> *
|
||||||
|
"task",QuestValue(17567)=2 -> *
|
||||||
|
Topic=8,"yes",Count(Type)>=Amount -> "Nice. Lastly, bring me 100 pirate hooks. That should be enough to earn your sabre.", Delete(Type), SetQuestValue(17567,3)
|
||||||
|
Topic=8,"yes" -> "You don't have that many."
|
||||||
|
Topic=8 -> "Maybe another time."
|
||||||
|
|
||||||
|
"hook",QuestValue(17567)=3 -> Type=6097, Amount=100, "Have you gathered 100 hooks?", Topic=9
|
||||||
|
"mission",QuestValue(17567)=3 -> *
|
||||||
|
"task",QuestValue(17567)=3 -> *
|
||||||
|
Topic=9,"yes",Count(Type)>=Amount -> "I see, I see. Well done. Go to Morgan and tell him this codeword: 'firebird'. He'll know what to do.", Delete(Type), SetQuestValue(17567,4)
|
||||||
|
Topic=9,"yes" -> "You don't have that many."
|
||||||
|
Topic=9 -> "Maybe another time."
|
||||||
|
|
||||||
|
"mission" -> "Sorry, I don't have any missions for you."
|
||||||
|
"task" -> *
|
||||||
}
|
}
|
||||||
|
@ -18,8 +18,8 @@ VANISH,! -> "Good bye, %N."
|
|||||||
|
|
||||||
"bye" -> "Good bye, %N.", Idle
|
"bye" -> "Good bye, %N.", Idle
|
||||||
|
|
||||||
"addon",QuestValue(17562)<8 -> "You don't look like the one for who I should answer about my assassin head piece."
|
"addon",QuestValue(17562)<9 -> "You don't look like the one for who I should answer about my assassin head piece."
|
||||||
"outfit",QuestValue(17562)<8 -> *
|
"outfit",QuestValue(17562)<9 -> *
|
||||||
|
|
||||||
"addon",QuestValue(17562)=9 -> "Vescu gave you an assassin outfit? Haha. Noticed it lacks the head piece? You look a bit silly. Want my old head piece?", Topic=1
|
"addon",QuestValue(17562)=9 -> "Vescu gave you an assassin outfit? Haha. Noticed it lacks the head piece? You look a bit silly. Want my old head piece?", Topic=1
|
||||||
"outfit",QuestValue(17562)=9 -> *
|
"outfit",QuestValue(17562)=9 -> *
|
||||||
|
@ -49,4 +49,55 @@ VANISH,! -> "Good bye, %N."
|
|||||||
"tax" -> "I don't care about such mundane things like 'taxes'."
|
"tax" -> "I don't care about such mundane things like 'taxes'."
|
||||||
"privilege" -> "The city was granted a few privileges by the king. I can't even tell which. They don't affect me that much."
|
"privilege" -> "The city was granted a few privileges by the king. I can't even tell which. They don't affect me that much."
|
||||||
"gambling" -> "I too love to gamble now and then in the Hard Rock tavern."
|
"gambling" -> "I too love to gamble now and then in the Hard Rock tavern."
|
||||||
|
|
||||||
|
"addon",QuestValue(17563)=0 -> "I think I'm having an innovative vision! I feel that people are getting tired of attempting to look wealthy and of displaying their treasures. ...",
|
||||||
|
"A really new and innovative look would be - the 'poor man's look'! I can already see it in front of me... yes... a little ragged... but not too shabby! ...",
|
||||||
|
"I need material right now! Argh - the vision starts to fade... please hurry, can you bring me some stuff?", Topic=1
|
||||||
|
"outfit",QuestValue(17563)=0 -> *
|
||||||
|
Topic=1,"yes" -> "Good! Listen, I need the following material - first, 20 pieces of brown cloth, like the worn and ragged ghoul clothing. ...",
|
||||||
|
"Secondly, 50 pieces of minotaur leather. Third, I need bat wings, maybe 10. And 30 heaven blossoms, the flowers elves cultivate. ...",
|
||||||
|
"Have you noted down everything and will help me gather the material?", Topic=2
|
||||||
|
Topic=1 -> "Maybe another time."
|
||||||
|
Topic=2,"yes" -> "Terrific! What are you waiting for?! Start right away to gather 20 pieces of brown cloth and come back once you have them!", SetQuestValue(17563,1)
|
||||||
|
Topic=2 -> "Maybe another time."
|
||||||
|
|
||||||
|
"brown","cloth",QuestValue(17563)=1 -> Type=5913, Amount=20, "Ah! Have you brought 20 pieces of brown cloth?", Topic=3
|
||||||
|
"mission",QuestValue(17563)=1 -> *
|
||||||
|
"task",QuestValue(17563)=1 -> *
|
||||||
|
Topic=3,"yes",Count(Type)>=Amount -> "Yes, yes, that's it! Very well, now I need 50 pieces of minotaur leather to continue.", Delete(Type), SetQuestValue(17563,2)
|
||||||
|
Topic=3,"yes" -> "You don't have that many."
|
||||||
|
Topic=3 -> "Maybe another time."
|
||||||
|
|
||||||
|
"minotaur","leather",QuestValue(17563)=2 -> Type=5878, Amount=50, "Were you able to obtain 50 pieces of minotaur leather?", Topic=4
|
||||||
|
"mission",QuestValue(17563)=2 -> *
|
||||||
|
"task",QuestValue(17563)=2 -> *
|
||||||
|
Topic=4,"yes",Count(Type)>=Amount -> "Great! This leather will suffice. Now, please, the 10 bat wings.", Delete(Type), SetQuestValue(17563,3)
|
||||||
|
Topic=4,"yes" -> "You don't have that many."
|
||||||
|
Topic=4 -> "Maybe another time."
|
||||||
|
|
||||||
|
"bat","wing",QuestValue(17563)=3 -> Type=5894, Amount=10, "Did you get me the 10 bat wings?", Topic=5
|
||||||
|
"mission",QuestValue(17563)=3 -> *
|
||||||
|
"task",QuestValue(17563)=3 -> *
|
||||||
|
Topic=5,"yes",Count(Type)>=Amount -> "Hooray! These bat wings are ugly enough. Now the last thing: Please bring me 30 heaven blossoms to neutralise the ghoulish stench.", Delete(Type), SetQuestValue(17563,4)
|
||||||
|
Topic=5,"yes" -> "You don't have that many."
|
||||||
|
Topic=5 -> "Maybe another time."
|
||||||
|
|
||||||
|
"heaven","blossom",QuestValue(17563)=4 -> Type=5921, Amount=30, "Is this the lovely smell of 30 heaven blossoms?", Topic=6
|
||||||
|
"mission",QuestValue(17563)=4 -> *
|
||||||
|
"task",QuestValue(17563)=4 -> *
|
||||||
|
Topic=6,"yes",Count(Type)>=Amount -> "This is it! I will immediately start to work on this outfit. Come back in a day or something... then my new creation will be born!", Delete(Type), SetQuestValue(17563,5), SetExpiringQuestValue(17564, 86400000)
|
||||||
|
Topic=6,"yes" -> "You don't have that many."
|
||||||
|
Topic=6 -> "Maybe another time."
|
||||||
|
|
||||||
|
"addon",ExpiringQuestValue(17564)>0 -> "Please be patient! I am still working on this outfit details. Come back later, okey?"
|
||||||
|
"outfit",ExpiringQuestValue(17564)>0 -> *
|
||||||
|
|
||||||
|
"outfit",ExpiringQuestValue(17564)<0,QuestValue(17563)=5 -> "Eureka! Alas, the poor man's outfit is finished, but... to be honest... it turned out much less appealing than I expected. However, you can have it if you want, okay?", Topic=7
|
||||||
|
"mission",ExpiringQuestValue(17564)<0,QuestValue(17563)=5 -> *
|
||||||
|
"task",ExpiringQuestValue(17564)<0,QuestValue(17563)=5 -> *
|
||||||
|
Topic=7,"yes" -> "Here you go. Maybe you enjoy it after all.", AddOutfit(157), AddOutfit(153), SetQuestValue(17563,6), EffectOpp(13)
|
||||||
|
Topic=7 -> "If you change your mind I will keep this outfit for you later."
|
||||||
|
|
||||||
|
"mission",QuestValue(17563)>5 -> "I don't have any taks for you right now."
|
||||||
|
"task",QuestValue(17563)>5 -> *
|
||||||
}
|
}
|
||||||
|
@ -42,4 +42,8 @@ Topic=2,"warrior",QuestValue(17560)=1,Count(5880)>=100,Count(5887)>=1 -> "Alrigh
|
|||||||
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)=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,"warrior",QuestValue(17560)=2 -> "Sorry since you already have one sword I will not forge more for you."
|
||||||
Topic=2 -> "Maybe another time."
|
Topic=2 -> "Maybe another time."
|
||||||
|
|
||||||
|
"firebird",QuestValue(17567)=4 -> "Ahh. So Duncan sent you, eh? You must have done something really impressive. Okay, take this fine sabre from me, mate.", SetQuestValue(17567,5), AddOutfitAddon(155,1), AddOutfitAddon(151,1), EffectOpp(13)
|
||||||
|
"firebird",QuestValue(17567)=5 -> "Shhh! Don't repeat the same like a parrot. That is a codeword!"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -77,4 +77,6 @@ Topic=1,"mermaid" -> "The mermaid is the most beautiful creatu
|
|||||||
"mission" -> "Sorry, I don't have any missions for you."
|
"mission" -> "Sorry, I don't have any missions for you."
|
||||||
|
|
||||||
"outfit",QuestValue(17520)=11 -> "Ah, right! The pirate outfit! Here you go, now you are truly one of us.", AddOutfit(155), AddOutfit(151), SetQuestValue(17520,12), EffectOpp(13)
|
"outfit",QuestValue(17520)=11 -> "Ah, right! The pirate outfit! Here you go, now you are truly one of us.", AddOutfit(155), AddOutfit(151), SetQuestValue(17520,12), EffectOpp(13)
|
||||||
|
"outfit",QuestValue(17520)=12 -> "The pirate of the first choice!"
|
||||||
|
"addon",QuestValue(17520)=12 -> *
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# simon.npc: Datenbank für den Bettler Simon auf der Insel Fibula
|
# simon.npc: Datenbank für den Bettler Simon auf der Insel Fibula
|
||||||
|
|
||||||
Name = "Simon the Beggar"
|
Name = "Simon the Beggar"
|
||||||
Outfit = (128,116-123-32-40)
|
Outfit = (153,116-123-32-40-3)
|
||||||
Home = [32186,32468,7]
|
Home = [32186,32468,7]
|
||||||
Radius = 4
|
Radius = 4
|
||||||
|
|
||||||
@ -56,4 +56,77 @@ Topic=3 -> "Ok. No problem. I'll find another buyer."
|
|||||||
Topic=4,"yes",CountMoney>=Price -> "Here you are.", DeleteMoney, Create(Type)
|
Topic=4,"yes",CountMoney>=Price -> "Here you are.", DeleteMoney, Create(Type)
|
||||||
Topic=4,"yes" -> "Come back, when you have enough money."
|
Topic=4,"yes" -> "Come back, when you have enough money."
|
||||||
Topic=4 -> "Hmm, but next time."
|
Topic=4 -> "Hmm, but next time."
|
||||||
|
|
||||||
|
"addon",QuestValue(17563)<6 -> "My beard should not bother you my friend."
|
||||||
|
"outfit",QuestValue(17563)<6 -> *
|
||||||
|
"beard",QuestValue(17563)<6 -> *
|
||||||
|
|
||||||
|
"addon",QuestValue(17563)=6 -> "Haha, that beard is - well, not fake, but there's a trick behind it. I noticed people tend to be more generous towards a poor gramps. Want to know my trick?", Topic=5
|
||||||
|
"outfit",QuestValue(17563)=6 -> *
|
||||||
|
"beard",QuestValue(17563)=6 -> *
|
||||||
|
Topic=5,"yes",male -> "I can mix a secret potion which will increase your facial hair growth enormeously. I call it 'Instabeard'. However, it requires certain ingredients. ...",
|
||||||
|
"For the small fee of 20000 gold pieces I will help you mix this potion. Just bring me 100 pieces of ape fur, which are necessary to create this potion. ...",
|
||||||
|
"Do we have a deal?", Topic=6
|
||||||
|
Topic=5,"yes",female -> "I can mix a secret potion which increases facial hair growth enormeously. I call it 'Instabeard'. However, I fear it works only for men. ...",
|
||||||
|
"Even if it worked on girls, I'd rather not be responsible for you ruining your pretty face. I have an idea though. If you help me brew one of these potions, I sell something nice to you. ...",
|
||||||
|
"I still have a pretty gypsy dress and a pearl necklace somewhere, which you could wear instead of this ragged skirt. For the small fee of 20000 gold pieces, it'd be yours. ...",
|
||||||
|
"You only have to bring me 100 pieces of ape fur, so I can brew the potion. Do we have a deal?", Topic=6
|
||||||
|
Topic=5 -> "Maybe another time."
|
||||||
|
Topic=6,"yes" -> "Great! Come back to me once you have the 100 pieces of ape fur and I'll do my part of the deal.", SetQuestValue(17563,7)
|
||||||
|
Topic=6 -> "Maybe another time."
|
||||||
|
|
||||||
|
"ape","fur",QuestValue(17563)=7 -> Type=5883, Amount=100, Price=20000, "Have you brought me the 100 pieces of ape fur and 20000 gold pieces?", Topic=7
|
||||||
|
"20000",QuestValue(17563)=7 -> *
|
||||||
|
"mission",QuestValue(17563)=7 -> *
|
||||||
|
"task",QuestValue(17563)=7 -> *
|
||||||
|
"outfit",QuestValue(17563)=7 -> *
|
||||||
|
"addon",QuestValue(17563)=7 -> *
|
||||||
|
Topic=7,"yes",Count(Type)>=Amount,CountMoney>=Price,male -> "Ahh! Very good. I will start mixing the potion immediately. Come back later. Bye bye.", Delete(Type), DeleteMoney, SetQuestValue(17563,8), Idle
|
||||||
|
Topic=7,"yes",Count(Type)>=Amount,CountMoney>=Price,female -> "Ahh! Very good. I will start mixing the potion immediately and sell it to some poor foo- eh, man. Goodbye.", Delete(Type), DeleteMoney, SetQuestValue(17563,8), Idle
|
||||||
|
Topic=7,"yes" -> "You do not have all the required items."
|
||||||
|
Topic=7 -> "Maybe another time."
|
||||||
|
|
||||||
|
"addon",QuestValue(17563)=8,male -> "Hmm, I'm not done yet with your potion. But here, let me sprinkle a few drops of my own potion on your face... there you go. Now you just have to wait.", SetQuestValue(17563,9), SetExpiringQuestValue(17565, 432000000), Idle
|
||||||
|
"outfit",QuestValue(17563)=8,male -> *
|
||||||
|
"beard",QuestValue(17563)=8,male -> *
|
||||||
|
|
||||||
|
"addon",ExpiringQuestValue(17565)>0 -> "Hmm, hmmm, I think you already have a little more hair than the last time I saw you. Just be patient and don't shave. I'm gonna check the progress for you."
|
||||||
|
"outfit",ExpiringQuestValue(17565)>0 -> *
|
||||||
|
"beard",ExpiringQuestValue(17565)>0 -> *
|
||||||
|
|
||||||
|
"outfit",ExpiringQuestValue(17565)<0,QuestValue(17563)=9 -> "Aha! I can see it! Now that you've waited patiently without shaving, your beard is perfect! All thanks to my, err, potion. Yes. Goodbye!", AddOutfitAddon(157,2), AddOutfitAddon(153,2), SetQuestValue(17563,10), EffectOpp(13), Idle
|
||||||
|
|
||||||
|
"gypsy","dress",QuestValue(17563)=8,female -> "Oh, I'm sorry... I almost forgot! Okay, okay... here is your promised dress. I'm sure it will look so much better on you than on me- I mean, my, err, sister.", AddOutfitAddon(157,2), AddOutfitAddon(153,2), SetQuestValue(17563,10), EffectOpp(13), Idle
|
||||||
|
"outfit",QuestValue(17563)=8,female -> *
|
||||||
|
"addon",QuestValue(17563)=8,female -> *
|
||||||
|
|
||||||
|
"staff",QuestValue(17563)<10 -> "No, no. It's mine, get your own one!"
|
||||||
|
|
||||||
|
"outfit",QuestValue(17563)=10 -> "No, no. Our deal is finished, no complaining now, I don't have time all day. And no, you can't have my staff.", SetQuestValue(17563,11)
|
||||||
|
"addon",QuestValue(17563)=10 -> *
|
||||||
|
|
||||||
|
"staff",QuestValue(17563)=11 -> "I said, no! Or well - I have a suggestion to make. Will you listen?", Topic=8
|
||||||
|
"addon",QuestValue(17563)=11 -> *
|
||||||
|
"outfit",QuestValue(17563)=11 -> *
|
||||||
|
"mission",QuestValue(17563)=11 -> *
|
||||||
|
"task",QuestValue(17563)=11 -> *
|
||||||
|
Topic=8,"yes" -> "When I was wandering around in Tibia, I lost my favourite staff somewhere in the northern ruins in Edron. ...",
|
||||||
|
"Uh, don't ask me what I was doing there... sort of a pilgrimage. Well anyway, if you could bring that staff back to me, I promise I'll give you my current one. ...",
|
||||||
|
"What do you say?", Topic=9
|
||||||
|
Topic=8 -> "Maybe another time."
|
||||||
|
Topic=9,"yes" -> "Good! Come back to me once you have retrieved my staff. Good luck.", SetQuestValue(17563,12), Idle
|
||||||
|
Topic=9 -> "Maybe another time."
|
||||||
|
|
||||||
|
"staff",QuestValue(17563)=12 -> Type=6107, Amount=1, "Did you bring my favourite staff??", Topic=10
|
||||||
|
"mission",QuestValue(17563)=12 -> *
|
||||||
|
"task",QuestValue(17563)=12 -> *
|
||||||
|
"outfit",QuestValue(17563)=12 -> *
|
||||||
|
"addon",QuestValue(17563)=12 -> *
|
||||||
|
Topic=10,"yes",Count(Type)>=Amount -> "Yes!! That's it! I'm so glad! Here, you can have my other one. Thanks!", Delete(Type), AddOutfitAddon(157,1), AddOutfitAddon(153,1), SetQuestValue(17563,13), EffectOpp(13), Idle
|
||||||
|
Topic=10,"yes" -> "You don't have it."
|
||||||
|
Topic=10 -> "Maybe another time."
|
||||||
|
|
||||||
|
"mission",QuestValue(17563)=13 -> "Nah, nothing new."
|
||||||
|
"task",QuestValue(17563)=13 -> *
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user