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 GetEXPForLevel() to Perl/Lua #3403

Merged
merged 1 commit into from Jun 13, 2023

Conversation

Kinglykrab
Copy link
Contributor

Perl

  • Add $client->GetEXPForLevel(check_level).

Lua

  • Add client:GetEXPForLevel(check_level).

Notes

  • This allows operators to see the required experience for a level based on the client provided, this takes race/class modifiers into account as well if enabled.

# Perl
- Add `$client->GetEXPForLevel(check_level)`.

# Lua
- Add `client:GetEXPForLevel(check_level)`.

# Notes
- This allows operators to see the required experience for a level based on the client provided, this takes race/class modifiers into account as well if enabled.
@Akkadius Akkadius merged commit c5c575b into master Jun 13, 2023
1 check passed
@Akkadius Akkadius deleted the quest_api/getexpforlevel branch June 13, 2023 00:18
@Kinglykrab Kinglykrab mentioned this pull request Jun 13, 2023
nytmyr pushed a commit to nytmyr/Server that referenced this pull request Dec 1, 2023
- Add `$client->GetEXPForLevel(check_level)`.

- Add `client:GetEXPForLevel(check_level)`.

- This allows operators to see the required experience for a level based on the client provided, this takes race/class modifiers into account as well if enabled.
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