Jump to content

Screepers

Member
  • Posts

    37
  • Joined

  • Last visited

Support Replies posted by Screepers

  1. On 2/8/2025 at 3:33 PM, Geini said:

    Hello,
    even if it is no longer supported, maybe someone has a solution anyway.

    When switching from the admin back to the player, teleporting doesn't work in 90% of cases. You either stay where you are or you are teleported under the map.

    In the past (before version 3) it worked really well (you just had to stand on solid ground), but since version 3 I've only had problems with it.

    Maybe there is a solution somehow, because I read somewhere that someone had set their coordinates to +1 or something like that.

    Otherwise it still works really well and I wouldn't want to be without it.

    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.  

      "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

  3. (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

     

  4. (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

  5. 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)); }

  6. 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

     

  7. 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 

  8. {
      "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
                  }
                }
              }
            }
          }
        }
      ]
    }

  9. 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.

     

     

  10. 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 

1.8m

Downloads

Total number of downloads.

8.1k

Customers

Total customers served.

122.8k

Files Sold

Total number of files sold.

2.5m

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.