#Any way to reduce the % Ring Time needed for Eldritch Artifacts?

1 messages · Page 1 of 1 (latest)

ripe plaza
#

I'm making a Modpack where the Player gets the Ring through a hidden quest. But that means they are as good as unable to use the Eldritch Items.

hollow ingot
#

depending on version you could use commnds to reset time without ring on quest compleation to allow for the counter to work from the point on where they could equip it. Though the mod is balanced around the ring and when you equipt it. Messing with that balance is... illadvised.

ripe plaza
#

OK thanks

hollow ingot
#

I never used the command so I do not know why it does not work.
I would suggest trying to execute the command normally and see if that works. (Edit: I see you did that in the video. I missed that)
I know that some target selectors work strangely in command blocks.
If this command execution is similar to commandblocks then try running it va commandblock and see if you get the same issue

hollow ingot
#

the command block displays the previous output as the same error you had in your quest book.

#

So I assume either the targeting to not work or that somehow the command can not be executed by commandblock (though it would be the first time hearing about that)

#

try using the /execute at @s run setringtime @r[1] 0

#

basicly make the commandblock run the command at a position and then take the closes thing inside radius and target that with the /set ringtime

ripe plaza
ripe plaza
#

Well it still doesn't worj

#

Man I wish i can get a word from Azis

safe fern
hollow ingot
#

@echo scroll we might need your expertiese

ripe plaza
#

Where is Aizis when we need him? ):

safe fern
safe fern
#

I can find playtime by /ftblibrary nbtedit player [player name] + a bit of scrolling
but not modify it by some convinient command

#

Idk how ftb does that

echo scroll
ripe plaza
echo scroll
#

Basically you have to type it in for yourself by hand, it doesn't work any other way

ripe plaza
#

Hm... I think there should be a config for that. Anyway, thanks for your time.

hollow ingot
#

running /execute as <target> run setringtime @s 0 should work then. Since it is executed as the person in question