parent
096d39609e
commit
8e9221bb5a
400 changed files with 3688 additions and 5969 deletions
|
|
@ -288,24 +288,20 @@ namespace Server.Engines.Quests.Hag
|
|||
get
|
||||
{
|
||||
if (!BlackheartMet)
|
||||
switch (Step)
|
||||
return Step switch
|
||||
{
|
||||
case 1:
|
||||
/* You must gather each ingredient on the Hag's list so that she can cook
|
||||
1 =>
|
||||
/* You must gather each ingredient on the Hag's list so that she can cook
|
||||
* up her vile Magic Brew. The first ingredient is :
|
||||
*/
|
||||
return 1055019;
|
||||
case 2:
|
||||
/* You must gather each ingredient on the Hag's list so that she can cook
|
||||
1055019,
|
||||
2 =>
|
||||
/* You must gather each ingredient on the Hag's list so that she can cook
|
||||
* up her vile Magic Brew. The second ingredient is :
|
||||
*/
|
||||
return 1055044;
|
||||
default:
|
||||
/* You must gather each ingredient on the Hag's list so that she can cook
|
||||
* up her vile Magic Brew. The final ingredient is :
|
||||
*/
|
||||
return 1055045;
|
||||
}
|
||||
1055044,
|
||||
_ => 1055045
|
||||
};
|
||||
|
||||
/* You are still attempting to obtain a jug of Captain Blackheart's
|
||||
* Whiskey, but the drunkard Captain refuses to share his unique brew.
|
||||
|
|
@ -375,7 +371,7 @@ namespace Server.Engines.Quests.Hag
|
|||
if (creature.GetType() == type)
|
||||
{
|
||||
System.From.SendLocalizedMessage(1055043,
|
||||
"#" + info.Name); // You gather a ~1_INGREDIENT_NAME~ from the corpse.
|
||||
$"#{info.Name}"); // You gather a ~1_INGREDIENT_NAME~ from the corpse.
|
||||
|
||||
CurProgress++;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue