From ffe84fd4e2fc570efa1adc55d065bde8e04410f7 Mon Sep 17 00:00:00 2001 From: shoopea Date: Wed, 2 Oct 2019 19:17:03 +0800 Subject: [PATCH] update quest messages --- rules.go | 1 + 1 file changed, 1 insertion(+) diff --git a/rules.go b/rules.go index 7f1e9ad..88da3e0 100644 --- a/rules.go +++ b/rules.go @@ -321,6 +321,7 @@ func resetMsgParsingRules() { ,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #88", "Looking for some shiny things at the edge of the forest, you saw a broken piece of a metal under a tree\\. After examining it, you didn’t find anything special about it, except for some old painted text: “F A L C O … V Y”\\. Nonetheless, you took it back home, hoping to sell to a local antique collector, Mr Musk\\.(?s:.*)$") ,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #89", "You came across a man with an arrow in his knee\\. You helped him, and he taught you some ancient gibberish\\. The moment you said the last word, he was hit by sudden blast of wind and ended up impaled on a tree branch\\. Weird\\.(?s:.*)$") ,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #90", "In the valley you encountered a sleeping dragon\\. Even the loudest thunder couldn't wake it up, so you robbed its cave\\.(?s:.*)$") + ,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #91", "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 strange dusky helmet\\. The engraving on it illustrated a worshipping of an old powder cult, which decorated the top of the helmet\\. The helmet seemed to have an occult meaning to it, but having lesser interest in those, you just sold it to historians\\.(?s:.*)$") ;`) failOnError(err, "resetMsgParsingRules : populate table msg_rules") }