Jump to content

Somescrub

Member
  • Posts

    267
  • Joined

  • Last visited

Everything posted by Somescrub

  1. Somescrub

    Luck

    Does this work with Alphaloot?
  2. Somescrub

    Console error during raids

    NullReferenceException at (wrapper managed-to-native) UnityEngine.Component.get_transform(UnityEngine.Component) at Oxide.Plugins.RandomRaids+RandomRaiderBrain+BaseLauncherState.fireRocket (BaseProjectile _ProectileWeapon, UnityEngine.Vector3 locations) [0x00000] in <6b37ae663f40459bb15c5725511a07e1>:0 at Oxide.Plugins.RandomRaids+RandomRaiderBrain+BaseLauncherState+<WeaponFireTest>d__12.MoveNext () [0x00281] in <6b37ae663f40459bb15c5725511a07e1>:0 at UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) [0x00026] in <6ef01846f2094996aa9c77a64b17827d>:0
  3. I am also available to test for Alphaloot if needed (great feature addition)
  4. @Steenamaroo - Absolutely - I have a dedicated test instance that I have been playing around with this on anyway, more than happy to do that for ya... and appreciate you even attempting to integrate!
  5. @Steenamaroo - Ah, that would make sense then... I was under the impression you could select/define any other loot profile available in BotReSpawn, and as long as it was setup over in AlphaLoot and it was set true in BotReSpawn, then it would populate with the AlphaLoot replacement for that loot profile. So what you are saying is that, when using AlphaLoot, I am stuck with just the scientistnpc_roam profile via AlphaLoot, unless I want to use CustomLoot to define additional profiles. I will check it out and see if it can accomplish what I am after. Would be an awesome feature if you could integrate the AlphaLoot profile options in the same way, but I understand if it isn't a technically feasible endeavor.
  6. Ok - I don't know if this matters, but I don't ever use the gui. I did modify individual numbers for food today, and it did not work as it should though - the global multiplier didn't seem to be affecting food properly for some reason. The latter might not be related, but the fact I don't use the gui with this issue might?
  7. I happened to be exploring some drops in FPS on my servers, and noticed this: 114 "Stack Modifier" (2.5.8) by Khan (192.28s / 7 GB) - StackModifier.cs I have never seen a plugin go above 1GB, let alone 7? Just wondering if there is a leak or something happening?
  8. @Steenamaroo I did some more testing....definitely think there is something else going on here. Even when I try enabling an unmodified vanilla container from Alphaloot (so using Alphaloot loot_barrel_1 as an example) for the BotReSpawn profile npc loot container, it does not populate the NPC on death when AlphaLoot is checked true. This is a default profile and one of the default options for BotReSpawn to choose from. If use Alphaloot is checked true there is no loot spawning on the corpses. When I set it false it will. Alphaloot doesn't control anything beyond what is going to be in a particular container, the chances of it dropping, and whether or not the container is being controlled by it. I have all of these things set, but they just aren't translating when a Bot dies. I did manage to get my custom profile to work, but only when modifying the scientist_roam loot profile for AlphaLoot. This happens to be the type of NPC BotReSpawn uses by default, and corresponds to the Default NPC loot setting. The problem I have is that this does not make the use of loot profiles unique to them, which is the purpose of using the custom loot profiles over in AlphaLoot and making them the container of choice for BotReSpawn to use on death.
  9. I've been at this for hours - cycled through every setting I could think of. I cannot for the life of me get the bots to spawn a custom AlphaLoot profile on death. I can see it working the slot amounts properly (chance for x number of items, the rest greyed out), but the item slots are never populating with anything. It seems as though it only identifies default loot profiles (like Default NPC works) - as soon as I change that to a custom one though, nothing. Not sure what else to be doing at this point - I have run out of potential things to try on my end.
  10. You can go ahead and close this I think - Krung is looking into this on his end, but I believe this is entirely a conflict between his newest code and the Custom Vending Setup plug.
  11. Hmm, ok strange some images won't load and give a chat message to indicate they can't be from autosigns - would that just be a size or link issue maybe then?
  12. Any chance support for picture frames can be added?
  13. @Krungh Crow - any updates on this by chance?
  14. I'm running a progression system that is meant to scale, with the hardest content lending itself to highly altered equipment via Epicloot. I have a great desire to add some additional tiers beyond "S", but I don't want items in these other tiers to be craftable as Epicloot items. Is that something you could add relatively easily? - would be an awesome enhancement!
  15. I seem to be having issues being able to mount the submarines that are beneath the events - did this change recently where you can no longer mount them?
  16. Ran into an issue with disappearing vending machines in my TalkingNpc vending conversations. Thought it might have initially been an issue with CustomVendingSetup, but realized you had applied some global logic here and decided to unload it.... sure enough the issue went away. Below is my other ticket I started, which explains what was going on. I went back to version 1.0.0 for the time being, as that still works. https://codefling.com/files/support/14762-vending-npcs-not-displaying-the-vending-machine-ui/
  17. Sorry, fell asleep - but when I thought about it this morning I remembered that Vendor Block had an update just a day ago that I applied. I recalled something about a global block added, and sure enough that is what is breaking it. I will open a ticket over there and explain what is happening, referencing this ticket.
  18. Per your other question - I did just put in Vending Plus last week, which could possibly be conflicting?
  19. Hobo.json Trash.json
  20. Still getting these with 1.3, and it is reverting loot back to vanilla as before + no rewards: Failed to call hook 'OnEntityDeath' on plugin 'BradleyTiers v1.3.0' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.BradleyTiers.OnEntityDeath (BradleyAPC apc, HitInfo info) [0x0077f] in <f62083f3cfec4b71928b6f9e72cfdbf8>:0 at Oxide.Plugins.BradleyTiers.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0025c] in <f62083f3cfec4b71928b6f9e72cfdbf8>: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
  21. Still breaking things in 1.3.0 - Failed to call hook 'OnEntityDeath' on plugin 'BradleyTiers v1.3.0' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.BradleyTiers.OnEntityDeath (BradleyAPC apc, HitInfo info) [0x0077f] in <f62083f3cfec4b71928b6f9e72cfdbf8>:0 at Oxide.Plugins.BradleyTiers.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0025c] in <f62083f3cfec4b71928b6f9e72cfdbf8>: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
  22. Took me a minute to catch this, but economics are no longer being deposit for reward on kill. This is likely because of Facepunch's patch back on 7/6 that changed the way player.ID is retrieved. From Rust Discord - With the type change of player.userID being BasePlayer.EncryptedValue<ulong>, all hooks firing plugin.Call("MyHook", player.userID); and hook being private void MyHook(ulong playerID), will no longer fire. A quick fix like this would sort it out: plugin.Call("MyHook", player.userID.Get()); or plugin.Call("MyHook", (ulong)player.userID);.
  23. This problem just popped up within the last couple of days - I have a few NPCs that were setup with a chat trigger to open a vending machine, which has since failed to appear when triggered. As admin, I can see the Edit and Reset buttons from the support plugin (customvendingsetup), but cannot see anything else. Screenshot attached - haven't touched this config at all, seems like maybe a FP update broke it recently?
  24. Thanks - somehow I missed this, but you are correct I am using Stack Modifier. This was also happening before I made the switch to a new stack plugin with StackSizeController, to your point. I will fiddle with the stack sizes for the Halloween bags themselves and see if it solves the problem - and I can tag this over in Stack Modifier Support, just to see if they agree something needs modified within the stack plugin.
  25. Somescrub

    Some Error messages

    I also get the above error message on startups, as well as the below - since we are talking error messages: Exception while calling NextTick callback (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.RaidProtection+ProtectedCupboardManager.InitProtectedCupboard (BaseEntity entity) [0x0001d] in <73ba132551f5455f96c2a83b58189adf>:0 at Oxide.Plugins.RaidProtection+<>c__DisplayClass132_0.<OnEntitySpawned>b__0 () [0x0009f] in <73ba132551f5455f96c2a83b58189adf>:0 at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <beb2b64691c64e2b95b99491bd85442c>:0
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.3k

Files Sold

Total number of files sold.

2.3m

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.