
xanjin
Member-
Posts
27 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by xanjin
-
Failed to initialize plugin 'Halloween v1.0.4' (UnauthorizedAccessException: System access is restricted, you are not allowed to use System.Xml.Serialization.XmlSerializer) at Oxide.Plugins.Halloween+SoundManager.LoadBuiltinSounds () [0x00000] in <3179c001b7aa4e90b61df1a287c6abfd>:0 at Oxide.Plugins.Halloween.Init () [0x00028] in <3179c001b7aa4e90b61df1a287c6abfd>:0 at Oxide.Plugins.Halloween.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0007e] in <3179c001b7aa4e90b61df1a287c6abfd>: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.CSPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00043] in <bae5f1223fce49c493b01571c99dce02>:0 when trying to load it into live server Edit: stupid me didnt load up disable sandbox... think thats the error...
- 101 comments
-
- 1
-
-
- #halloween
- #zombie
-
(and 8 more)
Tagged with:
-
-
-
if you want we can talk in german as well in discord - overall there is an option to give users blueprints based on usergroups allready with bpunlock - the timer part means kind of "we block the tier 2 parts for mechanics for one week and only after one week after wipe its possible to craft tier 2 parts for the mechanics to keep their rp alive" - we do that for weaponsmiths/mechanics for example right now with other plugin / solutions.
-
dont know if i´m the only one with the problem, but if so it's fine for me, the buttons of the car/boombox are going "inside" the car when activating - kind of they get replaced - so you would probably need to recall the car after 2nd use of them to use them again. If its an serverside problem can somebody in here tell me how to fix it or figgured out why that happens ?
-
-
I know you hate that question as i would as it is one about the CUI - do you think it might be an option for future updates to give us the opportunity for the "amount" of bots to get an cui inputfield instead of the buttons raising/decreasing the numbers? we have some monuments with around 70-100 bot spawns, the guy who is working with the BotReSpawn plugin to place the bots isn't fit enough to work with datafiles so he asked us to change it but we dont wanna change an plugin like botrespawn as the code can change regularly with the commits of facepunch.
-
- 5 comments
-
- #buildings
- #modern
-
(and 3 more)
Tagged with:
-
Hey! Inside of the Prefab there are 283 duplicated prefabs with same positioning/rotation
-
The bots were definitely botrespawn bots (placed on sewer branch for example or launch site) we dont have any npc spawns placed in rust edit or through other plugins except the Convoy plugin. We were editing the profiles each day within the game as well as within the data files directly while botrespawn was unloaded - updated data - reload botrespawn (thats the way i usually change data files in oxide so far) the json were each time proofed by jsonlint. The case was, that convoy was launched once every 3 hours and convoy has had that option "The convoy will not attack first [true/false]": true," So i thought/think that the Convoy plugin may override the setting made by BotReSpawn data - since we had removed the convoy plugin botrespawn data didn't get changed by anything and working as intended.
-
"Roam_Range": 40, "Aggro_Range": 30, "DeAggro_Range": 40, Thats are the settings for our bots, but what we realized was that the settings inside of the plugin changed from "peacekeeper": false to "peacekeeper": true without any manipulation from our side for the botrespawns. We had the Convoy plugin installed, where you can set the NPCs to peacekeeper over the config, that plugin unloads the convoy itself with an plugin reload, thats why i think that this plugin is maybe the reason why botrespawn's peacekeeper settings get changed without any human input. edit: we have removed convoy yesterday when i had that thought about it and until now there was no changement happened inside the data files
-
- we had have the opposite problem, used to set botrespawn bots to peacekeeper false but after some uptime the botrespawn bots moving to peacekeeper true - we used convoy with peacekeeper trueso nobody gets attacked by it without being aggressive, thats why i think the npcspawn hooks may possible override the botrespawn settings
-
revoke policevehicles.unlimited permission, then they are only allowed to spawn one single policevehicle until they /removevehicle.
-
- 110 comments
-
- 36 comments
-
Amazing map, just found one little bug which was fixed right away, the town on the map is amazing and really well done with a lot of buildings where you can enter. When you are good with tools, maybe you are ready to remove the m249 off the valve placed on the truck ;). Don't get scared when you need to travel through the dark forest because somebody has destroyed the bridge on the road - nothing's bad there but you will discover what you don't want to see. The custom harbor is as well a nice place to discover along with all the custom roadside monuments and the farms/building sites on there. And the Railway is looking amazing all over the map as well, it doesn't have a ring road for trains, but everywhere you have a dead end you can turn around and get back. Good Job so far on the map would recommend it
-
Failed to call hook 'OnUserGroupAdded' on plugin 'BPUnlock v1.0.6' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.BPUnlock.UpdatePlayerBlueprints (BasePlayer player) [0x00087] in <16ea433508dd41b89808530cf8da6a8a>:0 at Oxide.Plugins.BPUnlock.OnUserGroupAdded (System.String id, System.String groupName) [0x00019] in <16ea433508dd41b89808530cf8da6a8a>:0 at Oxide.Plugins.BPUnlock.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0008d] in <16ea433508dd41b89808530cf8da6a8a>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <60c318df79ed41688ea59335e48d61ad>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <50629aa0e75d4126b345d8d9d64da28d>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <50629aa0e75d4126b345d8d9d64da28d>:0 update: the error that occurs seems to be placed allready before, the plugin isnt able to handle the Update Timer for the AddQueueManager in the plugin so that seems to be the problem (we were not able to update blueprints of players) update2: was an error with an item in bpunlock which is not longer a blueprint - so selfmade problem, can be closed, sry
-
- 51 comments
-
- #craftsyste
- #iqcraftsyste
-
(and 6 more)
Tagged with:
-
No Errormessages etc., but Blueprints dont get unlocked for players - maybe the last Update made it unfunctional? can you checkout?