Jump to content

Vengadorweb

Member
  • Posts

    91
  • Joined

  • Last visited

Everything posted by Vengadorweb

  1. Vengadorweb

    Clans

    i think the clans plugin somehow changed the name of my users to their steamid? Edited: Just confirmed, i changed to clans ver 1.1.1 and this error disappeared, wondering if was for saving the data in playerdatabase mysql . I'm afraid on go to latest version again even with the playerdatabase disabled. Any thoughts?
  2. Thanks for clarifying i ended figuring it out haha, one issue i still have is that i set for example "Amount Of Items To Spawn": 100 or "Loot Amount Multiplier": 2.0, on the profile of the nightmare base, and i actually got fewer amount of loot, and if i set to "Amount Of Items To Spawn": 200 for example i got like the same amount as the default, same if i add 2 or 3 to Loot Amount Multiplier... Any ideas on how to increase the amount of loot spawned? I made a base with many many boxes, and i want to be able to populate all the boxes with many loot, so the variable i'm playing with is that one, but no success Here some screenshots:
  3. Vengadorweb

    Clans

    playing around with it, i see the data being populated, but i think is not saving the data, just like the default or initial data?
  4. Vengadorweb

    Clans

    Wohaa! Nice man! Could you please provide me an setup example for that? What should i do to make Clans plugin to save the data in a SQL table? i just should instal PlayerDatabase plugin and create a table, and then what should i do? Where i can tell the Clans plugin to look for that table to save the data right there
  5. Unload the plugin (?)... Or you're asking a toggle command to turn off the whole UI. If is that, i think mevent has no coded that yet. BUT i think if you change the overlay to hud, when you press TAB whole panel is hidden
  6. Vengadorweb

    Clans

    Hey man! One quick question, there could be a way to have all the data that the plugins already saves (kill, gather, etc etc) being saved in a sql database? Also, does the plugin could save server total play time of the user? I'm interested on for pay this features
  7. Vengadorweb

    Kill Records

    Hey man! I want to do something like this https://rustchile.com/stats.php, do you know if with this plugin i can accomplish it? Yes i saw your plugin doc and i think is achievable. I can't remove this comment..
  8. i'm having the following error. By using the default files Failed to call hook 'OnServerInitialized' on plugin 'RaidableBases v2.5.0' (JsonSerializationException: Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'System.Collections.Generic.List`1[Oxide.Plugins.RaidableBases+LootItem]' because the type requires a JSON array (e.g. [1,2,3]) to deserialize correctly. To fix this error either change the JSON to a JSON array (e.g. [1,2,3]) or change the deserialized type so that it is a normal .NET type (e.g. not a primitive type like integer, not a collection type like an array or List<T>) that can be deserialized from a JSON object. JsonObjectAttribute can also be added to the type to force it to deserialize from a JSON object. Path '['Difficulty (0 = easy, 1 = medium, 2 = hard, 3 = expert, 4 = nightmare)']', line 2, position 75.) 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) [0x00374] 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 <bae5f1223fce49c493b01571c99dce02>:0 at Oxide.Core.DataFileSystem.ReadObject[T] (System.String name) [0x00021] in <bae5f1223fce49c493b01571c99dce02>:0 at Oxide.Plugins.RaidableBases.GetTable (System.String file) [0x00010] in <b6d074cfd90c4f96b142cb24ee288437>:0 at Oxide.Plugins.RaidableBases.LoadBaseTables () [0x0005b] in <b6d074cfd90c4f96b142cb24ee288437>:0 at Oxide.Plugins.RaidableBases.LoadProfiles () [0x00334] in <b6d074cfd90c4f96b142cb24ee288437>:0 at Oxide.Plugins.RaidableBases.Initialize () [0x00085] in <b6d074cfd90c4f96b142cb24ee288437>:0 at Oxide.Plugins.RaidableBases.OnServerInitialized (System.Boolean isStartup) [0x00119] in <b6d074cfd90c4f96b142cb24ee288437>:0 at Oxide.Plugins.RaidableBases.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0031f] in <b6d074cfd90c4f96b142cb24ee288437>: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
  9. I've issues trying to edit the loot of each difficulty level, can you point me to the exact files i have to edit to edit each loot? i'm changing the files inside difficulty_loot but seems like is not working
  10. Vengadorweb

    Raidable Bases

    Hey man i love this plugin! One thing, idk if is related to the new rust version, but when i use /undo, it disconnect me and display this error on the console: Object reference not set to an instance of an object. at ConstructionSkin.SpawnGibs (BuildingBlock parent) [0x00000] in <00000000000000000000000000000000>:0 at BuildingBlock.SpawnGibs () [0x00000] in <00000000000000000000000000000000>:0 at Client.OnEntityDestroy (Network.Message msg) [0x00000] in <00000000000000000000000000000000>:0 at Client.OnNetworkMessage (Network.Message packet) [0x00000] in <00000000000000000000000000000000>:0 at Facepunch.Network.Raknet.Client.HandleMessage () [0x00000] in <00000000000000000000000000000000>:0 at Facepunch.Network.Raknet.Client.Cycle () [0x00000] in <00000000000000000000000000000000>:0 at Client.Update () [0x00000] in <00000000000000000000000000000000>:0 What could i do? It happens to me everytime i do /undo after i paste a base.

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.4m
Total downloads
Customers
10.9k
Customers served
Files Sold
156.5k
Marketplace sales
Payments
3.4m
Processed total
×
×
  • 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.