need help for potion effect

Started by Lorenzo-0 on

Topic category: Help with MCreator software

Last seen on 21:09, 29. Dec 2021
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
need help for potion effect

Hey , I wish that when I put a helmet on me, all the players around me had the effect of glowing : )

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
this might possible, search…
Wed, 09/15/2021 - 05:03

this might possible, search Lightning Wand MCreator, download the procedure and on the Helmet Update tick, import it, then just modify it a little so it gives the effect to entity iterator

Last seen on 21:09, 29. Dec 2021
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
hey ,thanks for your help,…
Wed, 09/15/2021 - 13:00

hey ,thanks for your help, but i'm not sure i found the right link, can you send me a link that will take me directly to Lightning Wand MCreator

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
it is a youtube video from…
Wed, 09/15/2021 - 16:48

it is a youtube video from NorthWestTreeGaming, try searching it like Lightning Wand MCreator NorthWestTreeGaming

Last seen on 21:09, 29. Dec 2021
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
In his tutorial he spawns…
Wed, 09/15/2021 - 16:52
In his tutorial he spawns lights, I would like to put the glowing effect on all players ^^'
Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
yeah, just change lightning…
Wed, 09/15/2021 - 16:54

yeah, just change lightning to effect, duh

Last seen on 21:09, 29. Dec 2021
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
AAAAAAh yes, thank you very…
Wed, 09/15/2021 - 16:57

AAAAAAh yes, thank you very much. I test its and I tell you if it works!

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
alright :)!
Wed, 09/15/2021 - 17:01

alright :)!

Last seen on 21:09, 29. Dec 2021
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
  Ok, I have the code in…
Wed, 09/15/2021 - 17:02

 

Ok, I have the code in front of me, what should I change?

 

Last seen on 21:09, 29. Dec 2021
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm really sorry to ask you…
Wed, 09/15/2021 - 17:03
I'm really sorry to ask you so many questions, I'm starting ^^ '
Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
let me see the procedure, it…
Wed, 09/15/2021 - 17:06

let me see the procedure,

it should look kinda like this:

   For every Entity Iterator on 30 block radius 

     do Set potion effect for 200 ticks type: GLOWING

          Deal 1 damage to Provided Itemstack

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
remember to put it on Helmet…
Wed, 09/15/2021 - 17:06

remember to put it on Helmet Tick Update

Last seen on 21:09, 29. Dec 2021
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
(No subject)
Wed, 09/15/2021 - 17:09

for the moment I have his or should I put the effect?

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
okay so remove the strike…
Wed, 09/15/2021 - 17:11

okay so remove the strike lightning block and everything it is connected to, then put your Potion Effect block and damage the helmet

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
but DO NOT remove the Entity…
Wed, 09/15/2021 - 17:11

but DO NOT remove the Entity Iterator = Event/Target Entity block, or it won't work