I'm trying to set up a trigger that'll help me weaponprobe items in a shop wares list without having to type out "wp <item #>". This is what I have:
The trigger fires fine, but when I try to click the hyperlink, nothing happens. I'm not sure what I'm doin wrong. I'm sorta of a newb at scripts :(
EDIT: For realm of Achaea
<triggers>
<trigger
back_colour="8"
enabled="y"
match="([a-z]+)(\d{5,6})"
match_back_colour="y"
match_bold="y"
match_inverse="y"
match_italic="y"
match_text_colour="y"
regexp="y"
send_to="12"
sequence="100"
text_colour="10"
>
<send>Hyperlink ("wp %0", "%0", "", "", "", 0)</send>
</trigger>
</triggers>
The trigger fires fine, but when I try to click the hyperlink, nothing happens. I'm not sure what I'm doin wrong. I'm sorta of a newb at scripts :(
EDIT: For realm of Achaea