Bug Closed · Resolved

onshoot Aura Bow Tension Placeholder not working

#6597 opened by Unknown 11 months ago

Unknownreported this bug

Summary

The onShoot Aura is not parsing the <caster.var.bow-tension> placeholder correctly.
Instead of returning the bow tension value, the message displays UNDEFINED.

Example Skill Config

test_augment_bonus_shot:
  Skills:
    - onShoot{auraName=augment_bonus_shot;
      onShoot=[
        - message{m="<caster.var.bow-tension>"} @Self
      ];
      fap=true;
      duration=120;
      charges=5;
      forcesync=true} @Self

Steps to Reproduce

  1. Add the above skill to your MythicMobs configuration.
  2. Run /mm test cast test_augment_bonus_shot.
  3. Shoot with a bow.

Current Behavior

The message displays: UNDEFINED instead of a numeric bow tension value.

Expected Behavior

The message should correctly display the bow tension that was used when shooting the bow.

Version

Server 1.21.8 Purpur Using MM Build 5500

Unknowncommented

You do know that onShoot uses <skill.var.bow-tension> as placeholder, right? if it still bugs with the proper placeholder, do reopen this issue.

Unknowncommented

There was indeed a bug with <skill.var.bow-tension>, that has been fixed.

Unknowncommented

Which version of mythicmob that has fixed this bug ?

Unknowncommented

Works!

Sign in to join the discussion.