Hello all, and thanks to Nick for a great client.
I'm playing aardwolf and would like to see the stats of an item when it is first auctioned with a trigger.
So when text like:
Razorlight is auctioning >.: (Concealed) Portable Power Source :.< (Level 71, Num 144). Current bid is 100.
I would like the trigger to respond with bidding on the item number like:
bid 144
So far, I have got:
^(?:\w+ )?\w+ is auctioning .+ \(Level \d+, Num (\d+)\). Current bid is \d+.$
action:
bid %1
This doesn't work and I'm rubbish at regexp.
Thank You in Advance,
qbert911
I'm playing aardwolf and would like to see the stats of an item when it is first auctioned with a trigger.
So when text like:
Razorlight is auctioning >.: (Concealed) Portable Power Source :.< (Level 71, Num 144). Current bid is 100.
I would like the trigger to respond with bidding on the item number like:
bid 144
So far, I have got:
^(?:\w+ )?\w+ is auctioning .+ \(Level \d+, Num (\d+)\). Current bid is \d+.$
action:
bid %1
This doesn't work and I'm rubbish at regexp.
Thank You in Advance,
qbert911