update msg rules
This commit is contained in:
parent
b37ba03452
commit
b2192c28f1
1
rules.go
1
rules.go
@ -326,6 +326,7 @@ func resetMsgParsingRules() {
|
||||
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #96", "^You've stepped into a pile of dung\\. Now you stink\\. Nothing else happened\\.$")
|
||||
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #97", "^As you were about to head out for an adventure, you got a feeling you were forgetting something, so you wasted some time trying to remember what it was\\. Finally you gave up and stayed home\\.$")
|
||||
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #98", "^Walking through the swamp, you found yourself surrounded by the mist\\. Suddenly you heard a dog howling in the distance\\. You decided to save yourself and ran back home, as your butler promised to cook some porridge\\.$")
|
||||
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestResult) + `, "Quest result #99", "^Strolling through the cold winter mountains you came across a giant mansion\\. As you peeked in the window, you noticed a man staring at some blue hideous creature\\. "Perfection",\\- the man said\\. You decided not to mess with this lunatic, so you stole some magnetic rocks scattered around the house and departed safely\\.(?s:.*)$")
|
||||
|
||||
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestReq) + `, "Quest Req", "^🗺Quests$")
|
||||
,(5000, ` + strconv.Itoa(objSubTypeMessageQuestAck) + `, "Quest Ack #0", "^🌲Forest [0-9]min\\n` +
|
||||
|
Loading…
Reference in New Issue
Block a user