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

[Quest API] Add option to Ignore Mods to CalcEXP #2704

Merged
merged 7 commits into from Jan 6, 2023

Conversation

Aeadoin
Copy link
Contributor

@Aeadoin Aeadoin commented Jan 4, 2023

Adds additional overload for Perl quest API.

$client->CalcExp(uint8 conlevel, bool ignore_mods)

@Kinglykrab Kinglykrab merged commit 143c4fe into EQEmu:master Jan 6, 2023
@Aeadoin Aeadoin deleted the CalcExp branch January 6, 2023 02:06
catapultam-habeo pushed a commit to catapultam-habeo/pyrelight-server that referenced this pull request Mar 27, 2023
# Perl
- Add `$client->CalcEXP(consider_level, ignore_modifiers)`.

# Lua
- Add `client:CalcEXP(consider_level)`.
- Add `client:CalcEXP(consider_level, ignore_modifiers)`.

# Notes
- Allows operators to calculate experience based on consider level as well as ignore modifiers to get a baseline of experience that should be expected when killing a mob.
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.

None yet

2 participants