xorann/BigWigs

Lua masks strange work

Closed this issue · 0 comments

  • I found type masks in scripts ^([^%s]+)
    these scripts work very strange, sometimes Bigwigs says warnings , sometimes not.

Emeryss example:

	trigger_volatileInfection = "^([^%s]+) ([^%s]+) afflicted by Volatile Infection",
	misc_you = "You",
	misc_are = "are",

=============

  • AURAADDEDOTHERHARMFUL and AURAADDEDSELFHARMFUL are combined into one trigger, while in others, possibly newer (ZG), they are separated into two triggers, which is more convenient.
    perhaps such scripts also need to be divided for the general appearance of all scripts.

in such scripts where triggers are separated, they work perfectly