Skip to content

maxerz/antikill-tes3mp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

AntiKill TES3MP

AntiKill script for TES3MP. Its goal is to prevent killing essential or important NPCs (or creatures).

This script requires DataManager by urm!

Use mainalt.lua if you want to use unique indexes or need a better performance. Otherwise, use main.lua.

Installation:

  1. Download this repository and extract it into /server/scripts/
  2. Add this in customScripts.lua after DataManager:
require("custom.AntiKill.main")

OR

require("custom.AntiKill.mainalt")
  1. Configure script.

Commands:

/antikill <exclude/include/save/list> [NPC ID]

Note: [NPC ID] is required only when you exclude or include NPC.

About

AntiKill script for TES3MP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages