Posted April 28, 201510 yr Trying to create a boss mob. I'm implementing IBossDisplayData and have BossStatus.setBossStatus(this, true) under onLivingUpdate. The mob just doesn't move at all, and stands still.
April 29, 201510 yr P.sure you need to do something like extend EntityMob and give it something to do ( tasks ). Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
April 29, 201510 yr Author P.sure you need to do something like extend EntityMob and give it something to do ( tasks ). Well, yeah, it is extending EntityMob, which I thought covered the AI/attacking of the mob.
April 29, 201510 yr Pretty sure every mob defines its own attack. Why don't you take a look? Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
April 29, 201510 yr Author Pretty sure every mob defines its own attack. Why don't you take a look? Ok, that helped the zombie doesn't have an different attack so that screwed me up. It still doesn't move when I tried copying the zombie movement into it.
April 29, 201510 yr It doesn't move because you need to set the target. EntityAIWander would let it move freely. I am not a cat. I know my profile picture is sexy and amazing beyond anything you could imagine but my cat like features only persist in my fierce eyes. I might be a cat.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.