-
Posts
64 -
Joined
-
Last visited
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by Jayson
-
Also im getting this in console "Calling hook CanStackItem resulted in a conflict between the following plugins: Loottable - True (Boolean), PortalSystem (False (Boolean))"
-
I had them working before wipe but now when i go through the portal to outpost from lobby it teleports me to a completely different portal back on lobby island. i already installed latest version
-
Just sent you a wave in discord and no i can not press e on portal
-
-
-
I added the portals to my custom MAP so players can teleport to raid islands from lobby island but when i load the map the portal doors appear but can not interact with them. Config is set to true.
-
Not sure why but after a couple restarts, it fixed it
-
Same Plugin will not load even after a restart Get this in console: AdminMap was compiled successfully in 4646ms ExType: HarmonyException Failed to initialize plugin 'AdminMap v2.2.4' (TypeLoadException: Could not resolve type with token 010001d3 from typeref (expected class 'ProtoBuf.PerformanceReport' in assembly 'Rust.Data, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null')) at (wrapper managed-to-native) System.Reflection.MonoMethodInfo.get_method_info(intptr,System.Reflection.MonoMethodInfo&) at System.Reflection.MonoMethodInfo.GetMethodInfo (System.IntPtr handle) [0x00000] in <f98723dd4586469db5213ec59da723ca>:0 at System.Reflection.MonoMethodInfo.GetDeclaringType (System.IntPtr handle) [0x00000] in <f98723dd4586469db5213ec59da723ca>:0 at System.Reflection.RuntimeMethodInfo.get_DeclaringType () [0x00000] in <f98723dd4586469db5213ec59da723ca>:0 at MonoMod.Utils.Extensions.Is (Mono.Cecil.MemberReference mref, System.Reflection.MemberInfo minfo) [0x0008f] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 at MonoMod.Utils.ReflectionHelper+<>c__DisplayClass20_0.<_ResolveReflection>b__23 (System.Reflection.MethodBase m) [0x00000] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 at System.Linq.Enumerable.TryGetFirst[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] predicate, System.Boolean& found) [0x0003f] in <8b0c76c7efa244bc95eeee75bf1314cd>:0 at System.Linq.Enumerable.FirstOrDefault[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] predicate) [0x00000] in <8b0c76c7efa244bc95eeee75bf1314cd>:0 at MonoMod.Utils.ReflectionHelper._ResolveReflection (Mono.Cecil.MemberReference mref, System.Reflection.Module[] modules) [0x008fc] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 at MonoMod.Utils.ReflectionHelper.ResolveReflection (Mono.Cecil.MemberReference mref) [0x00000] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 at MonoMod.Utils._DMDEmit.Generate (MonoMod.Utils.DynamicMethodDefinition dmd, System.Reflection.MethodBase _mb, System.Reflection.Emit.ILGenerator il) [0x005f2] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 at MonoMod.Utils.DMDEmitDynamicMethodGenerator.GenerateCore (MonoMod.Utils.DynamicMethodDefinition dmd, System.Object context) [0x00342] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 at MonoMod.Utils.DMDGenerator`1[TSelf].Generate (MonoMod.Utils.DynamicMethodDefinition dmd, System.Object context) [0x00013] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 at MonoMod.Utils.DynamicMethodDefinition.Generate (System.Object context) [0x00149] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 at MonoMod.Utils.DynamicMethodDefinition.Generate () [0x00000] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 at HarmonyLib.MethodPatcher.CreateReplacement (System.Collections.Generic.Dictionary`2[System.Int32,HarmonyLib.CodeInstruction]& finalInstructions) [0x006a4] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 at HarmonyLib.PatchFunctions.UpdateWrapper (System.Reflection.MethodBase original, HarmonyLib.PatchInfo patchInfo) [0x00059] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 at HarmonyLib.PatchClassProcessor.ProcessPatchJob (HarmonyLib.PatchJobs`1+Job[T] job) [0x000be] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 Unloaded plugin AdminMap v2.2.4 by 0xF // dsc.gg/0xf-plugins
-
Based on this you can close this as i feel the issue is now resolved Thank you
-
i have removed all data and config files and reinstalled BetterNPC and NPCSpawn and so far no errors. I have not used the data files from the Kong MAP as yet.
-
Could this be from the data file i received from MAP Kong: Skull Island? I just purchased MAP for this wipe and it had the BetterNPC folder to copy to Data folder. Map was latest version from LoneDesign website.
-
i also get the this error when the suppydrop event is triggered Failed to call hook 'OnSupplyDropDropped' on plugin 'BetterNpc v1.2.8' (KeyNotFoundException: The given key 'AirDrop' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <2161c9885dd04ff291b79db9349c4b9b>:0 at Oxide.Plugins.BetterNpc.OnSupplyDropDropped (SupplyDrop supplyDrop, CargoPlane cargoPlane) [0x0002f] in <f04dace61e484a47862f92d983895bc4>:0 at Oxide.Plugins.BetterNpc.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00304] in <f04dace61e484a47862f92d983895bc4>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <cd9a02fd331347bd82d550bb1a9c8e9f>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b76ec77c47d1449e92b2baab8603843d>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <b76ec77c47d1449e92b2baab8603843d>:0
-
2nd error I enabled the event CH47 in BetterNPC This error happens and no NPC spawns
-
First error happens every restart dont know why.
-
also get this error Failed to call hook 'OnHelicopterDropCrate' on plugin 'BetterNpc v1.2.8' (KeyNotFoundException: The given key 'CH47' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <2161c9885dd04ff291b79db9349c4b9b>:0 at Oxide.Plugins.BetterNpc.OnHelicopterDropCrate (CH47HelicopterAIController ai) [0x00000] in <7890f64a84594b29b36ff762e46ae9cf>:0 at Oxide.Plugins.BetterNpc.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x007f6] in <7890f64a84594b29b36ff762e46ae9cf>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <cd9a02fd331347bd82d550bb1a9c8e9f>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b76ec77c47d1449e92b2baab8603843d>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <b76ec77c47d1449e92b2baab8603843d>:0
-
currently getting this error in console Failed to call hook 'OnServerInitialized' on plugin 'BetterNpc v1.2.8' (ArgumentNullException: Value cannot be null. Parameter name: input) at System.TimeSpan.Parse (System.String s) [0x00003] in <2161c9885dd04ff291b79db9349c4b9b>:0 at Oxide.Plugins.BetterNpc.OnServerInitialized () [0x00051] in <f99307d738d9499fb90b891889e92d18>:0 at Oxide.Plugins.BetterNpc.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x002de] in <f99307d738d9499fb90b891889e92d18>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <cd9a02fd331347bd82d550bb1a9c8e9f>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b76ec77c47d1449e92b2baab8603843d>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <b76ec77c47d1449e92b2baab8603843d>:0
-
Same for me After update and downloading latest version i get this error in console o.reload CustomizableWeapons Added '// Reference: 0Harmony' in plugin 'CustomizableWeapons' was compiled successfully in 4460ms Error while compiling CustomizableWeapons: 'BaseProjectile.Magazine' does not contain a definition for 'Reload' and no accessible extension method 'Reload' accepting a first argument of type 'BaseProjectile.Magazine' could be found (are you missing a using directive or an assembly reference?) | Line: 231, Pos: 44
-
I'm getting reports from Players that while they use the SimpleSymmetry and place external TC's after a short period of time the TC's will break.
-
Yes I have considered this option As the wipe progresses I manually change the config to increase the difficulty so the plugin grows with the players. You could say that I'm being lazy in asking for there to be levels already in the config that you preset and enable/disable at will. Just I have over 180 plugins in my server and will always try to ask if it is possible to make it easier I try to make my server a place for players to learn and improve but also keep regulars entertained. So please don't feel obligated to make these changes as it is just a suggestion. I have no idea how much work it would be to implement as I'm not a plugin designer. You created the plugin with your own vision of how you want it to be used. Thank you for the great work of finding ways to keep the game entertaining.
-
Yes I understand The best way for beginners to improve is to give them the option to challenge themselves.
-
Love the plugin Just a Suggestion Can you add an extra level of difficulty like when a player kills a gang member then re-enforcements arrive maybe another carload of gang members or a Boss spawns in?
-
thank you will try the update you DM me.
-
Failed to initialize plugin 'TactiToolsPluginCore v1.0.0' (Exception: DATA FILE NULL) at TactiRustPlugin`3[TThis,TConfig,TData].LoadData () [0x00062] in <16d0851336de437ca451f914b328a629>:0 (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35) Loaded plugin Tacti Tools Plugin Core v1.0.0 by Unnamed (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35) Loaded plugin Unity v2.0.3777 by Oxide Team and Contributors (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35) [TactiDllPluginLoader]: Loading C:\Users\Admin\Desktop\20x Rustron Server\oxide\plugins\IMRGAdvancedCombatLogging.dll... (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35) [TactiDllPluginLoader]: Verifying Core... (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35) IMR .dll Verification failed. Please install the newest version of the IMR Tools Package and the newest version of IMRGAdvancedCombatLogging. If you are still having trouble after that feel free to contact IMR Games (by creating a Suppport Request) on the website you bought this plugin from. Please be sure to supply the below information should contacting IMR Games be necessary: System.Exception: Verify Core TactiToolsCore ---> Oxide.TactiDllPluginLoader.DllVerifyException: Member Reference uid (RID: 182) in [Unknown Parent] not found Field 'Item.uid' not found. at Oxide.TactiDllPluginLoader.Verify.VerifyAssemblyInternal (System.Reflection.Assembly assem, System.String assemPath) [0x00200] in <98ebcdc17e794253945a856f2d20caf8>:0 at Oxide.TactiDllPluginLoader.Verify.<VerifyCore>g__Verify|5_0 (System.String name) [0x00066] in <98ebcdc17e794253945a856f2d20caf8>:0 --- End of inner exception stack trace --- at Oxide.TactiDllPluginLoader.Verify.<VerifyCore>g__Verify|5_0 (System.String name) [0x00084] in <98ebcdc17e794253945a856f2d20caf8>:0 at Oxide.TactiDllPluginLoader.Verify.VerifyCore () [0x00014] in <98ebcdc17e794253945a856f2d20caf8>:0 at Oxide.TactiDllPluginLoader.Verify.VerifyAssembly (System.Reflection.Assembly assem, System.String assemPath, System.String plName) [0x00007] in <98ebcdc17e794253945a856f2d20caf8>:0 (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35) Could not load plugin IMRGAdvancedCombatLogging (Exception: .dll Verification Failed. Please see line above plugin initialize message) at Oxide.TactiDllPluginLoader.Verify.VerifyAssembly (System.Reflection.Assembly assem, System.String assemPath, System.String plName) [0x00071] in <98ebcdc17e794253945a856f2d20caf8>:0 at Oxide.Core.Plugins.TactiDllPluginLoader.GetPlugin (System.String filename) [0x00066] in <98ebcdc17e794253945a856f2d20caf8>:0 (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35)
-
PvP is not enabled in 1.4.8 in the environment after Rust update May 4.
Jayson replied to Yukana_Shirakawa's Support Report in Support
I have Dynamic PVP installed. Do i need to remove it?