Voxel Shop beta is live. Expect occasional bugs. Learn more
Extension aims to integrate mythic mobs as NPCs in Typewriter.
- New data entry to apply easily a skin for 3d Models (Bettermodel/ModelEngine)
- Some fixes for interaction
- Update TW-V0.9 beta 171
- Fixes & optimization for Textdisplay (Maybe need to change some Y positions in your npcs)
Build TW-0.9 Beta 170
- [Fix] Fixed invisible custom models (ModelEngine/BetterModel) on Paper by synchronizing viewer visibility tracking.
- [Fix] Resolved race conditions on Folia/BTCCore causing TextDisplay holograms to fail loading (introduced 5-tick spawn delay).
- [Improvement] Significantly reduced console log noise by removing non-essential warnings and debug messages.
- [Internal] Improved stability of entity cleanup and scheduler tasks.
- [Improvement] Add Support for all instances of entityextension
- [Improvement] Add Support for target goal on ticking mode
- Some fixes & optimisations
- add mythicmob_skill_objective - objective focus on skill from mobs (breed,interact,...)
Build TW-0.9 Beta 168
Build TW-0.9 Beta 167
- some optimizations
- fix for an audience issue (If nearby instances had configured audiences, it would not function correctly.)
- 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.