Jump to content

Screepers

Member
  • Posts

    37
  • Joined

  • Last visited

Everything posted by Screepers

  1. Screepers

    teleporting back broken

    ok, so my fix makes it better, but not perfect. You still have to stand on solid ground. On platforms, or the new terrain overlays, it will not work right. So it takes the height of the terrain map and adds 0.15f to it, to move you up in the y position above the terrain. If you still find it not high enough, add to the 0.15f in desired increments. (or if you want to mess with folks add a lot to it and watch them fall to their deaths) lol. on line 1314: else { XLIB.PLAYER.Location.Utility.Teleport(player, new Vector3(player.transform.position.x, TerrainMeta.HeightMap.GetHeight(player.transform.position)+0.15f, player.transform.position.z)); } on line 1325 else { XLIB.PLAYER.Location.Utility.Teleport(player, new Vector3(player.transform.position.x, TerrainMeta.HeightMap.GetHeight(player.transform.position)+0.15f, player.transform.position.z)); }
  2. Screepers

    Admin Toggle

    AdminToggle v3.1.19 by Xray: EVERYTIME... I swap out of admin mode, back to player mode, I get STUCK in the terrain and look like I have a seizure. Please pretty please fix. (or add a stay where you are and just swap) no translation to the ground or anything. please. After seeing that you are no longer maintaining it. When I fix it (I've done it before just need to redo it), how can I merge my changes into the code so if you do a compatibility update it gets added?
  3. I have not seen it lately!!! thank you!
  4. "Debug Settings": { "Log Death": true, "Log Vehicle Kill": false, "Log Vehicle Respawn Script": false, "Log Raw Save Data (Not Recommended to Turn on)": false, "Log Pre-load info": false, "Enable Damage Logs": false, "Enable Gunship Item Logging": false, "Enable Reseller Logging": false, "Enable Engine Modifier Logging": false, "Draw Spawn Check Box on Spawn": false, "Enable Targeting System Error Logging": false, "Enable Karen Targeting Component Logging": false, "Enable Vehicle Node Spawn Loggging": false } (04:19:40) | [GunShip] DiveSiteBuoy (04:19:40) | [GunShip] DiveSite (04:19:40) | [GunShip] DiveSiteBuoy (04:19:40) | [GunShip] DiveSite (04:19:40) | [GunShip] DiveSiteBuoy (04:19:40) | [GunShip] JunkPileWater (04:19:40) | [GunShip] JunkPile (04:19:40) | [GunShip] JunkPile (04:19:40) | [GunShip] JunkPile (04:19:40) | [GunShip] JunkPile (04:19:40) | [GunShip] JunkPile (04:19:40) | [GunShip] JunkPile (04:19:40) | [GunShip] JunkPileWater (04:19:40) | [GunShip] JunkPile (04:19:40) | [GunShip] JunkPile (04:19:40) | [GunShip] JunkPile (04:19:40) | [GunShip] JunkPile (04:19:40) | [GunShip] JunkPile (04:19:40) | [GunShip] JunkPileWater (04:19:40) | [GunShip] JunkPile (04:19:40) | [GunShip] JunkPile (04:19:40) | [GunShip] JunkPile (04:19:40) | [GunShip] JunkPile (04:19:40) | [GunShip] JunkPile (04:19:40) | [GunShip] JunkPile (04:19:40) | [GunShip] JunkPile (04:19:40) | [GunShip] JunkPileWater (04:19:40) | [GunShip] JunkPile (04:19:40) | [GunShip] JunkPile (04:19:40) | [GunShip] JunkPile (04:19:40) | [GunShip] TimedExplosive (04:19:40) | [GunShip] MetalDetectorSource (04:19:40) | [GunShip] MetalDetectorSource (04:19:40) | [GunShip] MetalDetectorSource (04:19:41) | [GunShip] MetalDetectorSource (04:19:43) | [GunShip] MetalDetectorSource (04:19:43) | [GunShip] MetalDetectorSource (04:19:44) | [GunShip] MetalDetectorSource (04:19:44) | [GunShip] MetalDetectorSource (04:19:45) | [GunShip] TimedExplosive (04:19:45) | [GunShip] TimedExplosive (04:19:45) | [GunShip] TimedExplosive (04:19:47) | [GunShip] MetalDetectorSource (04:19:48) | [GunShip] MetalDetectorSource (04:19:48) | [GunShip] MetalDetectorSource (04:19:48) | [GunShip] MetalDetectorSource (04:19:49) | [GunShip] MetalDetectorSource (04:19:49) | [GunShip] MetalDetectorSource
  5. the error I am getting is with 2.1 as shown in the log
  6. (23:42:27) | Loaded plugin Buoyant Crates v2.1.0 by Tacman (23:43:16) | Exception while calling NextTick callback (NullReferenceException: ) at (wrapper managed-to-native) UnityEngine.Component.GetComponentFastPath(UnityEngine.Component,System.Type,intptr) at UnityEngine.Component.GetComponent[T] () [0x00021] in <470ec865e9cd405cbc45cdbc22bb3c0c>:0 at Oxide.Plugins.BuoyantCrates+<>c__DisplayClass6_0.<OnEntitySpawned>b__1 () [0x00000] in <efd2fa5b360748ab93a330ed46a1cbe2>:0 at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <beb2b64691c64e2b95b99491bd85442c>:0 (23:43:16) | Exception while calling NextTick callback (NullReferenceException: ) at (wrapper managed-to-native) UnityEngine.Component.GetComponentFastPath(UnityEngine.Component,System.Type,intptr) at UnityEngine.Component.GetComponent[T] () [0x00021] in <470ec865e9cd405cbc45cdbc22bb3c0c>:0 at Oxide.Plugins.BuoyantCrates+<>c__DisplayClass6_0.<OnEntitySpawned>b__1 () [0x00000] in <efd2fa5b360748ab93a330ed46a1cbe2>:0 at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <beb2b64691c64e2b95b99491bd85442c>:0 (23:43:16) | Exception while calling NextTick callback (NullReferenceException: ) at (wrapper managed-to-native) UnityEngine.Component.GetComponentFastPath(UnityEngine.Component,System.Type,intptr) at UnityEngine.Component.GetComponent[T] () [0x00021] in <470ec865e9cd405cbc45cdbc22bb3c0c>:0 at Oxide.Plugins.BuoyantCrates+<>c__DisplayClass6_0.<OnEntitySpawned>b__1 () [0x00000] in <efd2fa5b360748ab93a330ed46a1cbe2>:0 at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <beb2b64691c64e2b95b99491bd85442c>:0
  7. (13:31:26) | Failed to run a 0.10 timer in 'BuoyantCrates v2.0.7' (NullReferenceException: ) at (wrapper managed-to-native) UnityEngine.Component.GetComponentFastPath(UnityEngine.Component,System.Type,intptr) at UnityEngine.Component.GetComponent[T] () [0x00021] in <470ec865e9cd405cbc45cdbc22bb3c0c>:0 at Oxide.Plugins.BuoyantCrates+<>c__DisplayClass10_0.<OnEntitySpawned>b__0 () [0x00000] in <87a18ae92143470a9778bf446dd1b84b>:0 at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <beb2b64691c64e2b95b99491bd85442c>:0 (13:31:26) | Failed to run a 0.10 timer in 'BuoyantCrates v2.0.7' (NullReferenceException: ) at (wrapper managed-to-native) UnityEngine.Component.GetComponentFastPath(UnityEngine.Component,System.Type,intptr) at UnityEngine.Component.GetComponent[T] () [0x00021] in <470ec865e9cd405cbc45cdbc22bb3c0c>:0 at Oxide.Plugins.BuoyantCrates+<>c__DisplayClass10_0.<OnEntitySpawned>b__0 () [0x00000] in <87a18ae92143470a9778bf446dd1b84b>:0 at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <beb2b64691c64e2b95b99491bd85442c>:0 (13:31:26) | Failed to run a 0.10 timer in 'BuoyantCrates v2.0.7' (NullReferenceException: ) at (wrapper managed-to-native) UnityEngine.Component.GetComponentFastPath(UnityEngine.Component,System.Type,intptr) at UnityEngine.Component.GetComponent[T] () [0x00021] in <470ec865e9cd405cbc45cdbc22bb3c0c>:0 at Oxide.Plugins.BuoyantCrates+<>c__DisplayClass10_0.<OnEntitySpawned>b__0 () [0x00000] in <87a18ae92143470a9778bf446dd1b84b>:0 at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <beb2b64691c64e2b95b99491bd85442c>:0
  8. I've got a workaround. can close.
  9. Also: 03 "AdminToggle" (3.1.16) by InfinityNet/Xray (0.36s / 130 MB) - AdminToggle.cs the memory usage is MUCH MUCH better! Thank you!
  10. FYI: I was also experiencing a major issue constantly getting stuck on the terrain. So I added a 1m to the teleport component, and that helped a lot. else { XLIB.PLAYER.Location.Utility.Teleport(player, new Vector3(player.transform.position.x, TerrainMeta.HeightMap.GetHeight(player.transform.position)+1.0f, player.transform.position.z)); }
  11. once I've figured that part out, that is my current workaround. That and using paranoia by putting all my loot in a box Thank you very much for taking the time to respond and help.
  12. so I was able to replicate the stuff going poof. I was in admin mode, and had to reboot server for a different reason. I logged back on, swapped to player mode, and all my gear go poof.
  13. AdminToggle - Failed to compile: 'PlayerInventory' does not contain a definition for 'AllItems' and no accessible extension method 'AllItems' accepting a first argument of type 'PlayerInventory' could be found (are you missing a using directive or an assembly reference?) | Line: 3571, Pos: 87
  14. I believe you, I was surprised when I saw that too.
  15. I'm sure not related, just wanted to inform you (if you did not know, tho you probably do) about a probably memory leak.
  16. I'm using Oxide.
  17. Unloaded plugin UiEngineFramework v1.0.1 by mr01sam Fallback handler could not load library /home/container/RustDedicated_Data/MonoBleedingEdge/x86_64/data-0x5612f02105c0.so Loaded plugin UiEngineFramework v1.0.1 by mr01sam
  18. Exception while calling NextTick callback (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.QualityCrafting+<>c__DisplayClass82_0.<CanMoveItem>b__0 () [0x0005c] in <89f3cf5727ae478d89aaff18b776026d>:0 at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <beb2b64691c64e2b95b99491bd85442c>:0
  19. { "MODES": [ { "Permission": "master", "Priority": 999, "Master Level CAREFUL! (Enabling this does the following #Overrides priority, mode & permission system! #Allows to set/get modes for yourself or others! #Overrides limitations by current or lower modes": false, "Toggle Commands": [ "admin", "mode" ], "Restrict Mode To Specfic SteamIds (Leave blank to disable)": [ "76561198007819683" ], "Settings": { "On Admin": { "Require Reason": false, "Autorun Commands Use Forward Slash '/' For Chat-Commands & Leave It Blank For Console-Commands": [], "Toggle Groups To Grant (Leave blank to disable)": [ "admin" ], "Specified Auth Level (1 = moderators, 2 = owners) Must either be 1 or 2 cannot be below or above": 2, "Keep Separate Inventories": true, "Teleport Back Upon Exiting": false, "Revert On Disconnect, Restart, Reload": false, "Ignore Server Violations (Bans, Kicks Etc) (Recommended to keep true)": true, "Blocked Commands": [], "Name Prefix Changes your name to a set prefix (Leave blank to disable)": "ADMIN", "Admin Outfit": { "Enabled": true, "Lock Outfit": false, "Settings": { "(Shortnam::SkinID)": [ "hoodie::1234567890", "pants::1234567890", "shoes.boots::1234567890" ] } }, "Notifications": { "Global Chat": { "Enabled": false, "Settings": { "Chat Icon (SteamID64)": 0, "Text Message Special Color (HEX) Example %message%": "#faaf19", "Text Message": "%{player.name}% Activated %{mode.permission}% Mode" } }, "Self Chat": { "Enabled": true, "Settings": { "Chat Icon (SteamID64)": 0, "Text Message Special Color (HEX) Example %message%": "#faaf19", "Text Message": "%You% Activated %{mode.permission}% Mode" } }, "Self Popup": { "Enabled": false, "Settings": { "Text Message Special Color (HEX) Example %message%": "#faaf19", "Text Message": "%You% Activated %{mode.permission}% Mode" } }, "Self Sound": { "Enabled": false, "Settings": { "Sound (Prefab)": "assets/prefabs/misc/easter/painted eggs/effects/eggpickup.prefab" } }, "Discord": { "Enabled": true, "Settings": { "Webhook": "https://discord.com/api/webhooks/1285099612562128896/-ywJ1TbyUWR-GVUWFxgYQcaU3G5XVk4CLqH0cMH8wZw3Tnrzzsx8TYGC_jzPKow7_Mwx", "Embed Color": 3315400 } } }, "Interface": { "Button": { "Enabled": true, "Settings": { "Opacity (0.0 to 1.0)": 0.64, "Active Color (HEX)": "#008000", "Inactive Color (HEX)": "#800000", "Active Text": "Activated", "Inactive Text": "Disabled", "Active Text Color (HEX)": "#ffffff", "Inactive Text Color (HEX)": "#ffffff", "Design (Advanced)": { "Anchor": { "Min Width (0.0 - 1.0)": 0.5, "Min Height (0.0 - 1.0)": 0.0, "Max Width (0.0 - 1.0)": 0.5, "Max Height (0.0 - 1.0)": 0.0 }, "Offset": { "Min Width (pixels)": 0, "Min Height (pixels)": 0, "Max Width (pixels)": 60, "Max Height (pixels)": 60, "Offset Points (Relative To Offset)": { "Top (pixels)": 0, "Bottom (pixels)": 18, "Left (pixels)": 0, "Right (pixels)": 263 } } } } }, "Panel": { "Enabled": true, "Settings": { "Text": "A D M I N M O D E A C T I V A T E D", "Text Color (HEX)": "#ffffff", "Pulse Duration ": 1.0, "Design (Advanced)": { "Anchor": { "Min Width (0.0 - 1.0)": 0.5, "Min Height (0.0 - 1.0)": 0.0, "Max Width (0.0 - 1.0)": 0.5, "Max Height (0.0 - 1.0)": 0.0 }, "Offset": { "Min Width (pixels)": 0, "Min Height (pixels)": 0, "Max Width (pixels)": 380, "Max Height (pixels)": 20, "Offset Points (Relative To Offset)": { "Top (pixels)": 0, "Bottom (pixels)": 82, "Left (pixels)": 0, "Right (pixels)": 200 } } } } }, "Menu": { "Enabled": true, "Settings": { "Opacity (0.0 to 1.0)": 0.64, "Not Found Color (HEX)": "#000000", "Active Color (HEX)": "#008000", "Inactive Color (HEX)": "#800000", "Text Color (HEX)": "#ffffff", "Design (Advanced)": { "Anchor": { "Min Width (0.0 - 1.0)": 1.0, "Min Height (0.0 - 1.0)": 0.0, "Max Width (0.0 - 1.0)": 1.0, "Max Height (0.0 - 1.0)": 0.0 }, "Offset": { "Min Width (pixels)": 0, "Min Height (pixels)": 0, "Max Width (pixels)": 180, "Max Height (pixels)": 81, "Offset Points (Relative To Offset)": { "Top (pixels)": 0, "Bottom (pixels)": 16, "Left (pixels)": 0, "Right (pixels)": 392 } } } } } }, "Actions": { "Allow All Actions (Overrides Specfic Actions)": false, "Allow Specfic Actions": { "Can Build": true, "Can Craft": true, "Can Loot Players": true, "Can Loot Entities": true, "Can Damage Structures": true, "Can Interact With Items In Weapons Category": true, "Can Hurt Players": true, "Can Drop Items": true } }, "Third-Party Plugins": { "Autorun Plugins": { "Autorun All": false, "Autorun Specfic": { "AdminRadar": true, "Vanish": true, "Godmode": true } }, "Blocked Plugins": { "Block All": false, "Block Specfic": { "Backpacks": false, "AdminRadar": false, "Vanish": false, "Godmode": false } } } }, "On Player": { "Autorun Commands Use Forward Slash '/' For Chat-Commands & Leave It Blank For Console-Commands": [], "Toggle Groups To Revoke (Leave blank to disable)": [ "admin" ], "Notifications": { "Global Chat": { "Enabled": false, "Settings": { "Chat Icon (SteamID64)": 0, "Text Message Special Color (HEX) Example %message%": "#faaf19", "Text Message": "%{player.name}% Returned To %Player% Mode" } }, "Self Chat": { "Enabled": true, "Settings": { "Chat Icon (SteamID64)": 0, "Text Message Special Color (HEX) Example %message%": "#faaf19", "Text Message": "%You% Returned To %Player% Mode" } }, "Self Popup": { "Enabled": false, "Settings": { "Text Message Special Color (HEX) Example %message%": "#faaf19", "Text Message": "%You% Returned To %Player% Mode" } }, "Self Sound": { "Enabled": false, "Settings": { "Sound (Prefab)": "assets/prefabs/misc/easter/painted eggs/effects/eggpickup.prefab" } }, "Discord": { "Enabled": true, "Settings": { "Webhook": "https://discord.com/api/webhooks/1286585333709803520/tXsd8RexpDZ1MNIUQn0209-LJCSDuOCSLSzmlzXM3HF04mFGkv_Fa8GxW8i7pkHHbdGK", "Embed Color": 3315400 } } }, "Blocked Commands": [ "god", "vanish", "freeze", "spectate" ], "Third-Party Plugins": { "Blocked Plugins": { "Block All": false, "Block Specfic": { "AdminRadar": false, "Vanish": false, "Godmode": false } } } } } } ] }
  20. I logged in, and all my items were gone. Backpack, and all inventory. My gear is admin gear. My plugin backpacks was fine.
  21. Screepers

    Getting this error.

    thank you. For the webrequest. I do not have it set communicate with your server. What else would it be doing? I just checked, and the send information to rustlevels was checked on again. I have it turned off right now, as it is on my todo list, but have other priorities.
  22. Screepers

    Getting this error.

    Web request callback raised an exception (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.XPerienceAddon.<GetServerData>b__176_0 (System.Int32 code, System.String response) [0x00037] in <42a47044a26c42d48151f631206d198a>:0 at Oxide.Core.Libraries.WebRequests+WebRequest.<OnComplete>b__42_0 () [0x00034] in <beb2b64691c64e2b95b99491bd85442c>:0 Failed to call hook 'ImportImageList' on plugin 'ImageLibrary v2.0.62' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.ImageLibrary.ImportImageList (System.String title, System.Collections.Generic.Dictionary`2[TKey,TValue] imageList, System.UInt64 imageId, System.Boolean replace, System.Action callback) [0x00099] in <42a47044a26c42d48151f631206d198a>:0 at Oxide.Plugins.ImageLibrary.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x009da] in <42a47044a26c42d48151f631206d198a>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <795304323ac74a298b8ed190a1dfa739>: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 Failed to call hook 'ImportImageList' on plugin 'ImageLibrary v2.0.62' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.ImageLibrary.ImportImageList (System.String title, System.Collections.Generic.Dictionary`2[TKey,TValue] imageList, System.UInt64 imageId, System.Boolean replace, System.Action callback) [0x00099] in <42a47044a26c42d48151f631206d198a>:0 at Oxide.Plugins.ImageLibrary.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x009da] in <42a47044a26c42d48151f631206d198a>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <795304323ac74a298b8ed190a1dfa739>: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
  23. I found the culprit, thank you.
  24. | NullReferenceException: Object reference not set to an instance of an object Getting this error after every server save. I can't tell if it is Experience or ExperienceAddon,
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.4k

Files Sold

Total number of files sold.

2.4m

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.