diff --git a/rules.go b/rules.go index 69f058d..b6c6f9c 100644 --- a/rules.go +++ b/rules.go @@ -119,14 +119,13 @@ func resetMsgParsingRules() { ,(4900, ` + strconv.Itoa(objSubTypeMessageUnionWar) + `, "Union war rep only union", "^(🏠Trade union news:\n)(?P(?s:.*))(🎪State of exclusive rights:\n){0}(?P(?s:.*))$") ,(4900, ` + strconv.Itoa(objSubTypeMessageUnionWar) + `, "Union war rep only fair", "^(🏠Trade union news:\n){0}(?P(?s:.*))(🎪State of exclusive rights:\n)(?P(?s:.*))$") ,(5000, ` + strconv.Itoa(objSubTypeMessageTimeout) + `, "Generic timeout", "^Too late. Action is not available.$") - ,(5000, ` + strconv.Itoa(objSubTypeMessageMeAck) + `, "Me ack", "^(?s:.*)Battle of the seven castles in .* minutes!\\n` + - `(?s:.*)\\n` + + ,(5000, ` + strconv.Itoa(objSubTypeMessageMeAck) + `, "Me ack", "^(?s:.*)Battle of the seven castles in .* minutes!\\n(?s:.*)\\n` + `(?P.)(?P.*) of (?P[a-zA-Z]*) Castle\\n` + `.Level: (?P[0-9]+)\\n` + `.Atk: (?P[0-9]+) .Def: (?P[0-9]+)\\n` + `.Exp: (?P[0-9]+)/(?P[0-9]+)\\n` + `.Stamina: (?P[0-9]+)/(?P[0-9]+).*\\n` + - `(💰(?P(-){0,1}[0-9]+)){0,1}( 👝(?P[0-9]+)){0,1}( 💎(?P[0-9]+)){0,1}\\n\\n` + + `(.(?P(-){0,1}[0-9]+)){0,1}( .(?P[0-9]+)){0,1}( .(?P[0-9]+)){0,1}\\n\\n` + `🎽Equipment +(?P[0-9]+). +(?P[0-9]+).\\n` + `🎒Bag: (?P[0-9]+)/(?P[0-9]+) /inv\\n\\n` + `State:\\n(?P.*)\\n\\n` +