Rust update LOL I find it so funny how mod developers are waiting for the experimental to be released.
I fully understand and respect them not wanting to work on something that will be useless on the experimental version, but that won't be released for a loooooong time!
AND.. they will still have this legacy version running so the present mods will still be needed.
Death API [Unmaintained]
Discussion in 'Plugin Support' started by Hatemail, Jan 20, 2014.
-
Well fork up some money and donate and I will, as of right now I give 2 shits about the current state that rust is in and have no need to develop mods for the present version.
-
ill give you a few bucks for the update. give me your paypal email
-
04:29 PM zackaran killed belk (M4) with a hit to their hip at 217m
04:29 PM zackaran killed WhiteCoil (M4) with a hit to their head at 174m
What do you think? This was 2 guys 40m+ apart.. -
just give us one update at least with the unknown bug fixes we're good
-
-
As I have stated the next update will only happen for the next version of Rust unless someone donates for a specific feature you guys will have to wait or learn to code lua and update my code yourself.
-
I can update the code tell me where the arrows needs to be fixed because that is a uknown..
-
The distance doesn't work here, always show 0m.
-
-
A guy making a death MSG for magma figured out a solution for the "unknown" Hunting Bow problem
He add a new message for the Unknown and worded it with "Hunting Bow" in its place...
Is that something you can do? -
then if you bleed out from any gun damage it will say it was a bow..
-
Hey guys, I'm relatively new to Oxide (was previously using Essentials), and I'm having a lot of compatibility issues that I just can't seem to solve. If someone could take a look at the codes below and offer some advice I would be ever so grateful. I apologize in advance because I'm sure these codes represent more than one plugin in addition to Oxide, but I just don't know where to start. Thanks for any help...
Code:[Oxide] oxidecore: cs.callplugins failed with no traceback: NLua.Exceptions.LuaScriptException: A .NET exception occured in user-code: -930026496 [Oxide] oxidecore: A .NET exception occured in user-code (@) [Oxide] oxidecore: nil [Oxide] oxidecore: [string "DeathHandler.lua"]:182: bad argument #1 to 'gsub' (string expected, got nil) (@) [Oxide] oxidecore: 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 [Oxide] oxidecore: cs.callplugins failed with no traceback: NLua.Exceptions.LuaScriptException: A .NET exception occured in user-code: 641004032 [Oxide] oxidecore: A .NET exception occured in user-code (@) [Oxide] oxidecore: nil [Oxide] oxidecore: [string "DeathHandler.lua"]:182: bad argument #1 to 'gsub' (string expected, got nil) (@) [Oxide] oxidecore: 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 [Oxide] oxidecore: cs.callplugins failed with no traceback: NLua.Exceptions.LuaScriptException: A .NET exception occured in user-code: -1493357568 [Oxide] oxidecore: A .NET exception occured in user-code (@) [Oxide] oxidecore: nil [Oxide] oxidecore: [string "DeathHandler.lua"]:182: bad argument #1 to 'gsub' (string expected, got nil) (@) [Oxide] oxidecore: 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
Last edited by a moderator: Aug 1, 2014 -
If I remember correctly @Hatemail was using gsub to replace wildcards in config strings. You probably messed something up in the config.
Check your config file with an online json validator and see if there are any formatting errors. -
Wulf Community Admin
-
Thanks for the help Dom - I will try that out ASAP and see what's up. And thanks Wulf for putting this in the right place!
-
Looks like you have a bad config value, mind posting your config.
-
{
"broadCastChat":true,
"logToAdminChat":false,
"adminDeathMessage":"@{killer} killed @{killed} (@{weapon}) with a hit to their @{bodypart} at @{distance}m",
"logToFile":true,
"logToConsole":false,
"logToAdmin":false,
"deathByEntityMessage":"@{killed} got their face eaten off by a @{killer}",
"boar":false,
"rabbit":false,
"logToAdminConsole":false,
"wolf":true,
"logDeathMessage":"@{killer} killed @{killed} (@{weapon}) with a hit to their @{bodypart} at @{distance}m",
"deathByEntity":true,
"chatName":"Death",
"suicide":true,
"configVersion":"1.6",
"chicken":false,
"stag":false,
"notifyKiller":true,
"suicideMessage":"@{killed} offed himself",
"bear":true,
"player":true,
"playerDeathMessage":"@{killer} killed @{killed} (@{weapon}) with a hit to their @{bodypart} at @{distance}m"
} -
Your missing the wildlifeDeathMessage":"@{killer} killed a @{killed} (@{weapon})"
-