update quest messages.

This commit is contained in:
shoopea 2019-10-02 16:47:16 +08:00
parent 7ce39cb90b
commit 0a9d756685

View File

@ -261,6 +261,15 @@ func resetMsgParsingRules() {
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #28", "You discovered a trail of trunks in the woods\\. You followed it with caution\\. In the center of a clearing you found a black dragon caught in a net\\. It doesn't seem dangerous, so you approached it carefully and freed it\\.\\.\\. from its miserable existence\\. You sold its black scales for a good price to a local blacksmith\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #29", "Snares and traps, placed far away from the road, indicated that hunters earned their living in those places\\. Having spotted a quail in a snare, you reasoned that it wouldn't cost the hunters anything if you set it free, as the bird was so small, you couldnt eat it anyway\\. Besides, there were all sorts of small items near the traps, so it was a win-win situation\\.(?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\\. Under a small stone hill you found a blue cloak\\. The fabric was aged but still strong, embroidered with stars and some obscene symbols\\. Perhaps it belonged to some warlord of the past to set fear in his enemies\\. You took the cloak to sell the quality fabric to merchants\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #30", "As you were strolling through the forest, you found a drunk scientist and a little kid swearing at each other\\. But before you could approach them, they disappeared into thin air\\. As you came closer to investigate you found a pickle that you sold to Jerry, the local merchant\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #30", "In the forest you came across five librarians\\. Two of them were writing something down while the other three were just copying\\. You decided that it's unacceptable, so you pulled out your sword and killed them\\. Piracy's a crime, and crime doesn't pay\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #30", "Walking through the forest you reached a cemetery, where you found a boy facing a man without a nose in a magic duel\\. You decided to help the man and stabbed the boy\\. The man gave you some magic artifacts that you sold to a local magician\\. Hope you did nothing wrong(?s:.*)$")
,(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 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:.*)$")
;`)
failOnError(err, "resetMsgParsingRules : populate table msg_rules")
}