Armor set help

Started by NobodyATL on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined Oct 2021
Points:
563

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 11
Armor set help

So i'm having a small problem
Doesn't work
I tried making it give the player some potion effects once the full set was worn but it didn't work. could someone help me with this?

Active 1 year ago
Joined Oct 2020
Points:
1624

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1874
use AND and not duplicate…
Sun, 10/03/2021 - 19:14

use AND and not duplicate

also I am not sure if it is 0-3 or 1-4

Active 3 years ago
Joined Oct 2021
Points:
563

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 11
I tried those 3 + 0 = boots…
Sun, 10/03/2021 - 22:41

I tried those 3 + 0 = boots etc but none of these did anything.Doesn't workDoesn't workDoesn't work

Active 3 years ago
Joined Oct 2021
Points:
563

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 11
guess i'll just post about…
Mon, 10/04/2021 - 18:11

guess i'll just post about this again tomorrow..

 

Active 1 year ago
Joined Oct 2020
Points:
1624

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1874
oh ok I see what is wrong,…
Mon, 10/04/2021 - 18:15

oh ok I see what is wrong, it is not the correct block, on the search bar search Armor Slot and select it, what you did is a GUI not Armor

Active 3 years ago
Joined Oct 2021
Points:
563

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 11
tested it and now each time…
Wed, 10/06/2021 - 19:58

tested it and now each time i equip the armor piece on which i put that procedure the game freezes then crashes.Doesn't work

Active 3 years ago
Joined Oct 2021
Points:
563

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 11
It works properly after…
Wed, 10/06/2021 - 20:18

It works properly after reopening the game, but since the effect gets applied per tick the health_Boost isn't given the chance to recover HP is there a way to avoid using healthboost effect for this? and how do i make it apply only get applied once per 20 ticks instead of 1 tick since i believe that's what causes the game to crash initially.

Active 1 year ago
Joined Oct 2020
Points:
1624

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1874
put a Cancel Trigger block…
Wed, 10/06/2021 - 21:59

put a Cancel Trigger block inside the Do

Active 3 years ago
Joined Oct 2021
Points:
563

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 11
I don't know what that is, i…
Wed, 10/06/2021 - 23:35

I don't know what that is, i tried searching  "cancel" and "trigger" but nothing popped up in the procedures.

Active 1 year ago
Joined Oct 2020
Points:
1624

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1874
if I am not mistaken, it is…
Wed, 10/06/2021 - 23:51

if I am not mistaken, it is on Advanved or smt like that

Active 1 year ago
Joined Oct 2020
Points:
1624

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1874
you will not find it by…
Wed, 10/06/2021 - 23:51

you will not find it by typing jt

Active 3 years ago
Joined Oct 2021
Points:
563

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 11
 Neither of these seem to be…
Thu, 10/07/2021 - 00:41

 Neither of these seem to be it [found in advanced]  since i don't use "global trigger" checked a few other sections as well but didn't find any cancel.i'm using body tick event provided by the armor.Doesn't work

Active 1 year ago
Joined Oct 2020
Points:
1624

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1874
then use Logic NBT Tags,…
Thu, 10/07/2021 - 00:46

then use Logic NBT Tags, when effect give NBT set to True, when armor unequipped set to False

Active 3 years ago
Joined Oct 2021
Points:
563

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 11
Sorry i don't understand…
Thu, 10/07/2021 - 01:36

Sorry i don't understand what you mean, could you show me an example?

Active 1 year ago
Joined Oct 2020
Points:
1624

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1874
uh, search videos on youtube…
Thu, 10/07/2021 - 01:55

uh, search videos on youtube about how to use NBT tags, or you could use Variables, but NBTs better