Np anytime
[DOUBLEPOST=1496035662][/DOUBLEPOST]@ignignokt84
Question,
How easy/ hard would it be to implement a flag to block unauthed looting inside building block?
Do you think the code would work universally for a custom made plugin the same as normal in game stuff, IE Rocket turrets?
TruePVE
Better PVE/PVP implementation
Total Downloads: 4,637 - First Release: Mar 25, 2016 - Last Update: Mar 7, 2018
- 5/5, 26 likes
-
@revjohn you can simply unload TruePVE for that day, no?
-
-
-
[DOUBLEPOST=1496159601][/DOUBLEPOST] -
-
-
Awesome! Now this plugin has another PvE layer.We won`t have to use the other separate plugin for this anymore.
-
-
Error while compiling: TruePVE.cs(422,25): error CS0246: The type or namespace name `BaseResource' could not be found. Are you missing `ProtoBuf' using directive? getting this after wipe, worked fine before
-
Search for BaseResource in the Plugin code and delete the line.
Reload the plugin and see ^^
But it is not 100% safe -
Code:
using ProtoBuf;
-
Wulf Community Admin
-
-
Wulf Community Admin
-
-
-
-
Wulf Community Admin
The BaseResource under ProtoBuf isn't at all the same as the BaseResource that existed before. The error showed it simply because it was the only reference it could find with that name. -