update quest result messages

This commit is contained in:
shoopea 2019-10-02 13:53:02 +08:00
parent b6d25256be
commit 39964b04c9

View File

@ -243,6 +243,11 @@ func resetMsgParsingRules() {
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #10", "In your journey you have reached a dark cave, where you met the Devil himself\\. You seized the opportunity and sold your soul for a handful of money\\. When you returned home you realized you didn't have a soul to start with\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #11", "You came across an eccentric man who lead you through a magical land of candy and sweets\\. Upon reaching the exit, the man loudly informs that you get nothing\\. You bid him good day and decapitate him for wasting your time\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #12", "While marching through the swamp you hear someone shouting for a hunter\\. Being quite proficient in hunting yourself you walk towards the voice\\. You find a man running up to you who shakes you wildly while screaming something about a Dark One\\. Seconds later he runs away\\.\\nYou pick up some things he lost in his hysteria\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #13", "In the swamp you found a beautiful mermaid selling some flasks with a magic potion for 30 golden coins\\. However, after you returned home, you realized it's just swamp water\\. What a rip off! You poured it out and sold the flask to your alchemist friend\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #14", "You went too far and saw the forbidden castle\\. Its gates were painted with blood and the road was scratched with claws\\. You hid in the bushes and saw the two angels dragging the warrior into the castle\\. The gate closed and a terrible scream came from behind them\\. You picked up a few coins that fell from the pockets of the warrior and ran back home\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #15", "“There was a guy\\nWho was in love\\nWith a girl as beautiful as snow\\nBut she chose the one\\nWho was her ex\\nSo you stole her blue dress\\.”(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #16", "Walking through the swamp you find a bunch of crazy librarians who are trying to catalogue all adventures happening all around the seven kingdoms\\. Naturally they are doomed to fail, so you leave them behind - not without helping yourself to a few gold coins scattered around them(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #17", "On your quest, you found the Deer Legend\\. He didn't talk much\\. But when he was leaving for his own quest, he said something in a foreign language before the urn smashed him\\. So you took a bit of his loot left behind\\.(?s:.*)$")
;`)
failOnError(err, "resetMsgParsingRules : populate table msg_rules")
}