Dancing NPC

Dancing NPC 1.3.1

Sign in to download
Works perfectly, getting some console spam when using the DLC dances though:

Code:
Failed to call hook 'CanUseGesture' on plugin 'Dance v1.2.0' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.Dance.CanUseGesture (BasePlayer player, GestureConfig gesture) [0x00018] in <b368ab73978c4917ac89d6f34d39a787>:0
  at Oxide.Plugins.Dance.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00082] in <b368ab73978c4917ac89d6f34d39a787>:0
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <795304323ac74a298b8ed190a1dfa739>:0
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0
(21:52:02) | User tried to check DLC license but not authed (9085195)
 
Works perfectly, getting some console spam when using the DLC dances though:

Code:
Failed to call hook 'CanUseGesture' on plugin 'Dance v1.2.0' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.Dance.CanUseGesture (BasePlayer player, GestureConfig gesture) [0x00018] in <b368ab73978c4917ac89d6f34d39a787>:0
  at Oxide.Plugins.Dance.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00082] in <b368ab73978c4917ac89d6f34d39a787>:0
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <795304323ac74a298b8ed190a1dfa739>:0
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0
(21:52:02) | User tried to check DLC license but not authed (9085195)

That error is from a different plugin tho...
 
Causes issues with the Dance Plugin. Cool idea though.

I'm trying to figure out how it's conflicting with the Dance plugin, the Dance plugin runs on the player, while this one spawns an npc. The problem is that both plugins use the same command name, so just go to the config and change the command name
 
Is it possible to add the ability for the player to specify a kit (pulled from k1lly0u's Rust Kits plugin) that the spawned NPC will be wearing? For example:

/dance [gesture] [kit]
/dance raiseroof discosuit
 
Getting console messages when doing RaiseRoof, CabbagePatch or Twist:
Code:
User tried to check DLC license but not authed (6790721)
Thanks for the option to add kits :D I was using inventory viewer to drag stuff onto them but this is much easier
 
/dance cabbagepatch Egg says Egg doesnt exist. So I tried /dance cabbagepatch and it says Hazmat doesnt exist. Both do since it is the default config.
 
Back
Top