Releases: SecretX33/AutomaticWeaponRemoval
Releases · SecretX33/AutomaticWeaponRemoval
v1.0.7
Changes
- Added slash commands to change both message and channel where the message will be sent when player get controlled, so now you can change them in-game by using /awr message "your_message" and /awr channel "your_channel".
- Improved help messages, they are more clear now.
- Added tentatively weapon removal on BQ if you get controlled.
v1.0.6.3
v1.0.6.2
v1.0.6.1
Changes
- Fixed bug with add-on not removing Feral weapons (it was caused by an issue with the identification of Feral Combat build, now if the player is identified as Feral Combat by the lib it'll be renamed to just Feral for the purpose of this addons).
v1.0.6
v1.0.5
Changes
- Fixed bug with '/awr off' toggling addon state instead of forcing it to OFF.
- Added new slash commands, '/awr version' to check addon version, '/awr spec' to see what class and spec you currently are, '/awr removeweapons' to simulate that Lady cast Dominate Mind on you.
- Code cleanup, removed most of the functions to check if Lady is dead because apparently, it's impossible in 3.3.5a to get the number of bosses killed in a given instance.
- Updated help messages.
v1.0.4
Changes
- Reverting check changes from last release, since the API is broken they doesn't work, just waste compute resources.
- The slash command /awr status got simplified because of the change in the verifications (if Lady was killed) that I had to do, but it's now reporting the correct status of the addon.
v1.0.3
Changes
- Fixed bug with function checkIfAddonShouldBeEnabled being called before it was declared.
- Modified check that checked if Lady is dead to verify specifically if Lady is the next boss, further optimizing computer resource usage.
- Added more slash commands, check and test them!
- Added localization.lua, addon messages will go there.
Known Issues
- The slash command "/awr status" doesn't return the right message after Lord is killed, this issue is related with the API_GetInstanceLockTimeRemaining, I am still looking for the reason why this is happening.