Jump to content

Mbesailor

Member
  • Posts

    56
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Mbesailor

  1. Mbesailor

    Wont work

    same here, had to unload craftmenu
  2. Evening, just got home from work. The only thing it has in the data file, now mind you many many many data files. one for each biome, one for each monument, several for undergroung, etc. This is what it says: "Which loot table should the plugin use? (0 - default; 1 - own; 2 - AlphaLoot; 3 - CustomLoot; 4 - loot table of the Rust objects; 5 - combine the 1 and 4 methods)": For example, I have a data file called Arctic.json, in there are two types of NPC's (now some data files may only have one, or many in that one file). Now in this case, the name of the Npc's are Pollar Bear Man and Rabbit Man. If you want i can send you one of my .json files so you can take a look.
  3. hey all, sorry to bother, new to custom loot, I am looking at setting up the loot for BetterNpc since theres an option to use custom loot for the npcs. Whats the best route to configure where betternpc loots at custom loot.
  4. Monster, Thanks for the reply. Well, guess I will be posting the bad news to my players, Hopefully in the future they dont come out with a ToS saying using the word "Mod" for saying your server is "Modded" will be against the rules.
  5. Morning all, Monster, I saw this posted over at Mad Mappers Discord on the General Chat room. Will this affect your plugin https://facepunch.com/legal/servers It talks about servers no longer being able to use ANY of the approved skins and any DLC items to some degree.
  6. Morning all, I have the newest update. we went to the launch site to get the brad. After killing the brad we noticed no bradley guards, I checked the console and noticed this error Exception while calling NextTick callback (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.BradleyGuards+<>c__DisplayClass61_0.<SpawnDriver>b__0 () [0x00125] in <d55002c2fc844d13a354d4a86f041aee>:0 at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <8cb2d664f1574f2b96d53f1c1869d96a>:0 I do run BetterNPc also btw. But went back through the logs and noticed it has happen many times so far on killing the Brad where no brad guards show up then sometimes they would show up.
  7. Mbesailor

    NRE

    Morning, while killing the brad at the launch site, procedural map 3900. I get this error after killing the brad. Exception while calling NextTick callback (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.BradleyGuards+<>c__DisplayClass61_0.<SpawnDriver>b__0 () [0x00125] in <15065c610ef34181887c1818961a849e>:0 at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <8cb2d664f1574f2b96d53f1c1869d96a>:0
  8. Mbesailor

    Animal Farm

    thanks, i see what i was doing wrong. just didnt read it correctly on my end
  9. Mbesailor

    Animal Farm

    hey all, how does one place the large pen. where do i get it from as seen in the vid
  10. Sorry about that, they was right in front of my eyes. happens when ur getting old. thanks.
  11. Evening there, sorry to bother, Great plugin, been using it since you first came out with it. was wondering if ur able to add in the lunar wallpaper. not sure if u able too. Thanks
  12. Mbesailor

    Craft Menu

    no worry, will do the ticket next time. thanks
  13. Mbesailor

    Craft Menu

    Morning David, seems I now get this spamming in my console after i do a restart or do a reload of craft menu for ALL the images after this mandatory update yesterday. Image failed to download! Error: HTTP/1.1 403 Forbidden - Image Name: https://rustlabs.com/img/items180/frankensteins.monster.03.legs.png_0 - Image URL: https://rustlabs.com/img/items180/frankensteins.monster.03.legs.png As a work around, i am downloading all the images and placing them on my drop box and setting the path up in the data files. Pain staking, but in the end for me and my players it will be worth it.
  14. Mbesailor

    Biplane

    Morning, i been seeing this when ever i do a server startup, restart, etc. NullReferenceException: Object reference not set to an instance of an object at Oxide.Plugins.Biplane.SaveBiplane (Oxide.Plugins.Biplane+BiplaneComponent biplaneComponent) [0x00039] in <3a10257b53664ff3842a03e588c13301>:0 at Oxide.Plugins.Biplane+<SaveCorountine>d__29.MoveNext () [0x0003f] in <3a10257b53664ff3842a03e588c13301>:0 at UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) [0x00026] in <9b9363fdd7ce4d3aa81e4c2f9c1be714>:0
  15. Mbesailor

    The Red Button

    Evening, just as a heads up, when i do Defendable Bases i get this error Failed to call hook 'OnItemPickup' on plugin 'TheRedButton v1.8.0' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.TheRedButton.OnItemPickup (Item item, BasePlayer player) [0x00006] in <4105c7c546a14081be156a7742ff0581>:0 at Oxide.Plugins.TheRedButton.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0046c] in <4105c7c546a14081be156a7742ff0581>: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
  16. same here on the above errors
  17. Mbesailor

    The Red Button

    sorry to bother, but does the red button also do payback2, i see it does payback 1, which i do use both (red button and payback), is there a way to support both.
  18. Mbesailor

    Events Manager

    Afternoon, not sure if this is related to you, I noticed this in my logs, NullReferenceException: Object reference not set to an instance of an object at Oxide.Plugins.EventManager+EventController.CheckEvents () [0x001df] in <1ac22402561f4e5496aaa87c0f13f4d3>:0 at InvokeHandlerBase`1[T].DoTick () [0x00138] in <af134e8d30444368965155fddbde89b4>:0 at InvokeHandlerBase`1[T].LateUpdate () [0x0000c] in <af134e8d30444368965155fddbde89b4>:0
  19. Morning, not sure if i am doing something wrong or this could be an error. I notced in the top 30 some players will have how much economics they have and other will have just 0. When I look at the data file, I noticed some show how much and other will have Null next to it. Any reason why those would have null.
  20. Mbesailor

    Craft Menu

    well that worked well. thanks
  21. Mbesailor

    Craft Menu

    Guess nobody actually reads the comments David posted saying "CraftMenu won't work for some time" read above.
  22. Mbesailor

    NRE

    Afternoon, well the wipe is finally over, however I receive this NRE for event manager now NullReferenceException: Object reference not set to an instance of an object at Oxide.Plugins.EventManager+EventController.CheckEvents () [0x001df] in <10415eed84754bc1b4334120d7243d2b>:0 at InvokeHandlerBase`1[T].DoTick () [0x00109] in <11c35bb7f94341b4ac7fca38a55bb5aa>:0 at InvokeHandlerBase`1[T].LateUpdate () [0x0000c] in <11c35bb7f94341b4ac7fca38a55bb5aa>:0
  23. Mbesailor

    Craft Menu

    afternoon all, been trying to set up the betting terminal but having no luck. only shows the mailbox when placed even if i use the correct skin id for it in my inventory it shows the terminal, but placed, its only a mailbox this is what i currenlty have: "mailbox": { "Name": "Betting Terminal", "Image": "mailbox.png", "SkinID": 2682493107, "Category": "dlc", "Tier": 3, "ResearchCost": 75, "Resources": { "techparts": 5, "metal.refined": 350 }
  24. Mbesailor

    Place Anything

    wondering if anyone has a .png for the betting terminal
  25. Morning, i noticed this error coming in when the players take the brad at the launch site - Exception while calling NextTick callback (NullReferenceException: Object reference not set to an instance of an object) at PlayerInventory.Strip () [0x00000] in <7c0bfa124fa54122981a3a73f3025935>:0 at Oxide.Plugins.BradleyGuards+<>c__DisplayClass61_0.<SpawnDriver>b__0 () [0x001c2] in <c0cd5f3fa25e42a3a5cd5a9c989df507>:0 at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <18d4f19bbc844191b11ed9e69284d09b>:0
1.9m

Downloads

Total number of downloads.

9k

Customers

Total customers served.

131.5k

Files Sold

Total number of files sold.

2.7m

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.