UOOutlands / Razor

Razor is a free tool designed to help with simple tasks while playing Ultima Online.
http://www.uor-razor.com
GNU General Public License v3.0
9 stars 6 forks source link

Implemented support for passing lists to ignore command and implemented unignore command #93

Open Tranq1 opened 2 years ago

Tranq1 commented 2 years ago

This PR contains two changes:

unignore command

Added unignore command that enables the user to remove an individual command from the ignore list

list support

Added support for both ignore and unignore commands to accept lists as well, enabling the user to add or remove a set of serials from the ignore list.

Example

@clearignore
removelist mylist
createlist mylist

while findtype 8787 backpack as found
    pushlist mylist found
    @ignore found
endwhile

unignore 0x406DDDCA
unignore 0x406E4F51

unignore mylist

while findtype 8787 backpack as found
    sysmsg found 80
    @ignore found
endwhile
anethus commented 2 years ago

Beta Client Build and Release #55