Scientists still targeting
Scientists still seem to be able to target admins even with the plugin enabled, also would it be possible to add so sam sites dont target admins while flying mini copters or balloons? 
In response to Quantum ():
Oxide itself has some issues with the hooks that this plugin uses. Please read the changelog: https:...
The changelog notes only certain types, not scientists. We do not have any hooks in Oxide specificially for scientists.
I see plugin updated and offering this as a permission but still not working, is this still not possible with oxide?
im having issues with the oil rig NPCs targeting as well
yeah all scientists on oil rigs still target admins even with the all permission to everything not target admins,
Same problem please fix
Not working for scientists since update
same here
Out2kill
Not working for scientists since update
Goldie
same here

Do me a favour and actually read what was said in this post.

The changelog notes only certain types, not scientists. We do not have any hooks in Oxide specificially for scientists. I cannot do them as oxide doesn't support them.
5c2da1c996ab6.png?uid=5c2da1cfb55c6 Quantum

Do me a favour and actually read what was said in this post.

The changelog notes only certain types, not scientists. We do not have any hooks in Oxide specificially for scientists. I cannot do them as oxide doesn't support them.

Since oxide doesn't support them is there a way around this by an in game (Default FP) command?

Irishsun530

Since oxide doesn't support them is there a way around this by an in game (Default FP) command?

Oxide does support them, the post you quoted is old.

5c2d88ae4ea06.jpg Wulf

Oxide does support them, the post you quoted is old.

Ah, last post was a month ago. I just figured, my bad for assuming, so if I'm still being targeted, even with the correct permission set for this plugin. Then something is wrong, right?

Irishsun530

Ah, last post was a month ago. I just figured, my bad for assuming, so if I'm still being targeted, even with the correct permission set for this plugin. Then something is wrong, right?

It is the way the plugin is handling it that is the current issue.

Should just be a matter of replacing:

private object OnNpcPlayerTarget(NPCPlayerApex npcPlayer, BaseEntity entity)

With:

private object OnNpcPlayerTarget(BaseEntity npcPlayer, BaseEntity entity)
Might work for other types too such as BaseCombatEntity or BasePlayer.
5c2d88ae4ea06.jpg Wulf

It is the way the plugin is handling it that is the current issue.

Should just be a matter of replacing:

private object OnNpcPlayerTarget(NPCPlayerApex npcPlayer, BaseEntity entity)

With:

private object OnNpcPlayerTarget(BaseEntity npcPlayer, BaseEntity entity)
Might work for other types too such as BaseCombatEntity or BasePlayer.

I wont have internet connection for another month or so. Would mind doing this for me please. I currently only have internet on my phone.