This commit is contained in:
shoopea 2019-10-02 16:48:03 +08:00
parent 0a9d756685
commit 2505490350

View File

@ -267,7 +267,7 @@ func resetMsgParsingRules() {
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #30", "In the lush thicket the path became barely distinguishable\\. Luckily, the trees ended before you got lost completely\\. You even managed to find some gold in an old tree hollow\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #30", "You saw a river running through the middle of the forest\\. It was a rather hot day, so you decided to go for a swim\\. On the other shore, you saw beautiful nimphas bathing in the waters\\. They looked so naive, so you stole their clothes and sold them\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #30", "On your way through the forest, you found an old woman, who offered you a beautifull red apple\\. You heard this story before, so you slayed the woman and you sold it to your neighbor\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #30", "In the forest you met a strange creature who was mumbling about his "precious" and was scared of sunlight\\. It was poor mad Andy Serkis\\. You stole his wedding ring and sold it to a merchant\\. Strangely the merchant was never seen again\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #30", "In the forest you met a strange creature who was mumbling about his \\"precious\\" and was scared of sunlight\\. It was poor mad Andy Serkis\\. You stole his wedding ring and sold it to a merchant\\. Strangely the merchant was never seen again\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #30", "In the middle of the forest you came upon a short man wearing all green\\. He was drunkingly mumbling about pot of gold at the end of the rainbow\\. Feeling excited, you followed it, only to find a big couldron, full of potatoes\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #30", "At the edge of the known lands, there is an old cursed field, full of relics of ancient civilisations that destroyed each other\\. You love coming back there, to collect antique items that historians can pay a good price for\\. Today you found there a massive red shield with a mystical engraving of a crowned black square\\. A shame that you cant decipher a symbolical meaning of perished empires\\. Still, worth a fortune\\.(?s:.*)$")
;`)