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 Archetype Methods to Perl/Lua #4181

Merged
merged 2 commits into from
Mar 23, 2024

Commits on Mar 23, 2024

  1. [Quest API] Add Archetype Methods to Perl/Lua

    - Add `$mob->GetArchetypeName()`.
    - Add `$mob->IsIntelligenceCasterClass()`.
    - Add `$mob->IsPureMeleeClass()`.
    - Add `$mob->IsWisdomCasterClass()`.
    
    - Add `mob:GetArchetypeName()`.
    - Add `mob:IsIntelligenceCasterClass()`.
    - Add `mob:IsPureMeleeClass()`.
    - Add `mob:IsWisdomCasterClass()`.
    
    - Allows operators to use mob archetypes to perform different operations.
    - Add a namespace for archetypes instead of constants.
    - Utilize `IsIntelligenceCasterClass()`, `IsPureMeleeClass()`, and `IsWisdomCasterClass()` where necessary.
    -
    Kinglykrab committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    bf56aa8 View commit details
    Browse the repository at this point in the history
  2. Update mob.cpp

    Kinglykrab committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    65bb49a View commit details
    Browse the repository at this point in the history