Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Commands] Add #show special_abilities #4043

Merged
merged 2 commits into from
Feb 5, 2024

Conversation

Kinglykrab
Copy link
Contributor

Notes

  • Allows operators to see what special abilities an NPC has.
  • Move special ability values to common/emu_constants.h.
  • Add EQ::constants::GetSpecialAbilityMap() and EQ::constants::GetSpecialAbilityName().
  • Add NPC::DescribeSpecialAbilities(client) to describe special abilities to a specified client.

Images

image
image
image
image

# Notes
- Allows operators to see what special abilities an NPC has.
- Move special ability values to `common/emu_constants.h`.
- Add `EQ::constants::GetSpecialAbilityMap()` and `EQ::constants::GetSpecialAbilityName()`.
- Add `NPC::DescribeSpecialAbilities(client)` to describe special abilities to a specified client.

# Images
@Akkadius Akkadius merged commit fcbf5ca into master Feb 5, 2024
2 checks passed
@Akkadius Akkadius deleted the commands/show_special_abilities branch February 5, 2024 20:34
@Akkadius Akkadius mentioned this pull request Feb 10, 2024
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