Jump to content

Tage2

Member
  • Posts

    276
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Tage2

  1. sent via message here on codefling
  2. Botrespawn is also not working, yeah.
  3. We use a custom map 6k
  4. it loaded but it doesn't work it throws that error while compiling
  5. Still not working. Throws this error: Failed to call hook 'OnServerInitialized' on plugin 'GridTP v1.0.6' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.GridTP.CheckMonuments () [0x0004b] in <7e51382db05b4bc09fad3706755b1bca>:0 at Oxide.Plugins.GridTP.OnServerInitialized () [0x00006] in <7e51382db05b4bc09fad3706755b1bca>:0 at Oxide.Plugins.GridTP.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x000c7] in <7e51382db05b4bc09fad3706755b1bca>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 at (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Oxide.Core.Plugins.Plugin.CallHook_Patch0(Oxide.Core.Plugins.Plugin,string,object[]) Loaded plugin GridTP v1.0.6 by Steenamaroo
  6. Tage2

    GridTP

    Failed to compile: No overload for method 'SendNetworkUpdateImmediate' takes 1 arguments | Line: 845, Pos: 28 Plugin needs an update
  7. Failed to compile: No overload for method 'SendNetworkUpdateImmediate' takes 1 arguments | Line: 845, Pos: 28 The plugin is busted after this wipe. We need an update.
  8. Tage2

    weird error started today

    Error continues, sometimes once or twice, yesterday 5x and 6x tripped. Better Chat: Errored On Hook: OnPlayerChat System.InvalidOperationException: Chat channel is set to Team, however the player is not in a team. at Oxide.Plugins.BetterChat.SendBetterChatMessage (Oxide.Plugins.BetterChat+BetterChatMessage chatMessage, ConVar.Chat+ChatChannel chatchannel) [0x0014b] in <c0fd8a3f65b04cc6b679a6e50f3da059>:0 at Oxide.Plugins.BetterChat.OnPlayerChat (BasePlayer bplayer, System.String message, ConVar.Chat+ChatChannel chatchannel) [0x00041] in <c0fd8a3f65b04cc6b679a6e50f3da059>:0 at Oxide.Plugins.BetterChat.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x000ed] in <c0fd8a3f65b04cc6b679a6e50f3da059>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <d59b507fd76240e5b62228d0eae39b73>:0 at (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Oxide.Core.Plugins.Plugin.CallHook_Patch0(Oxide.Core.Plugins.Plugin,string,object[])
  9. we found that initial glitch and fixed it. However, we now have another problem that's similar. From the player who found the probelm: All of my vending machines are empty again. Something is not working right still [11:30 AM] It has to be related to using different skins because my one under my other base with the default skin is still fine So skinned vending machines become lootable somehow, while default ones remain unlootable. Not sure what's happening here?
  10. If you go up to a vending machine and go to its side, you'll carefully find a spot where you get the option like it's a box and if you click, you can open it "like a box" -- and take the contents without paying. If I unload Static Lootables, that problem vanishes. it seems that static lootables appears to be making vending machines "lootable". Really need a fix.
  11. Tage2

    Events Manager

    I'd like to set up a schedule where events started every 20 minutes, randomly, from a list of 5 specific events. But I'm completely unclear on how to set that up? Can anyone explain to me what to do to achieve this?
  12. Tage2

    ToS update

    two days to wipe and nothing, no update. Since we need time to put any update on our test server first and make sure it works nicely with all our other plugins, we'll have to switch to Skinbox (which updated a week ago and has been vetted on our test server) as we're out of time. I preferred Skinner, but the last-second update isn't useful.
  13. Tage2

    Skinner

    Do you have any idea when the update is coming out? We're nervous enough about all these changes, and have had to go through all our /kits, /shop, /npcshop, raid loot, container loot, etc to remove all this stuff and it's only 6 days to wipe.
  14. Tage2

    ToS update

    The dev said he's have an update out in a few days, hopefully that's soon, it's tense enough, the closer to wipe this goes, the more likely we will be to just bump back to skinbox, which is already updated. I don't wanna do that but I also don't want to wait til the day of wipe to be able to take care of this.
  15. Tage2

    Skinner

    greatly appreciated, Whisper88 -- we're removing all the official items (christmas gifts, etc) from our loot, which is god-awful slow to do. If you can block the official skins, and we won't have to go through one skin ID at a time, that would be enormously helpful.
  16. Tage2

    Skinner

    Yes, please! I can't even fathom where to start hunting for DLC skins, if we can get a sorting method from the dev, that would save endless hours of hunting. Please?
  17. Tage2

    weird error started today

    firearm modifier plugin lets us change hand weapons damage. That's about it. Custom Heli Tiers and Bradley Tiers
  18. Tage2

    weird error started today

    Still Getting this: BradleyTiers: Errored On Hook: OnEntityTakeDamage System.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.BradleyTiers.OnEntityTakeDamage (BaseCombatEntity entity, HitInfo info) [0x00056] in <f939b0e0331a4a3a87551da86c94d2dc>:0 at Oxide.Plugins.BradleyTiers.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x003f1] in <f939b0e0331a4a3a87551da86c94d2dc>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <d59b507fd76240e5b62228d0eae39b73>:0 at (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Oxide.Core.Plugins.Plugin.CallHook_Patch0(Oxide.Core.Plugins.Plugin,string,object[])
  19. I have this same problem, particularly with Vending Machines. In point of fact, we had a problem where players could buy from a vending machine, empty it, then rotate it, and steal from it. When I unloaded static lootables, the ability to rotate it and thus steal from it went away. So in addition to the E description above, we have this too.
  20. Tage2

    Death Modifier

    I had the privilege of seeing this as it was being modified recently and can recommend it wholeheartedly for any Rust server owner who is looking for a plugin to restore/preserve their players' inventories on death. Wholeheartedly recommended
  21. Tage2

    weird error started today

    Failed to call hook 'OnEntityTakeDamage' on plugin 'BradleyTiers v1.3.2' (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.BradleyTiers.OnEntityTakeDamage (BaseCombatEntity entity, HitInfo info) [0x00056] in <2b02846fe6704924b78ae2143a5382a8>:0 at Oxide.Plugins.BradleyTiers.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x003f1] in <2b02846fe6704924b78ae2143a5382a8>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <8cb2d664f1574f2b96d53f1c1869d96a>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <8cb2d664f1574f2b96d53f1c1869d96a>:0 This error wasn't happening until today. We didn't add any new plugins nor update any in the past few days. I have no clue why this suddenly started.
  22. Tage2

    TRAM CITY B

    An entity count would be useful
  23. Tage2

    Monument Bradley

    Oops
  24. really need an update please

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.9m
Total downloads
Customers
11.9k
Customers served
Files Sold
168.9k
Total sales
Payments
3.7m
Processed total
×
×
  • 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.