test
This commit is contained in:
parent
9c4bb2a7a8
commit
0c7f70add7
15
rules.go
15
rules.go
@ -121,13 +121,14 @@ func resetMsgParsingRules() {
|
||||
,(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` +
|
||||
`Level:(?P<Level>[0-9]+)\\n` +
|
||||
`Atk:(?P<Atk>[0-9]+) Def:(?P<Def>[0-9]+)\\n` +
|
||||
`Exp:(?P<ExpNow>[0-9]+)/(?P<ExpLvl>[0-9]+)\\n` +
|
||||
`Stamina:(?P<StaminaNow>[0-9]+)/(?P<StaminaMax>[0-9]+)\\n` +
|
||||
`(Gold(?P<Gold>[0-9]+)){0,1}(Pogs(?P<Pogs>[0-9]+)){0,1}(Gems(?P<Gems>[0-9]+)){0,1}\\n\\n` +
|
||||
`Equipment +(?P<AtkGear>[0-9]+) +(?P<DefGear>[0-9]+)` +
|
||||
`Bag: (?P<BagUsed>[0-9]+)/(?P<BagDispo>[0-9]+) /inv\\n\\n` +
|
||||
`(?P<CastleIcon>.)(?P<Player>.*) of (?<Castle>[a-zA-Z]*) Castle\\n` +
|
||||
`.Level: (?P<Level>[0-9]+)\\n` +
|
||||
`.Atk: (?P<Atk>[0-9]+) .Def: (?P<Def>[0-9]+)\\n` +
|
||||
`.Exp: (?P<ExpNow>[0-9]+)/(?P<ExpLvl>[0-9]+)\\n` +
|
||||
`.Stamina: (?P<StaminaNow>[0-9]+)/(?P<StaminaMax>[0-9]+).*\\n` +
|
||||
`(💰(?P<Gold>(-){0,1}[0-9]+)){0,1}( 👝(?P<Pogs>[0-9]+)){0,1}( 💎(?P<Gems>[0-9]+)){0,1}\\n\\n` +
|
||||
`🎽Equipment +(?P<AtkGear>[0-9]+). +(?P<DefGear>[0-9]+).\\n` +
|
||||
`🎒Bag: (?P<BagUsed>[0-9]+)/(?P<BagDispo>[0-9]+) /inv\\n\\n` +
|
||||
`State:\\n(?P<State>.*)\\n\\n` +
|
||||
`More:/hero(?s:.*)$")
|
||||
;`)
|
||||
|
Loading…
Reference in New Issue
Block a user