-
Posts
91 -
Joined
-
Last visited
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by Vengadorweb
-
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?
-
Raidable Bases (Tier 3 Package) - Plugin sold separately. Bundle available.
Vengadorweb commented on nivex's file in Bases
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: -
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
-
- 95 comments
-
- 1
-
-
- #hud
- #panel
-
(and 31 more)
Tagged with:
- #hud
- #panel
- #info
- #infopanel
- #menu
- #gui
- #info hud
- #custom hud
- #server stats
- #server info
- #server panels
- #magic panel
- #rust hud
- #server hud
- #customization options
- #beatiful hud
- #rust hud plugin
- #info panel
- #information
- #events
- #hyd
- #gaming hud design
- #rust user interface
- #hud elements in rust
- #custom rust hud
- #enhanced hud for rust
- #rust interface customization
- #hud events
- #hud info
- #hud panel
- #infopanel mevent
- #hud mevent
- #info panel mevent
-
Raidable Bases (Tier 3 Package) - Plugin sold separately. Bundle available.
Vengadorweb commented on nivex's file in Bases
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 -
Raidable Bases (Tier 3 Package) - Plugin sold separately. Bundle available.
Vengadorweb commented on nivex's file in 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.