need help for potion effect

Started by Lorenzo-0 on

Topic category: Help with MCreator software

Active 1 year ago
Joined Apr 2020
Points:
646

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 18
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 : )

Active 1 year ago
Joined Oct 2020
Points:
1615

User statistics:

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

Active 1 year ago
Joined Apr 2020
Points:
646

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 18
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

Active 1 year ago
Joined Oct 2020
Points:
1615

User statistics:

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

Active 1 year ago
Joined Apr 2020
Points:
646

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 18
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 ^^'
Active 1 year ago
Joined Oct 2020
Points:
1615

User statistics:

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

yeah, just change lightning to effect, duh

Active 1 year ago
Joined Apr 2020
Points:
646

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 18
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!

Active 1 year ago
Joined Oct 2020
Points:
1615

User statistics:

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

alright :)!

Active 1 year ago
Joined Apr 2020
Points:
646

User statistics:

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

 

Active 1 year ago
Joined Apr 2020
Points:
646

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 18
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 ^^ '
Active 1 year ago
Joined Oct 2020
Points:
1615

User statistics:

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

Active 1 year ago
Joined Oct 2020
Points:
1615

User statistics:

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

remember to put it on Helmet Tick Update

Active 1 year ago
Joined Apr 2020
Points:
646

User statistics:

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

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

Active 1 year ago
Joined Oct 2020
Points:
1615

User statistics:

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

Active 1 year ago
Joined Oct 2020
Points:
1615

User statistics:

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