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

Displacement #220

Closed Fisig closed 5 years ago

Fisig commented 5 years ago

Displacement autocast doesnt seem to notice when it drops on others. Also a status button similar to stn/blr/glb/vit would be awesome if it can fit.

Fisig commented 5 years ago

There is no room echo from the mud when it drops on someone else.

Nyyrazzilyss commented 5 years ago

Change the spellout trigger to the following, it will pick up more spellout messages. Since the mud doesn't provide a spellout message, there's no other way (other then spell timing out) that it will catch it had dropped other then if you status the character.

@set endspell dsp will change the final spell displayed from vit to dsp

([A-Za-z]+) group-says '.*(Displace|displace|DISPLACE).+'

Nyyrazzilyss commented 5 years ago

12/16/18 dev