Still working fine for me. Make sure you are completely updated. There was a update a little over 15 hours ago
TargetPractice
Moved
Total Downloads: 1,654 - First Release: Feb 26, 2016 - Last Update: Jul 9, 2016
- 5/5, 14 likes
-
-
/target wipe - Clear all hit data isn't clearing for me
-
-
Is there a way to broadcast the high scores every so many minutes? Thank You
-
It looks like the health is not being reset on the ReactiveTarget when it is being hit. It seems like that when it is knocked down it should be reset to maxHealth by this code;
Code:if (target.IsKnockedDown ()) { Puts ("target maxHealth is " + target.MaxHealth ().ToString ()); target.CancelInvoke ("ResetTarget"); Puts ("target health is " + target.Health ().ToString ()); target.health = target.MaxHealth (); //target.ChangeHealth (target.MaxHealth ()); Puts ("target health is " + target.Health ().ToString ()); target.SendNetworkUpdate (); timer.Once (time, () => target.SetFlag (BaseEntity.Flags.On, true)); }
Code:[09/08/2016 12:59:09] [Oxide] 12:59 [Info] [TargetPractice] target maxHealth is 250 [09/08/2016 12:59:09] [Oxide] 12:59 [Info] [TargetPractice] target health is 111 [09/08/2016 12:59:09] [Oxide] 12:59 [Info] [TargetPractice] target health is 250 [09/08/2016 12:59:09] [Oxide] 12:59 [Info] [TargetPractice] target maxHealth is 250 [09/08/2016 12:59:09] [Oxide] 12:59 [Info] [TargetPractice] target health is 110 [09/08/2016 12:59:09] [Oxide] 12:59 [Info] [TargetPractice] target health is 250
Last edited by a moderator: Sep 8, 2016 -
I'd love to see if you can make an option to move the target if possible? Like back and forth or side to side. Possibly with an option to "equip" items maybe via a small storage? That would allow this to act like a player with armor. If you have time of course, that would be fantastic! Thanks for this great plugin. Further more, do you know if this would be possible with an NPC player?
-
Failed to call hook 'cmdTarget' on plugin 'TargetPractice v0.1.55' (NullReferenceException: Object reference not set to an instance of an object) Did a rust update change something to do with Targets?
-
Wulf Community Admin
-
Last edited by a moderator: May 1, 2017
-
/target wipe
Can this be added as a console command? -
I saw this today in my console
Code:(02:28:45) | at Oxide.Plugins.TargetPractice.cmdTarget (.BasePlayer player, System.String command, System.String[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.TargetPractice.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 hook, System.Object[] args) [0x00000] in <filename unknown>:0
Last edited by a moderator: Oct 8, 2017 -
The hit score on-screen does not go away since the update. Users have to log out and back in to clear it out now.
Thank you. -
-
I am not getting any scores broadcast at all. reloaded plugin and shows installed but no scores at all, data file just shows "null"
-
another non maintained plugin sad to say
-
Gave up - unloaded plugin