Jump to content

s3lphctr1

Member
  • Posts

    17
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

s3lphctr1's Achievements

Apprentice

Apprentice (3/15)

  • Collaborator
  • Reacting Well
  • Conversation Starter
  • First Post
  • Dedicated

Recent Badges

5

Reputation

  1. s3lphctr1

    ZLogs

    i expect its coming from abandoned bases. Should have a null check in the OnCupboardAuthorize method, didnt have the console spam till error either causing me to think the message is trying to be sent over and over causing the rate limiting. Had the same type of issue with a discord bot i was making.
  2. s3lphctr1

    ZLogs

    noticed an error in my server log today [ZLogs] Removing old logs [ZLogs] Removed 14 old logs Failed to call hook 'OnCupboardAuthorize' on plugin 'ZLogs v1.0.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.ZLogs.OnCupboardAuthorize (BuildingPrivlidge privilege, BasePlayer player) [0x00052] in <8008f15ec9c44375ad2d3043b54842fd>:0 at Oxide.Plugins.ZLogs.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x01f1a] in <8008f15ec9c44375ad2d3043b54842fd>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <206a0f2c6ee141f38e2ad549cde44d70>: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 seems to be rate limited now [ZLogs] Discord.com responded with code 429
  3. Right but a charge back, either way, incurs a 15 dollar fee to the receiver of said payment. So say a server owner doesn't like someone, the server owner sends this person 1 dollar, after player receives 1 dollar sender files charge back dispute and gets 1 dollar back, receiver gets charged 15 dollar fee for charge back. Happens on twitch all the time.
  4. The review process could be streamlined a bit more. When submitting files your told at the top that a curator needs to review, but there is no indication of a time frame. Would be nice to see a que or something, would cut down on the "How long does it take for code review" questions in the discord.
  5. Hmm, so the other way then, server owner causes charge backs on players they don't like.
  6. I like this idea, but I see 1 problem with using PayPal. If someone does a charge back, the server owner is charged 15 bucks from PayPal.
  7. s3lphctr1

    Water Event

    getting this error at plugin load. Could not initialize plugin 'WaterEvent v2.1.7' (JsonSerializationException: Cannot deserialize the current JSON array (e.g. [1,2,3]) into type 'System.Collections.Generic.Dictionary`2[System.String,Oxide.Plugins.WaterEvent+SpawnInfoNpc]' because the type requires a JSON object (e.g. {"name":"value"}) to deserialize correctly. To fix this error either change the JSON to a JSON object (e.g. {"name":"value"}) or change the deserialized type to an array or a type that implements a collection interface (e.g. ICollection, IList) like List<T> that can be deserialized from a JSON array. JsonArrayAttribute can also be added to the type to force it to deserialize from a JSON array. Path '['NPCs setting outside']', line 1044, position 27.) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureArrayContract (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract) [0x00058] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, System.Object existingValue, System.String id) [0x00012] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x0007f] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue (Newtonsoft.Json.Serialization.JsonProperty property, Newtonsoft.Json.JsonConverter propertyConverter, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty, Newtonsoft.Json.JsonReader reader, System.Object target) [0x00061] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject (System.Object newObject, Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonObjectContract contract, Newtonsoft.Json.Serialization.JsonProperty member, System.String id) [0x00267] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x0015c] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x0006d] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType, System.Boolean checkAdditionalContent) [0x000d9] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.JsonSerializer.DeserializeInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00053] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.JsonSerializer.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00000] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.JsonConvert.DeserializeObject (System.String value, System.Type type, Newtonsoft.Json.JsonSerializerSettings settings) [0x0002d] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.JsonConvert.DeserializeObject[T] (System.String value, Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in <271c58b7a8684db5a2c92be17a81f252>:0 at Oxide.Core.Configuration.DynamicConfigFile.ReadObject[T] (System.String filename) [0x00028] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Plugins.WaterEvent.LoadConfig () [0x0000d] in <a5ceff0306154d819db6b96fb3032397>:0 at Oxide.Core.Plugins.Plugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x0000f] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Core.Plugins.CSPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Plugins.CSharpPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <795304323ac74a298b8ed190a1dfa739>:0 at Oxide.Plugins.RustPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x0028e] in <30ffba765f0b41678ff9d08133e588db>:0 at Oxide.Core.Plugins.PluginManager.AddPlugin (Oxide.Core.Plugins.Plugin plugin) [0x00027] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Core.OxideMod.PluginLoaded (Oxide.Core.Plugins.Plugin plugin) [0x00035] in <beb2b64691c64e2b95b99491bd85442c>:0 No previous version to rollback plugin: WaterEvent
  8. s3lphctr1

    LuckyBlock

    Getting this error in the server console. Exception while calling NextTick callback (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.LuckyBlock+<>c__DisplayClass9_0.<CanLootEntity>b__0 () [0x00037] in <1bafbcb2b71644f1989cf0329568fec2>:0 at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <beb2b64691c64e2b95b99491bd85442c>:0
  9. The problem is actually force wipe, fp pushed an update this morning at 6am to fix them if you haven't restarted your server yet today.
  10. Ya the power from blue room to red room is backwards. The red card reader is powered when the timer switch is off, and not powered when the timer switch is on.
  11. s3lphctr1

    Raidable Bases

    Ya i knew that much, and saw your post about the ui thing, just thought i missed an update cause its been a while.
  12. s3lphctr1

    Raidable Bases

    Is there an update for the vending markers ive missed?
  13. s3lphctr1

    NPC Bands

    Must not have come back from being sick yet, hope your feeling better. I went ahead and fixed the errors with the plugin and added some error handling to it. Everything is working great on my end after making changes apart from when i spawn my band. Ive made a stage recycled from the outpost stage and when i spawn my band, the guitarist spawns where he is supposed to be, but the rest of the members spawn on the roof of the stage. Ive got the y variable set to 0 but for some reason they wont spawn on the stage correctly. Any ideas?
    Solid thought out product that works as advertised. Glad to work with a dev that values customer input and doesn't see his clients just as dollar signs. Can't wait for future support for his giveaway bot as well. Amino's work makes my life as a server owner much easier. Thank you.
  14. s3lphctr1

    Custom Maps

    Custom maps from rustmaps are not working again, they must have done more changes. All share links come back as invalid, looks like the link format has changed. https://rustmaps.com/map/17e9fec47b46441ab101c16ee6c7ecbb https://rustmaps.com/map/17e9fec47b46441ab101c16ee6c7ecbb?embed=img_l https://rustmaps.com/map/17e9fec47b46441ab101c16ee6c7ecbb?embed=i https://rustmaps.com/map/17e9fec47b46441ab101c16ee6c7ecbb?embed=img_i_l
1.4m

Downloads

Total number of downloads.

6.8k

Customers

Total customers served.

101.4k

Files Sold

Total number of files sold.

2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.