[BUG] Aggresive mobs don't worl

Started by Sweddy on

Topic category: General discussion

Active 6 years ago
Joined Sep 2013
Points:
903

User statistics:

  • Modifications: 0
  • Forum topics: 32
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 40
[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

Active 4 years ago
Joined Mar 2015
Points:
885

User statistics:

  • Modifications: 6
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 191
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

Active 6 years ago
Joined Sep 2013
Points:
903

User statistics:

  • Modifications: 0
  • Forum topics: 32
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 40
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?

Active 6 years ago
Joined Sep 2013
Points:
903

User statistics:

  • Modifications: 0
  • Forum topics: 32
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 40
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.

Active 4 years ago
Joined Jun 2015
Points:
970

User statistics:

  • Modifications: 3
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 307
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.

Active 8 years ago
Joined Oct 2015
Points:
740

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 11
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

Active 6 years ago
Joined Sep 2013
Points:
903

User statistics:

  • Modifications: 0
  • Forum topics: 32
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 40
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.

Active 8 years ago
Joined Oct 2015
Points:
740

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 11
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"

Active 6 years ago
Joined Sep 2013
Points:
903

User statistics:

  • Modifications: 0
  • Forum topics: 32
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 40
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.

Active 4 years ago
Joined Mar 2015
Points:
885

User statistics:

  • Modifications: 6
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 191
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

Active 6 years ago
Joined Sep 2013
Points:
903

User statistics:

  • Modifications: 0
  • Forum topics: 32
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 40
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.

Active 2 years ago
Joined Jul 2014
Points:
827

User statistics:

  • Modifications: 3
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 58
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.

Active 4 years ago
Joined Mar 2015
Points:
885

User statistics:

  • Modifications: 6
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 191
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....