How i can make it so that owners of there horses can hurt there horses but other players not?
now the owner of the horse cant hurt it
same as the mini and other vehicles
I want that the owner can destroy it
greedz
How to let owners hurt there horseeSolved
hi, AuthorizedDamage and AuthorizedDamageRequiresOwnership flags should allow players to hurt their own entities including vehicles. generally, flags will override any rule you have, but not with vehicles. if you have a similar rules to nothing can hurt ridablehorses then they must be removed, the flags will still block it when the player doesn't own it so long as you use both of the flags.
i dont get it to work maybe i do something wrong but non of the vehicles can the owner damage there self
also not when they crash with a vehicle it just bounched back with no damage
my settings
"flags": "HopperCannotTargetEnemyLoot, AuthorizedFarmableDamage, HumanNPCDamage, LockedBoxesImmortal, LockedDoorsImmortal, PlayerSamSitesIgnorePlayers, TrapsIgnorePlayers, TurretsIgnorePlayers, TwigDamage, AuthorizedDamage, AuthorizedDamageRequiresOwnership",
"rules": [
"anything can hurt dispensers",
"anything can hurt resources",
"anything can hurt barricades",
"anything can hurt traps",
"anything can hurt heli",
"anything can hurt npcs",
"anything can hurt players",
"nothing can hurt ch47",
"cars cannot hurt anything",
"mini cannot hurt anything",
"ch47 cannot hurt anything",
"scrapheli cannot hurt anything",
"players cannot hurt players",
"players cannot hurt traps",
"guards cannot hurt players",
"fire cannot hurt players",
"traps cannot hurt players",
"highwalls cannot hurt players",
"barricades2 cannot hurt players",
"mini cannot hurt mini",
"npcs can hurt players",
"junkyard cannot hurt anything",
"junkyard can hurt cars",
"players cannot hurt tugboats",
"heliturrets cannot hurt players",
"ramhead can hurt ramhead",
"siege cannot hurt players",
"players cannot hurt farm"
greedz
players can hurt their own vehicles with those authorized flags
nothing can hurt ch47
mini cannot hurt mini
remove those, you are still blocking it, and you need collision rules.
scrapheli can hurt scrapheli
mini can hurt mini
ch47 can hurt ch47
cars can hurt cars
etc
VehiclesTakeCollisionDamageWithoutDriver is a good flag too
i think ill add some options for all of this to make it easier
Thank you for the help
i have it working