Nyyrazzilyss / NyyLIB

Mudlet client script for Torilmud
http://www.torilmud.com/phpBB3/viewtopic.php?f=4&t=27194
GNU General Public License v2.0
7 stars 4 forks source link

Spellslots regexp is incorrect #343

Open byzanthia opened 2 months ago

byzanthia commented 2 months ago

(Thanks to Tibbappotile for sharing this with me) I noticed my blackguard never casts, even with "damage spells" set to on.

The spellslots trigger should have its regex changed from this:

^<.*[\|]((?:[0-9 ]\|)+).*>

to:

^<.*\s+\|([0-9\|]+)\|.*>$

And then it seems to work.