Extension aims to integrate mythic mobs as NPCs in Typewriter.
- Adjusted the display of MythicMob NPC Quest indicator (fix),
-new entries:
fact
mythicmob_npc_presence_fact – Checks if a specific MythicMob NPC is present within a defined radius. mythicmob_npc_distance_fact – Returns the distance between the player and a MythicMob NPC (optionally limited by a radius). mythicmob_npc_visibility_fact – Determines whether a MythicMob NPC is visible to the player. mythicmob_npc_health_percentage_fact – Checks the current health percentage of a MythicMob NPC. mythicmob_npc_animation_playing_fact – Checks if a MythicMob NPC is currently playing a specific ModelEngine animation. mythicmob_npc_threat_table_size_fact – Returns the size of the NPC’s threat table; can optionally require the NPC to be in combat.
variables
mythicmob_npc_health_variable – Returns the current health of a MythicMob NPC (Double). mythicmob_npc_max_health_variable – Returns the maximum health of a MythicMob NPC (Double). mythicmob_npc_health_percentage_variable – Returns the health percentage of a MythicMob NPC (Int, 0–100).
mythicmob_npc_level_variable – Returns the level of a MythicMob NPC (Double). mythicmob_npc_power_variable – Returns the power value of a MythicMob NPC (Float). mythicmob_npc_faction_variable – Returns the faction name of a MythicMob NPC (String). mythicmob_npc_stance_variable – Returns the current stance of a MythicMob NPC (String). mythicmob_npc_active_animations_variable – Returns the list of active animations currently playing on the MythicMob NPC (String, supports separator). mythicmob_npc_variable – Generic variable getter for MythicMob NPC custom data. Supports types String, Int, Float, or Double.
V1.9 :
- Adjusted the display of MythicMob NPC names to use a vertical billboard constraint, which keeps the text stable above the mob rather than following the player's camera.
- Fixed an issue where despawn/respawn would sometimes occur if you moved away and quickly returned to the NPC.
Build TW-0.9 Beta 163 - Optimisations (more tasks convert to asynchrone)