EQUIPMENT, PROJECTILE AND CUSTOM AI
Closed
EQUIPMENT, PROJECTILE AND CUSTOM AI
Summary
- The items that i import when using (/mm i import test_sword equipment.yml) broken when converting into file
- Projectile damage doesn't work. Idk why but the projectile when touch entity doesn't damage the entity i used the example from mythicmobs (https://mythicmobs.net/manual/doku.php/skills/mechanics/projectile)
- Last thing is the custom ai, the Moveforwards target doesn't work. I tryna making iron golem that target players and attacker but this doesnt work
Steps to reproduce
https://pastebin.com/i2W45fNA << What custom ai look like https://pastebin.com/V1mZGJ5C << Configuration of mythicmobs https://pastebin.com/S91CCMnV << Items file (equipment.yml) https://pastebin.com/aQRqMCQk << Mobs file (Examplemobs1.yml) https://pastebin.com/DQPJy1Sa << Skill file (Exampleskills1.yml)
Current behavior
The bug doesn't really annoying, i cant just making a "Unique" Mob using mythicmobs
Intended correct behavior
Should be fine like then
Server log file
https://pastebin.com/1kKTRmkZ << latest.log
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
Sadly idk.
added Awaiting user response Plugin Out of Date labels
Hi, your the mythicmobs version doesn't support 1.16.4; dev builds do. If you decide to update to the latest dev build and you are still having these issues, please let us know by commenting . For your projectile issue, you probably need to add
HitNonPlayers=true
to your projectile mechanic. By the way, next time please make 3 different gitlab reports: In this case if we find that the AIGoalSelectormovetowardstarget
is actually broken and we label this issue as "Verified Issue/Bug", people could think that The import is broken, Projectile damage is broken and custom AI is broken.Edited by Pineappleassigned to @TheItalianPineapple