Totem that give effects and avoids the entity to die

Started by greengamer32 on

Topic category: Help with MCreator software

Last seen on 23:21, 28. Feb 2024
Joined Sep 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Totem that give effects and avoids the entity to die

I need help, I have this procedure I made for a totem that gives you a fire resistance effect when you have the totem equipped, the problem is that I want to make that totem also prevent you from dying, and I don't know. Yes I can do this because if I change the trigger to player death, the fire resistance effect does not work.

Last seen on 23:21, 28. Feb 2024
Joined Sep 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I just solved it, I haveā€¦
Thu, 02/22/2024 - 07:49

I just solved it, I have created antoher procedure that manges the uses of the totem when the player dies, i have aded antoher condition to the main procedure where if entity live = 0 calls the other procedure, I have addded this condition to avoid performance impact.