fix rules

This commit is contained in:
shoopea 2019-10-03 18:24:02 +08:00
parent 49fd299584
commit 9f106d214d

View File

@ -325,16 +325,16 @@ func resetMsgParsingRules() {
,(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:.*)$")
,(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:.*)$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestReq) + `, "Quest Req", "^🗺Quests$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestAck) + `, "Quest Ack", "^🌲Forest [0-9]min
Many things can happen in the forest\\.\\n\\n
🍄Swamp [0-9]min\\n
Who knows what is lurking in mud\\.\\n\\n
🏔Mountain Valley [0-9]min\\n
Watch out for landslides\\.\\n\\n
🗡Foray 🔋🔋\\n
Foray is a dangerous activity\\. Someone can notice you and may beat you up\\. But if you go unnoticed, you will acquire a lot of loot\\.\\n\\n
📯Arena \\n
Arena isn't a place for the weak\\. Here you fight against other players and if you stand victorious, you acquire precious experience\\.$")
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestAck) + `, "Quest Ack", "^🌲Forest [0-9]min\\n` +
`Many things can happen in the forest\\.\\n\\n` +
`🍄Swamp [0-9]min\\n` +
`Who knows what is lurking in mud\\.\\n\\n` +
`🏔Mountain Valley [0-9]min\\n` +
`Watch out for landslides\\.\\n\\n` +
`🗡Foray 🔋🔋\\n` +
`Foray is a dangerous activity\\. Someone can notice you and may beat you up\\. But if you go unnoticed, you will acquire a lot of loot\\.\\n\\n` +
`📯Arena \\n` +
`Arena isn't a place for the weak\\. Here you fight against other players and if you stand victorious, you acquire precious experience\\.$")
;`)