update quest messages

This commit is contained in:
shoopea 2019-10-02 17:14:18 +08:00
parent 0511877406
commit 2cbe800f27

View File

@ -281,6 +281,26 @@ func resetMsgParsingRules() {
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #48", "In the forest you met a one-armed shinobi who asked you about his lord\\. As you didn't know anything he continued his way\\. You noticed you have a strange cough on your way to the castle\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #49", "In the forest you encountered a naked man in a red bandana dancing to some sweet music\\. You got carried away by his amazing moves and stared at him for a couple of days\\. After you gained back control over your body, you stole his bandana and sold it for a golden coin\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #50", "In the forest you found a rare mushroom species that you could sell to some local alchemists\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #51", "In the forest you found a rare mushroom species that you could sell to some local alchemists\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #52", "In the forest you found a rare mushroom species that you could sell to some local alchemists\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #53", "In the forest you found a rare mushroom species that you could sell to some local alchemists\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #54", "In the forest you found a rare mushroom species that you could sell to some local alchemists\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #55", "In the forest you found a rare mushroom species that you could sell to some local alchemists\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #56", "In the forest you found a rare mushroom species that you could sell to some local alchemists\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #57", "In the forest you found a rare mushroom species that you could sell to some local alchemists\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #58", "In the forest you found a rare mushroom species that you could sell to some local alchemists\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #59", "In the forest you found a rare mushroom species that you could sell to some local alchemists\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #60", "In the forest you found a rare mushroom species that you could sell to some local alchemists\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #61", "In the forest you found a rare mushroom species that you could sell to some local alchemists\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #62", "In the forest you found a rare mushroom species that you could sell to some local alchemists\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #63", "“Two roads diverged in a wood,\\nand I-\\nI took the one less travelled by,\\nAnd robbed some guy - oh my\.”(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #64", "Strolling through the mountains you encountered an evil undead wizard hitting himself against a cold wall\\. He must be completely out of his mind\\. You decided not to bother him and simply collected all the gold around him\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #65", "In the valley's tranquility you saw sheep and lambs grazing on lush meadows\\. You took your knife out and killed one, but the lambs stayed silent\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #66", "In the mountains you found a small lake and a hidden door\\. The door was carved with symbols and a picture of a bush\\. You recognised the ancient language and managed to translate the scriblings: ""Say friend and come in""\\. Unfortunatelly, you never had any friends, so you picked up some arrows laying around and went home\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #67", "On your way to the market in another village, you met an old man talking about peaceful associations between the traders of the seven castles\\. He dreamed of sharing goods and creating a market for extraordinary items\\. You had to leave, but not before the old man gave you a bell and told you to spread the idea\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #68", "Deep down along the valley you found a small inn. Some big warrior with a burnt face ate all the chicken they had and you got nothing\\. You tried writing to the inn's feedback box, but there was no reply\\. However, you stole a strange coin from the girl who accompanied the bully\\. Maybe it's worth something\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #69", "On your quest you reached the top of the mountain\\. You were looking at the lands lying in front of you, when you noticed a dark shadowy place in the distance\\. You heard a mighty voice say ""That's urn castle, you must not go there""\\. While looking for the voice, you found a golden ingot and decided to head back home\\.(?s:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #70", "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 green bag lying around\\. You checked the content and only found some weird herbs with refreshing smell\\. Having no idea what it is, it came to your mind it will be a nice tea ingredient\\. You kept the herb, but sold the bag\\.(?s:.*)$")
;`)
failOnError(err, "resetMsgParsingRules : populate table msg_rules")
}