PDA

View Full Version : Sbounty removing valid bounty



SashaFierce
02-08-2016, 05:29 AM
This is the task:
You have been tasked to recover a carved malachite tiara that an unfortunate citizen lost after being attacked by an Ithzir adept in Old Ta'Faendryl. The heirloom can be identified by the initials KO engraved upon it. Hunt down the creature and LOOT the item from its corpse.

This is the code to match the task:
'task_heirloom' => 'unfortunate citizen lost after being attacked by (?:a|an) (.*) (?:in|on|near) (?:the )?(.*)\s(?:near|between|under|\.).*LOOT',

These are the Targets I have set:
griffin,war griffin,seer(b),Ithzir seer(b),adept(b),Ithzir adept(b)


It keeps trying to remove the bounty task even though it's set up to complete the bounty. :(

I'm mostly wondering if the code listed above is valid.