more quest messages

This commit is contained in:
shoopea 2019-10-02 16:17:01 +08:00
parent cff74fed03
commit 7ce39cb90b

View File

@ -256,6 +256,11 @@ func resetMsgParsingRules() {
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #23", "You passed a hidden fortress in the mountains, where a bunch of people were shouting at some guy in the shining coat\\. Apparently they were unhappy with too much salt in their food\\. You couldn't sneak past the guards, but you managed to find some loot in a nearby cave\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #24", "As you were hiking through the icy mountains, you found a shirtless man shouting at a dragon\\. After defeating them both, you took some loot of their cold bodies and went home\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #25", "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\\. This time you found a huge battle-axe, with the rarest Whitewood handle\\. A runic inscription is hard to read, you only understood its about some Valhalla\\. You took it home to cut the handle and sell the wood to merchants\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #26", "In the forest you found two completely identical man-spiders staring at each other, pointing with their second right leg\\. They were hissing and sputtering about something\\. That is until you sliced their throats and extracted precious web glands\\. Good job!(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #27", "In the forest you encountered a father and son\\. Father was shouting at his child screaming something about corals\\. We don't even have sea around here, what a strange man\\. You hit him and his son with a baseball bat to clear their heads\\.(?s:.*)$")
,(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:.*)$")
;`)
failOnError(err, "resetMsgParsingRules : populate table msg_rules")
}