Hello. The TRUEPVE plugin is installed on the server, made a hostile NPC, but when it shoots at me it does not cause damage, although the damage is set to 15. Please teach me how to make a hostile NPC on the PVE server, where there are no PVP zones. Regular NPCs deal damage, but humanNPCs do not (
Set up Human NPC damage for PVE server?
add entity group
{
"name": "humans",
"members": "HumanNPC",
"exclusions": ""
},
then add "humans can hurt players" to the ruleset
you can use tpve_prod on the entity to see what it is and add that type to the entity group
NPCPlayer will cover most other npcs, including HumanNPC, and HTNPlayer will cover the newer npcs
{
"name": "humans",
"members": "HumanNPC",
"exclusions": ""
},
then add "humans can hurt players" to the ruleset
you can use tpve_prod on the entity to see what it is and add that type to the entity group
NPCPlayer will cover most other npcs, including HumanNPC, and HTNPlayer will cover the newer npcs
thank you very much for the quick response :)
Merged post
Unfortunately, it didn't work, my HumanNPC, when using tpve_prod continues to be defined as baseplayer :(
Merged post
Unfortunately, it didn't work, my HumanNPC, when using tpve_prod continues to be defined as baseplayer :(
Hey nord, Nivex and TS3Hosting fixed the Issue, just download the new HumanNPC Version :)