Bug Closed · Resolved

[Bug] Children target

#4811 opened by Unknown 2 years ago

Unknownreported this bug

Summary

@Children target cannot be use if summoner is player @Parent still work

Steps to reproduce

BattlerArcher:
  Skills:
  - summon{type=summonerclassarcher;amount=floor(%math_IF((<modifier.amount><=0),1,<modifier.amount>)%)} @Self
  - remove{delay="%math_IF((<modifier.cooldown><=0),1,<modifier.cooldown>)% * 20 - 200"} @Children{conditions=[  - mythicmobtype{type=summonerclassarcher} true ]}

Current behavior

remove not work with @Children

Intended correct behavior

Describe what you think should happen instead of the bug.

Server log file

Provide a link to a Pastebin paste with a copy of your server's latest.log file from startup to "Done!" AND includes a player connecting.

Debug log snippet

Provide a link to a Pastebin paste with an excerpt of your latest.log file that includes debug output where you trigger the bugged behavior.

Proposed fixes

Describe what you think the issue or any potential fixes may be.

Unknowncommented

Closing due to inactivity and major version changes. If this is still a relevant issue, please re-post with a modern-version server log and current steps to reproduce.
Note that mobs do not track Player parents across server restarts.

Sign in to join the discussion.