Sorry but that translation is very bad

PvX Selector
Allows PvE/PvP Gameplay on one server.
Total Downloads: 688 - First Release: Apr 21, 2016 - Last Update: Mar 10, 2017
- 5/5, 14 likes
-
Yes !! of course i'm not english but I try to talk it because we have not other way
-
Complex conversations translate poorly -
New test version available on Patreon, this might fix the issue when a new player joins.
It also fixes issues with the ticket system and Baseplayer Null Reference Errors.
Alvin is creating Scripts/Mods/Code and more | Patreon -
Today I was getting massive errors spamming, and no one could open doors/pick up items. I had to delete the beta version, and delete all data, and rollback to this oxide version. EDIT: Just realized there is another patreon version out. I was using the previous patreon version. I will try that version out now. Anyways this is what the errors were saying:
Code:(12:32:27) | [Oxide] 12:32 [Error] Failed to call hook 'OnXpEarned' on plugin 'PvXselector v0.9.4' (NullReferenceException: Object reference not set to an instance of an object) (12:32:27) | [Oxide] 12:32 [Debug] at Oxide.Plugins.PvXselector.OnXpEarned (UInt64 _userID, Single _amount, System.String source) [0x00000] in <filename unknown>:0 at Oxide.Plugins.PvXselector.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
Last edited by a moderator: Sep 21, 2016 -
Okay for this: "It also fixes issues with the ticket system and Baseplayer Null Reference Errors" meaning Ticket XP level up is solved this time or don't linked with this reference?
Regard -
Just checking up on my server before heading out, and console is being spammed with this error.
Code:(08:37:00) | [Oxide] 08:36 [Error] Failed to call hook 'CanBeTargeted' on plugin 'PvXselector v0.9.4' (InvalidCastException: Cannot cast from source type to destination type.) (08:37:00) | [Oxide] 08:36 [Debug] at Oxide.Plugins.PvXselector.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
I'm gonna be putting back the oxide version for now as it doesn't spam.Last edited by a moderator: Sep 21, 2016 -
-
Wulf Community Admin
-
Code:private object CanBeTargeted(BaseCombatEntity _target, AutoTurret _turret) { if (_target is BasePlayer) { BasePlayer _victim = (BasePlayer)_target; if (!PvPOnlyCheck(_victim.userID, _turret.OwnerID)) return false; else return null; } else return null; }
-
Wulf Community Admin
-
-
Wulf Community Admin
-
Same error for me and down my server yersterday, please, repair that before the wipe if it's possible
-
-
Yeah the mod down my Server i don't look my log yesterday and bim down, so i look the logs and i see a lot of messages with the same error. When i restart, no problem for me.
I am at work and can't send you my log now.
2h30 and i return to my home. -
-
When I am happy and feel the mod is stable I will upload the version to oxide.
EDIT:
That fixed the issue.Last edited by a moderator: Sep 25, 2016 -
Having a look at turrent config they use the following:
private object CanBeTargeted(BaseCombatEntity target, MonoBehaviour turret)
Your Oxide API says:
void CanBeTargeted(BasePlayer player, AutoTurret turret)
That might be causing the error when Helicopter attacks, will be testing now -
Hi all.
I have a new version on Patreon. If you are a Patron of my page please try it and provide feedback for the next 3-4 days.
Alvin is creating Scripts/Mods/Code and more | Patreon
Regards
Alphawar