Skip to content

Dungeon - Rank and Missions #73

Description

@gwagwaflamingo

Depending on a player's performance on a dungeon, they receive a rank. The highest rank the player has obtained that week is saved until the weekly reset.
The score required per rank is defined by the dungeon's rankTableID and seen in table dungeonconfig.
Party-wide missions are defined in partyMissions, while personal missions are defined in userMissions.

The missions can be found in table dungeonmission.
Each mission has an attributed maxScore that represents the score attributed if completed.
A mission can have an applyCount, that represents the amount of times it can be completed. In these cases, the amount of score attributed per time is maxScore/applyCount.
If a mission is isPenaltyType, it instead already begins with maxScore, and score is deducted when completed.

The types of missions are as follows:

  • DeathCount
  • LastHitNpc
  • PlayTime
  • DamageBySkill
  • GainBuff
  • LimitUserCount
  • DamageToNpc
  • Trigger

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Dungeonsdungeon related, including mushking royale

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions