-
Posts
205 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by iMonkey
-
Calling 'CanBeTargeted' on 'Clans v1.1.3' took average 1052ms over and over again, different times ofc
-
stats.save MySql handle raised an exception (MySqlException: Unknown column 'c4thrown' in 'field list') at MySql.Data.MySqlClient.MySqlCommand.EndExecuteNonQuery (System.IAsyncResult asyncResult) [0x00022] in <8d7380b3d3cf4bd8be324c584f371b44>:0 at (wrapper remoting-invoke-with-check) MySql.Data.MySqlClient.MySqlCommand.EndExecuteNonQuery(System.IAsyncResult) at Oxide.Core.MySql.Libraries.MySql+MySqlQuery.Handle () [0x000f2] in <6e6f659265ef431ea12ea404a5e9a54c>:0 MySql handle raised an exception (MySqlException: Unknown column 'c4thrown' in 'field list') at MySql.Data.MySqlClient.MySqlCommand.EndExecuteNonQuery (System.IAsyncResult asyncResult) [0x00022] in <8d7380b3d3cf4bd8be324c584f371b44>:0 at (wrapper remoting-invoke-with-check) MySql.Data.MySqlClient.MySqlCommand.EndExecuteNonQuery(System.IAsyncResult) at Oxide.Core.MySql.Libraries.MySql+MySqlQuery.Handle () [0x000f2] in <6e6f659265ef431ea12ea404a5e9a54c>:0 I'll vouch I dont see a c4thrown column in my table structure
-
same, plus: [Ruster.NET] Saving SQL database... Saved 132,866 ents, cache(0.26), write(0.07), disk(0.03). Saving complete MySql handle raised an exception (MySqlException: Incorrect string value: '\xE5\xA8\x9C\xE5\xB1\x81...' for column 'json' at row 1) at MySql.Data.MySqlClient.MySqlCommand.EndExecuteNonQuery (System.IAsyncResult asyncResult) [0x00022] in <8d7380b3d3cf4bd8be324c584f371b44>:0 at (wrapper remoting-invoke-with-check) MySql.Data.MySqlClient.MySqlCommand.EndExecuteNonQuery(System.IAsyncResult) at Oxide.Core.MySql.Libraries.MySql+MySqlQuery.Handle () [0x000f2] in <6e6f659265ef431ea12ea404a5e9a54c>:0
-
or oxide roles or specific steam ids, however ya wanna approach it, I just wanna vanish off my stats page
-
Any way to get the webhook and NOT broadcast to the overall chat?
-
I tried but still ended up with the same result. The new version also says its version 1.1.0 fyi
-
you rock @Mevent
-
pulled back to previous version, seems to have recovered
-
-
Failed to call hook 'OnServerInitialized' on plugin 'Clans v1.1.0' (ArgumentNullException: Value cannot be null. Parameter name: String) at System.Number.StringToNumber (System.String str, System.Globalization.NumberStyles options, System.Number+NumberBuffer& number, System.Globalization.NumberFormatInfo info, System.Boolean parseDecimal) [0x00003] in <fb001e01371b4adca20013e0ac763896>:0 at System.Number.ParseUInt64 (System.String value, System.Globalization.NumberStyles options, System.Globalization.NumberFormatInfo numfmt) [0x00014] in <fb001e01371b4adca20013e0ac763896>:0 at System.UInt64.Parse (System.String s) [0x00007] in <fb001e01371b4adca20013e0ac763896>:0 at Oxide.Plugins.Clans+TopPlayerData..ctor (Oxide.Plugins.Clans+PlayerData data) [0x00006] in <d530c17a0650460cb4b7320a4933473f>:0 at Oxide.Plugins.Clans.<HandleTop>m__A (Oxide.Plugins.Clans+PlayerData x) [0x00000] in <d530c17a0650460cb4b7320a4933473f>:0 at Oxide.Plugins.ClansExtensionMethods.ExtensionMethods.Select[T,TResult] (System.Collections.Generic.List`1[T] source, System.Func`2[T,TResult] selector) [0x0002e] in <d530c17a0650460cb4b7320a4933473f>:0 at Oxide.Plugins.Clans.HandleTop () [0x00009] in <d530c17a0650460cb4b7320a4933473f>:0 at Oxide.Plugins.Clans.OnServerInitialized () [0x0004a] in <d530c17a0650460cb4b7320a4933473f>:0 at Oxide.Plugins.Clans.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x01871] in <d530c17a0650460cb4b7320a4933473f>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <09575a60985045248bcb43b20faeeb99>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <bae5f1223fce49c493b01571c99dce02>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <bae5f1223fce49c493b01571c99dce02>:0
-
not necessarily a problem, just a bit cleaner. Its aight if you wanna skip it, you've been battin aces these past couple days anyway lol
-
thanks, got it!
-
oh it HAS to have an image? didn't realize. No biggy i can figure my way around that
-
sent
-
assuming you mean image library, i have several plugins that lean on that. i fear i'm misunderstanding the question
-
I do for various plugins
-
I use the skinbox plugin, and this clans plugin has its own predefined list of skins in the conf to use for customizing "clan skins" - we're hoping to be able to pick skins from skinbox as our library in there is massive and more easily manipulatable in terms of adding and removing whole collections with individual commands, just makes more sense for us to lean on that cause half the time our people want to set skins that are available in our skinbox as their clan skins but they cant.
-
Failed to call hook 'CmdOpenUi' on plugin 'Referrals v1.3.0' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.Referrals.MainUi (BasePlayer player, System.Int32 page, System.Int32 rPage, System.Boolean first) [0x010ba] in <cc56a1a210544592b9d36348c98fc78a>:0 at Oxide.Plugins.Referrals.CmdOpenUi (Oxide.Core.Libraries.Covalence.IPlayer cov, System.String command, System.String[] args) [0x0006c] in <cc56a1a210544592b9d36348c98fc78a>:0 at Oxide.Plugins.Referrals.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00883] in <cc56a1a210544592b9d36348c98fc78a>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <09575a60985045248bcb43b20faeeb99>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <bae5f1223fce49c493b01571c99dce02>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <bae5f1223fce49c493b01571c99dce02>:0
-
After the facepunch update today, hoverloot no longer works to move items from backpack to inventory. The circle just spins but the items don't move.
-
- 976 comments
-
- 3
-
-
- #loot
- #customloot
- (and 13 more)