Bug Closed · Resolved

gotoowner goal does not work but in previous builds yes

#2538 opened by Unknown 4 years ago

Unknownreported this bug

Summary

gotoowner AIGoalSelector does not work in 4.14.1 premium or lasted dev build (Build 3989), I tried in Build 3917 and it worked.

Steps to reproduce

I wrote the following in a mobs file:

mob:
  Type: sheep
  AIGoalSelectors:
  - clear
  - gotoowner
  - randomstroll
  Skills:
  - skill{s=[
      - setowner
      - message{m="tamed"}
    ]} @Trigger ~onInteract ?!hasowner

Current behavior

After interacting with the mob it doesn't follow me, it just walks randomly.

Intended correct behavior

After interacting with the mob it follows me.

Server log file

https://pastebin.com/sh8XsG7T

Debug log snippet

https://pastebin.com/ra2M6cJ8

Unknowncommented

Its not just the gotoowner ai goal selector, its everything around mob ownership. Including the targetter (@Owner), the skill (- setowner), and everything else relating to mob ownership. (I am experiencing the same issue)

Sign in to join the discussion.