1. Version v2.0.0 is about to release, that will be fixed.
     
  2. Hey Great Plugin! Love it!

    I'm seeing this error pop up in my logs from time to time:
    Code:
    [2/10/2015 10:14:23 PM] [Oxide] 10:14 PM [Error] notifier: LuaScriptException while calling OnEntityDeath: [string "notifier.lua"]:504: attempt to perform arithmetic on a nil value
      at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0
      at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
    Maybe you can address this issue in the next release as well.

    Thanks,
    -TheDoc
     
    Last edited by a moderator: Feb 11, 2015
  3. I have ported the plugin to Python, so it was a total re-writte. It will be release in the next 5/10 minutes.
     
  4. SkinN õ.Õ'.|. updated Notifier with a new update entry:

    Notifier v2.0.0 | Porting to Python!

     
  5. my server don´t work python T_T

    [Oxide] 6:20 AM [Error] Failed to initialise plugin notifier (PLAYER LIST COMMANDS)
    [Oxide] 6:20 AM [Debug] at IronPython.Runtime.PythonDictionary.GetItem (object) <0x0006c>
    at IronPython.Runtime.PythonDictionary.get_Item (object) <0x00024>
    at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,object,string) <0x00097>
    at System.Dynamic.UpdateDelegates.UpdateAndExecute2<object, string, object> (System.Runtime.CompilerServices.CallSite,object,string) <0x0030a>
    at Microsoft.Scripting.Interpreter.DynamicInstruction`3<object, string, object>.Run (Microsoft.Scripting.Interpreter.InterpretedFrame) <0x00113>
    at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame) <0x000c8>
     
  6. This means you messed up the player list commands.

    It should look like this:
    Code:
      "PLAYER LIST COMMANDS": [
        "who",
        "players",
        "online"
      ],
    You can change them of course, for example if you only want /who
    Code:
      "PLAYER LIST COMMANDS": [
        "who"
      ],
     
  7. CHR

    CHR

    Ty finally it has arrived.

    What is a player notification message?
    Can't wait for ur deathmessages.
     
  8. I meant 'Removed Players Death Notification Messages.'.
     
  9. Is it possible for us to input custom hex colors of our own?
     
  10. borra la configuracion del antiguo notifier (notifier.json) y deja que cree el nuevo, asi me ha funcionado a mi. ;)
    [DOUBLEPOST=1423655079][/DOUBLEPOST][Oxide] 11:41 AM [Error] notifier: ArgumentTypeException while calling SendHelpText: SendHelpText() takes exactly 4 arguments (2 given)
    at Microsoft.Scripting.Interpreter.ThrowInstruction.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in <filename unknown>:0
    at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in <filename unknown>:0
    why?
     
  11. muchas gracias propanito ;) funciono
    [DOUBLEPOST=1423656284][/DOUBLEPOST] upload_2015-2-11_13-5-11.png
     
  12. Code:
    3:57 PM [Error] notifier: ArgumentTypeException while calling SendHelpText:
    3:57 PM [Error] notifier: Traceback (most recent call last):
    TypeError: SendHelpText() takes exactly 4 arguments (2 given)
    Oxide Version: 2.0.309, Rust Protocol: 1199
     
  13. same error that me
     
  14. nvm, my bad, forgot to delete the config file!
     
  15. CHR

    CHR

    So we must wait for the hotfix... grrr we really need that plugin.
    [DOUBLEPOST=1423662507][/DOUBLEPOST]
    Does it mean it's working with new oxide? And was your fault?
     
  16. yep its working!!
     
  17. Can you add the kills?
     
  18. Working perfectly ! THANKS !

    Oxide Version: 2.0.309, Rust Protocol: 1199