small thing that i have no idea how to do

Started by jeux2119 on

Topic category: Advanced modding

Last seen on 23:14, 11. May 2024
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
small thing that i have no idea how to do

ok so i know this sounds dumb but how do i check for more then 1 brain in this procedure
https://imgur.com/a/khGWnuh

Last seen on 05:10, 3. Dec 2023
Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Everything in that procedure…
Mon, 08/07/2023 - 16:02

Everything in that procedure looks like it should work. That's only for a qty 3 though, not 125. You would have to change the number to 125 for it to work.

 

To make the tamed necromancer summon another tamed AI you would have to make a procedure similar to the one you have above.

 

For the current procedure, add to it, "set NBT string value to entity" use the [get nearest entity] block and then create NBT name [mod_id:necromancerOwner] set the string value to [get display name of event/target entity]

Then when you have the Necromancer summon the new ai, do "tame [nearest entity] set owner get NBT sting [mod_id:necromancerOwner]"

Last seen on 23:14, 11. May 2024
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
no when i set it on 125 it…
Mon, 08/07/2023 - 17:32

no when i set it on 125 it will say not enough brains still but my inventory is full of brains

Last seen on 23:14, 11. May 2024
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
also im not really sure what…
Mon, 08/07/2023 - 18:22

also im not really sure what nbt block to use 
 

Last seen on 05:10, 3. Dec 2023
Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Oh, I feel a little stupid,…
Mon, 08/07/2023 - 19:09

Oh, I feel a little stupid, lol. For the 125, the issue is there are only 64 items per stack, and it's only checking one stack. You may have to use another local number To be able to get the 125. Later I'll send you an example.

Last seen on 23:14, 11. May 2024
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
oh ok thanks
Mon, 08/07/2023 - 19:42

oh ok thanks

Last seen on 05:10, 3. Dec 2023
Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Here is the procedure. I…
Mon, 08/07/2023 - 20:33

Here is the procedure. I tested it out and it works - https://imgur.com/d30kdYv

For the second half of spawning the Necromancer's "minion" you would need something similar to this procedure. You would need to determine the triggers though - https://imgur.com/wrgyspq 

Last seen on 23:14, 11. May 2024
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
thank you and sorry for…
Mon, 08/07/2023 - 23:03

thank you and sorry for making you do so much

Last seen on 23:14, 11. May 2024
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
btw should iadd the summoned…
Mon, 08/07/2023 - 23:17

btw should iadd the summoned necromancer on all other zombies

or is that just for summoning

Last seen on 05:10, 3. Dec 2023
Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It depends on what you are…
Tue, 08/08/2023 - 00:33

It depends on what you are looking to do with it.

Last seen on 23:14, 11. May 2024
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
for the regular zombies
Tue, 08/08/2023 - 05:49

for the regular zombies

Last seen on 05:10, 3. Dec 2023
Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm not really sure I…
Tue, 08/08/2023 - 12:22

I'm not really sure I understand your question.

If you're asking about how to determine whether it summons a zombie or a necromancer, I would recommend having separate triggers & procedures for them.

I may also not be understanding your intention with the mobs. I thought you had wanted to have one mob that was tamed summon another tamed mob. For that you would need a procedure on the main mob that does something like "on update tick" if get random chance, do summon tamed entity.

Last seen on 23:14, 11. May 2024
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
just for normal zombies
Tue, 08/08/2023 - 17:33

just for normal zombies

Last seen on 23:14, 11. May 2024
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
no i meant like the other…
Tue, 08/08/2023 - 18:34

no i meant like the other zombies you can spawn that do nothing special really