Skip to content

Conversation

@Tranq1
Copy link

@Tranq1 Tranq1 commented Nov 23, 2021

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

Jaedan and others added 30 commits August 15, 2021 21:29
Stop using the ConfigurationManager because that file changes when the
program is run. This makes it difficult for launchers to ship good
settings files.
This allows us to shift a bunch of code out of the packet handlers and
into the individual files that handle each of these features.
fix dummy save

Fix getName
Jaedan and others added 28 commits August 15, 2021 21:29
They just return -1.

This partially fixes UOOutlands#32.
To get local variables, just put unsetvar at the end of the script.

Fixes UOOutlands#37
Dead feature. Hasn't been used in a decade.
rename expresson blessed with invul
@anethus
Copy link

anethus commented Dec 14, 2021

Beta Client Build and Release #55

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants