Jump to content

Theswingingturtle

Creator
  • Posts

    181
  • Joined

  • Last visited

Everything posted by Theswingingturtle

  1. Theswingingturtle

    boolean

    Yeah no rush. But the one I was testing with was Bradley Signal, sorry for not adding that in. I meant I called one of your signals, and pulled him to a uphill terrain and once he got "glitchy" stuck the spam comes out. And mind that I had to fly around in noclip where he had to range of me when it happened aswell. Maybe range based, idk. I noticed I had very short range anyways.
  2. Theswingingturtle

    boolean

    It's pretty much when he gets stuck. I had to drag him to a terrain where he could get stuck, when he gets unstuck the spam stops.
  3. Theswingingturtle

    boolean

    First bigger warning came when ch47 was blocking vanilla bradley in launch site. Second warning came I THINK when the smoke and npcs comes out of bradley. Then the second warning came again when a player spawned a bradley at their base. After that it never happened again! So maybe we can leave this open and I can investigate it further. I always try to be quick on bug reports but sometimes I am not there when it happens got 4 kids aswell but got all night infront of me here if it happens again, I let you know more details.
  4. Theswingingturtle

    boolean

    Keeps happening after updating to 1.3.1, a player spawned a bradley signal and still got the messages NullReferenceException: Object reference not set to an instance of an object at Oxide.Plugins.BradleyDrops+BradleyDrop.FireSmokeGrenade () [0x00089] in <275b9bee91ab4ccbb57447b1e5e6b24d>:0
  5. Theswingingturtle

    boolean

    CH47 was in Launch Site crashed in Brads route, cause I set truePVE where everything can hurt CH47 so launch sams took ch47 down, but I removed it just incase it was that: ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.Generic.List`1[T].get_Item (System.Int32 index) [0x00009] in <f98723dd4586469db5213ec59da723ca>:0 at BradleyAPC.IdealPathPosition () [0x0003e] in <194c814d6c8a49c3b6eb5270571eef80>:0 at BradleyAPC.AdvancePathMovement (System.Boolean force) [0x00040] in <194c814d6c8a49c3b6eb5270571eef80>:0 at BradleyAPC.DoSimpleAI () [0x00085] in <194c814d6c8a49c3b6eb5270571eef80>:0 at BradleyAPC.FixedUpdate () [0x0001e] in <194c814d6c8a49c3b6eb5270571eef80>:0 Then afterwards when I started destroying the bradley I got this: NullReferenceException: Object reference not set to an instance of an object at Oxide.Plugins.BradleyDrops+BradleyDrop.FireSmokeGrenade () [0x00089] in <275b9bee91ab4ccbb57447b1e5e6b24d>:0 I didn't see in downloads 1.3.1 was out, so I downloaded it just now. Maybe it had with old version to do, but putting it here and you can close if that was already seen and fixed. Thanks.
  6. I was wrong. People can't sell to buyoffer with custom item and that's where I think the error message comes from. You are able to create buy offer of custom item, but not sell it to buyer. When you click - or +, it just keeps saying 0. [ShoppyStock] Player Hema [76561198025175793] has ran ShoppyStock console command with args: stock openBuyOffers [ShoppyStock] Player Hema [76561198025175793] has ran ShoppyStock console command with args: stock goBack [ShoppyStock] Player Hema [76561198025175793] has ran ShoppyStock console command with args: close [ShoppyStock] Player Hema [76561198025175793] has ran ShoppyStock chat command: s [ShoppyStock] Player Hema [76561198025175793] has ran ShoppyStock console command with args: stock listing scrapshot 0 [ShoppyStock] Player Hema [76561198025175793] has ran ShoppyStock console command with args: stock buySellOffer new [ShoppyStock] Player Hema [76561198025175793] has ran ShoppyStock console command with args: stock buySellOffer details 0 [ShoppyStock] Player Hema [76561198025175793] has ran ShoppyStock console command with args: stock buySellOffer details 0 [ShoppyStock] Player Hema [76561198025175793] has ran ShoppyStock console command with args: stock buySellOffer details 0 [ShoppyStock] Player Hema [76561198025175793] has ran ShoppyStock console command with args: stock buySellOffer increase [ShoppyStock] Player Hema [76561198025175793] has ran ShoppyStock console command with args: stock goBack [ShoppyStock] Player Hema [76561198025175793] has ran ShoppyStock console command with args: close [ShoppyStock] Player Hema [76561198025175793] has ran ShoppyStock chat command: s [ShoppyStock] Player Hema [76561198025175793] has ran ShoppyStock console command with args: stock listing scrapshot 0 [ShoppyStock] Player Hema [76561198025175793] has ran ShoppyStock console command with args: stock buySellOffer increase [ShoppyStock] Player Hema [76561198025175793] has ran ShoppyStock console command with args: stock buySellOffer details 0 [ShoppyStock] Player Hema [76561198025175793] has ran ShoppyStock console command with args: stock buySellOffer details 0 [ShoppyStock] Player Hema [76561198025175793] has ran ShoppyStock console command with args: stock buySellOffer increase [ShoppyStock] Player Hema [76561198025175793] has ran ShoppyStock console command with args: stock buySellOffer increase [ShoppyStock] Player Hema [76561198025175793] has ran ShoppyStock console command with args: stock goBack [ShoppyStock] Player Hema [76561198025175793] has ran ShoppyStock console command with args: close I told one of my players to sell to my buy offer, and its just kept being 0 when he clicked the + or tried to type in number.
  7. Yes, when they click on the send button to make buy offer avilable. Instead it turns off the buy totally for both custom and normal items. Custom items are made with CustomItemDefinitions and CustomizableWeapons and CustomizableProtection. Both create new shortnames that automatically registers to shop, but only works as sell but not buy offer. I have not touched the stock config for this but might be something with main config, idk.. ShoppyStock.json money (1).json
  8. Failed to call hook 'ShoppyStockConsoleCommand' on plugin 'ShoppyStock v2.0.8' (ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index) at System.Collections.Generic.List`1[T].get_Item (System.Int32 index) [0x00009] in <f98723dd4586469db5213ec59da723ca>:0 at Oxide.Plugins.ShoppyStock.TryAddBuySellRequest (BasePlayer player) [0x0006c] in <b533801c82094c98a0ed8f4ccfa0a681>:0 at Oxide.Plugins.ShoppyStock.ShoppyStockConsoleCommand (ConsoleSystem+Arg arg) [0x010d0] in <b533801c82094c98a0ed8f4ccfa0a681>:0 at Oxide.Plugins.ShoppyStock.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x04b89] in <b533801c82094c98a0ed8f4ccfa0a681>: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 Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 Not sure if it is fixable. Player are happy with buying from sellers, but would be cool if this was fixable aswell
  9. yeah I get the same 2025-09-23 07:45:41.868 +01:00 [WRN] Failed to compile Convoy.cs - 'HumanNPC' does not contain a definition for 'LootSpawnSlots' and no accessible extension method 'LootSpawnSlots' accepting a first argument of type 'HumanNPC' could be found (are you missing a using directive or an assembly reference?) (L: 5236 | P: 54) | Removing from project
  10. Hi, a player disconnected on cargo, rejoined and got disconnected because cargo was on its way out of the server map, when I did recovercorpse steamid 2 times it worked, but no loot came to my feets any of the times I did the command. third time it was no body to recover, cause he had no more deaths after that. So I don't know if it's broken cause I haven't managed to try it when loot like drops underfloor and gets deleted by falling to the bottom, cause it can happen, but should be same effects as cargo leaving map I think?
  11. Theswingingturtle

    server crash

    I don't know what it is, but got it this morning [Error] Failed to call hook 'OnPlayerLootEnd' on plugin 'ShoppyStock v2.0.8' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Ext.CarbonAliases.LUI.SendUi (BasePlayer player) [0x00000] in <8d5eac3d7c2543cb851b260642ab9512>:0 at Oxide.Plugins.ShoppyStock.UpdateCurrencyDepositUI (BasePlayer player, ItemContainer cont) [0x00123] in <b12570b3355c4146b8a686e18ca8b444>:0 at Oxide.Plugins.ShoppyStock+<>c__DisplayClass120_0.<SpawnAndOpenContainer>b__3 () [0x00017] in <b12570b3355c4146b8a686e18ca8b444>:0 at (wrapper delegate-invoke) <Module>.invoke_void() at ItemContainer.MarkDirty () [0x00022] in <44b37ac32d304ed58c19aa1a111d2b5c>:0 at ItemContainer.Remove (Item item) [0x0008c] in <44b37ac32d304ed58c19aa1a111d2b5c>:0 at Item.SetParent (ItemContainer target) [0x00012] in <44b37ac32d304ed58c19aa1a111d2b5c>:0 at Item.RemoveFromContainer () [0x00009] in <44b37ac32d304ed58c19aa1a111d2b5c>:0 at Item.MoveToContainer (ItemContainer newcontainer, System.Int32 iTargetPos, System.Boolean allowStack, System.Boolean ignoreStackLimit, BasePlayer sourcePlayer, System.Boolean allowSwap) [0x005f9] in <44b37ac32d304ed58c19aa1a111d2b5c>:0 at Oxide.Plugins.ShoppyStock.OnPlayerLootEnd (PlayerLoot loot) [0x00120] in <b12570b3355c4146b8a686e18ca8b444>:0 at Oxide.Plugins.ShoppyStock.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x001aa] in <b12570b3355c4146b8a686e18ca8b444>: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 Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 It happens when players rapidly open/close the deposit UI. Environment: Oxide 2.0.4138 / CSharp 2.0.4149, CarbonAliases 1.1.3, Unity 2022.3.41f1. The server crashed immediately after this error.
  12. Figured out it had with cooldowns not syncing. You can close this. My bad
  13. saw new update, installing it now, but I'm not sure if it's gonna solve the problem.
  14. I added raidable bases command so you can buy raids from shop. But some players submit tickets for not getting their raid but shop swallows the RP.
    Love your plugin so much! Made it so any custom items can have different hp, it freaking awesome!
  15. thank you it said in the update : Added removal of skins from player skinsets and skinusage data when using the /removeskin command But I could have looked deeper into it lol, thank anyways, much appreciated
  16. Hi, I was super glad when I saw the update and that /removeskin worked. Cause I am getting a few nulls and skins not working that I want to remove asap thrue console if it's possible. /removeskin ID didn't work for me /removeskin in general is not activated. Or was I missing something?
  17. Theswingingturtle

    on server start

    Error while compiling BradleyDrops: 'HumanNPC' does not contain a definition for 'skinID' and no accessible extension method 'skinID' accepting a first argument of type 'HumanNPC' could be found (are you missing a using directive or an assembly reference?) | Line: 846, Pos: 44 I'm using oxide but I use Carbon Aliases for ShoppyStock if that has something to do with it.
  18. I found this from Razor, and it worked for BradleyDrops aswell: Betterloot would need to udate anything that says HumanNPC to global::HumanNPC
  19. Last time I fixed this by changing everything that said human npc in ur cs file to like ::HumanNPC:: or something, and it worked again, but it wasn't exactly ::HumanNPC:: I forgot and can't find it lol. And I also was dumb enough to delete my fixed file since I was relying way too much on ur new update haha, but I'll see if I can find it again fjuh..
  20. Error while compiling BradleyDrops: 'HumanNPC' does not contain a definition for 'skinID' and no accessible extension method 'skinID' accepting a first argument of type 'HumanNPC' could be found (are you missing a using directive or an assembly reference?) | Line: 846, Pos: 44 I'm getting it on start too.
  21. I made it work now without any problems on start. If any one wants to use that untill zeode make an update pm me
  22. @tacman1981 did you manage to solve this?
  23. working like a charm! Appreciate you!
  24. Okey, thank you for the quick reply/work man, you're a hero making this plugin!

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.5m
Total downloads
Customers
11.2k
Customers served
Files Sold
160.8k
Total sales
Payments
3.5m
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.