[BUG] Aggresive mobs don't worl

Started by Sweddy on

Topic category: General discussion

Last seen on 16:40, 4. Oct 2018
Joined Sep 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[BUG] Aggresive mobs don't worl

When making a mob, using the "mob" base AI does not make the entity aggresive like it claims it should.

And using another AI like a zombie's causes an error.

Adding "acts aggresively against EntityEntityPlayer" also causes an error.

plz help

Last seen on 09:13, 24. Nov 2020
Joined Mar 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
When you make a mob that's
Sat, 08/27/2016 - 20:39

When you make a mob that's aggressive against players add the "act aggressively against EntityEntityPlayer" then finish, then go into your code and find anything under the mob that says, EntityEntityPlayer (or any other mob) and delete 1 entity to make it EntityPlayer.

 

(It's supposed to say EntityPlayer... EntityEntityPlayer is a bug in the program where Klemen messed up. It should be fixed in the next update.)  :D

Last seen on 16:40, 4. Oct 2018
Joined Sep 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:When you make a mob that's
Mon, 08/29/2016 - 07:00

@#1

Cheers m8, it worked.

By the way, I've noticed another issue. I set a blocks light transparency to 255, but it still doesn't let any light through. You know anything about this?

Last seen on 16:40, 4. Oct 2018
Joined Sep 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:RE:When you make a mob that's
Mon, 08/29/2016 - 07:03

@#1.1

No wait, it didn't work. There's no error anymore, but the mob still doesn't act aggresively against the player.

Last seen on 12:26, 30. Nov 2020
Joined Jun 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Im pretty sure this was fixed
Mon, 08/29/2016 - 12:06

Im pretty sure this was fixed in MCREATOR 1.7.0 according to the changelog. It is always recommeneded to make sure you are running the latest version of the MCreator client.

Last seen on 07:57, 29. Dec 2016
Joined Oct 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:RE:RE:When you make a mob that's
Mon, 08/29/2016 - 16:46

@#1.1.1 change in configs At first page Creature/ at the second Mob. Then set AI

Last seen on 16:40, 4. Oct 2018
Joined Sep 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:RE:RE:RE:When you make a mob that's
Tue, 08/30/2016 - 07:20

@#1.1.1.1

Nope, still doesn't attack the player.

Last seen on 07:57, 29. Dec 2016
Joined Oct 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:RE:RE:RE:RE:When you make a mob that's
Tue, 08/30/2016 - 08:03

@#1.1.1.1.1 YESSS. I'm idiot! I have forgotten that because of this bug i have set "zombie behavior"

Last seen on 16:40, 4. Oct 2018
Joined Sep 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:RE:RE:RE:RE:RE:When you make a mob that's
Wed, 08/31/2016 - 13:19

@#1.1.1.1.1.1

Using the AI of a Zombie also causes an error.

Last seen on 09:13, 24. Nov 2020
Joined Mar 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:RE:RE:RE:RE:RE:RE:When you make a mob that's
Wed, 08/31/2016 - 20:26

@#1.1.1.1.1.1.1 I told you how to fix this, and you obviously didn't understand... So I'll explain better....

1.) Make a Mob

2.) Make Sure Both, The Texture Page Mob Type, and Mob Name Mob Type say MOB

3.) Go To Add AI And Add

    "Act aggressively against (entityentity player)" and wander and swim and whatever eles.

4.) Go Into The Mobs Code (have mob selected and click the brackets under the trash sign) and change anything that says EntityEntityPlayer to EntityPlayer.

5.) Your mob should now work and attack players.

6.) Anytime you go into the mobs editor you will have to recharge the code back to EntityPlayer because it will reset. If you did everything I said it should work fine, if it doesn't work then you messed up.

(ALSO, DONT HAVE THE AI ACT LIKE ANOTHER MOB!!! THAT WILL CAUSE MAGER PROBLEMS SO DONT DO IT!!!)

-Cody

Last seen on 16:40, 4. Oct 2018
Joined Sep 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:RE:RE:RE:RE:RE:RE:RE:When you make a mob that's
Thu, 09/01/2016 - 04:56

@#1.1.1.1.1.1.1.1

No I understood perfectly well the first time. I've already done exactly what you just told me to do multiple times and it still doesn't function properly.

Last seen on 09:22, 21. Jan 2023
Joined Jul 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Sorry for offtopic, but how
Thu, 09/01/2016 - 09:43

Sorry for offtopic, but how to create a thread? When i create one, it doesn't show up. It even says that i didn't created any threads.

Last seen on 09:13, 24. Nov 2020
Joined Mar 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:RE:RE:RE:RE:RE:RE:RE:RE:When you make a mob that's
Thu, 09/01/2016 - 12:41

@#1.1.1.1.1.1.1.1.1 well then your MCreator is broken....