it seems whatever mod i load second takes over. I tried to test this as much as I could but it seems when prevent looting mod loads first and then taser anyone can loot anyone, But if I load Prevent looting after nobody can loot not even the guards? is there a way to make them work together?
Prevent looting + Taser LootFixed
Sounds like a hook conflict. Do you see warnings in the server logs about this?
The typical way to resolve a hook conflict is to update one of the plugins to be subordinate to the other for specific hooks by calling the same hook method of the other plugin and returning the same value.
However, in this case, it looks like Taser is over aggressively returning non-null in the CanLootPlayer hook. Instead of returning true for the default case, it should return null, allowing other plugins to dictate the behavior when the player was not wounded via taser.
I will take a look at this, thank you for your report
Merged post
This issue has been solved
You rock! I havent tested it yet but I was wondering will it need a update?
Yes, just download the plugin again and replace the new one with the old one, no need to reconfigure the config
Locked automatically