| Message |
Okay, I'm happy that the full set of triggers for Disc are working now:
<triggers>
<trigger
enabled="y"
match="^Hp: ([-0-9]+)\(([-0-9]+)\) Gp: ([-0-9]+)\(([-0-9]+)\) Xp: ([-0-9]+)"
regexp="y"
send_to="12"
sequence="96"
>
<send>UdpSend("127.0.0.1",4123,"aHp: %1 of %2")
UdpSend("127.0.0.1",4123,"bGp: %3 of %4")
UdpSend("127.0.0.1",4123,"cXp: %5")
</send>
</trigger>
<trigger
enabled="y"
match="^You are .*burden.* \(([0-9]+)\%\)\.$"
regexp="y"
send_to="12"
sequence="100"
>
<send>UdpSend("127.0.0.1",4123,"dBurden: %1\%")</send>
</trigger>
<trigger
enabled="y"
match="^Your current experience is [0-9]* and you are level ([0-9]+) in .* your overall rating is ([0-9]+)\.$"
regexp="y"
send_to="12"
sequence="100"
>
<send>UdpSend("127.0.0.1",4123,"eGL: %1")
UdpSend("127.0.0.1",4123,"fRating: %2")</send>
</trigger>
</triggers>
|
Faux, from Discworld. Feel free to come talk to me =)
http://faux.servebeer.com/ | top |
|