Infinite Autorevives - Singleplayer and Multiplayer
🟡 Updated this yearPreview

🔍 Analysis
- 🏆 #40 of 63 Gameplay mods in this game by downloads
📋 About This Mod
Simple script edit that makes the singleplayer autorevive never go away and adds it to multiplayer as well.
Very simple edit to Nightreign's common script that makes it so your autorevive is never used up, and adds a similar effect to multiplayer. As a result, you cannot lose to the night 1 & 2 bosses nor the nightlord, as you'll just keep getting back up. Wanted to make this because I like having a casual safety net sometimes.
Image from the Nightreign wiki.gg site.
- ME3 or whatever mod loader you use (but I think ME3 is the main one these days)
Installation:
- Place the contents of the mod folder into whatever your mod folder is named. ME3's default is nightreign-mods, so if doing that your file layout would look like nightreign-mods -> event -> common.emevd.dcx.
- Aintunez & thefifthmatt for DarkScript3
Only got to test this a few times in multiplayer (turns out other people may not enjoy repeatedly dying to bosses and having to restart because I was still figuring out how to make it work lol) but it seems to be working consistently. Make sure everyone involved is using the mod and has it installed correctly. And obviously only use this with Seamless or the Server Redirector.
The edit for this mod is pretty easy to do so I'll just tell you how to do that:
[]Download DarkScript3 from the link in the credits[/]
[]Use DarkScript3 to open up the common.emevd.dcx file from the mod you want this edit in[/]
[]Select Nightreign as the game, and check the box to use Mattscript (dunno if that makes a difference but I always use it)[/]
[*]Find event 1180 (line 1679 by default) and replace it with this:
$Event(1180, Restart, function() {
EndIf(HasMultiplayerState(MultiplayerState. Singleplayer));
WaitFor(EventFlag(7500));
cond &= !AnyBatchEventFlags(7005, 7007);
cond &= EventFlag(7515) || EventFlag(7510);
WaitFor(cond);
if (true == true) {
if (IsPlayerNo(1)) {
if (CharacterHasSpEffect(10002, 540155)) {
cond &= CharacterHasSpEffect(10002, 540157) && InsidePlayArea(10002, 0);
WaitFor(cond);
SetSpEffect(10002, 540150);
RemoveItemFromPlayer(ItemType. Goods, 700, 1);
} else if (CharacterHasSpEffect(10002, 6999100)) {
cond &= CharacterHasSpEffect(10002, 540157) && InsidePlayArea(10002, 0);
WaitFor(cond);
SetSpEffect(10002, 6999101);
SetSpEffect(10002, 6999104);
📊 Mod Details
- Game
- Eldenringnightreign Mods
- Author
- Anyasol
- Version
- 1
- Downloads
- 294
- Endorsements
- 1
- Category
- Gameplay
- Created
- 7/9/2026
- Updated
- 7/9/2026
🔧 How to Install Eldenringnightreign Mods
Download from Nexus Mods.
📖 Full step-by-step install guide for Eldenringnightreign →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Eldenringnightreign commands, item IDs, and more.
Keep browsing — more Eldenringnightreign mods await