[Feature Request] Condition for when a player is inside of a dungeon
Open
[Feature Request] Condition for when a player is inside of a dungeon
Please add a condition to check if a player is inside of a dungeon or not. It's very simple and would be quite useful.
added Awaiting user response label
Ah, yes. A MM Condition to check if a mob (or player!) is currently inside of a Dungeon. Would be even COOLER if there was also an attribute to define exactly which dungeon(s) applied, also.
For some examples, see below.
- A player has a 'summon' of some sort, like a pet. Perhaps the Pet is not exactly the same inside a dungeon (maybe a certain ability is nerfed, for example).
- A complex, re-used "demon" mob has more damage inside of a dungeon.
- Utilizing MythicRPG, a player can have passive abilities (basically auras). Some of these are perfect for normal gameplay, but bad inside a dungeon (too OP within this specific gamemode).
Hey dang, just wanted to say that I have already made this here https://github.com/bedwarshurts/AlchemistMMExtension/blob/main/src/main/java/me/bedwarshurts/mmextension/skills/conditions/mythicdungeon/IsInDungeonCondition.java
Once lord Aestrus gives me developer role I will open a PR to have this transfered to main MD but just wanted to say that you could use this for now.
added Enhancement label and removed Awaiting user response label