Jump to content

Jbird

Curator
  • Posts

    2,199
  • Joined

Everything posted by Jbird

  1. Jbird

    Harbor Event

    Well that is not ideal! Does it happen at a certain Harbor? Large or Small? If you had to guess the percentage of this happening what would you guess? Is this a custom or procedural map?
  2. True means it will start by itself with the given times provided in config as its parameters. False means you will need to give the command in some way for the event to start.
  3. Jbird

    Defendable Bases

    Your error is referring to another plugin. I would seek support here, and also give as much information as possible. What is happening when the error occurs. More details will get a faster response and better support because we will know exactly what is happening and why.
  4. Jbird

    custom map

    I am looking at the map and it appears to have a custom Harbor. The plugin searches for the Facepunch version of the monument and launches the event there. There is not an ability to add a monument with coordinates. This would be incredibly difficult to do because there are many coordinates to consider including rotations. This is why the plugin only recognizes the two versions of Harbor that are default Facepunch monuments. Small Harbor and Large Harbor. This confirms what I have said above. The version(s) of Harbor on that map must be custom, and the plugin is not able to recognize or use those locations. I would recommend requesting an edit of the map including the Facepunch monument from the creator. Otherwise you could seek someone with mapping knowledge that could add one or both of the monuments to the map for you. If you have budget to hire someone to do something like this then I could even suggest someone for you.
  5. Jbird

    Meteor Event

    No problem at all. Just want to help resolve this for everyone. Thanks for all the hard work! Also I forgot to say it but also thanks @ChristopherS it's funny that you mention it because a friend literally suggested that plugin just the other night! I have it bookmarked as I might try it out. I have one other newer plugin that seems to have the same issue, doesn't run properly after a restart but runs fine if reloaded. Appreciate the suggestion.
  6. Jbird

    Meteor Event

    Will quote it here, sent it yesterday after sharing the image of the node buildup after restart. Only see it when I reload the plugin. The plugin then functions properly, so it is not a fatal error just something that is happening during unload of the plugin it seems. Perhaps somehow relatable to the image I shared with the node buildup at 0,0,0 but that only happened the first time the server was restarted with the new version. After this mornings restart I did not see nodes in this location again. I think perhaps actually installing the newest version may have caused that buildup instead of the restart, I just noticed it then.
  7. Jbird

    Meteor Event

    As far as the items at the GC point at 0,0,0 on the map, that only happened the first time. Perhaps somehow from moving from one version to another while the server was running or something to that affect. It did not happen this morning. As far as the error I haven't had a chance yet but I am going to make a backup of my current config, delete it, create a fresh config, and copy information over. At least that is my only idea to fix that type of error as often it's config related and there is a line missing or something. I am just going to be incredibly busy until later this week so it's not a terrible concern. I mostly wanted to make sure you had the feedback. Unfortunately so far the update didn't fix the fact that the plugin isn't running itself after a restart, unless the plugin is reloaded. Even with the error that I receive, it still runs the events just fine as far as I can tell so it's a minor error, just wanted you to have all information.
  8. Jbird

    custom map

    The /HarborPoS command only works while the event is active, and shows your POS in relation to the monument, for changing the position of NPCs in config if desired. Do you have a custom Harbor perhaps? The plugin will read either Harbor small or large, and automatically take place there. If it is not then there would be a different problem other than not finding the monument. There may be something in config that is causing an issue. There is nothing needed in the config from wipe to wipe it will seek those default monuments out. Depending on what map you have, it may be a custom one so the plugin is not finding it. When you reload the plugin what does it give as a response in console?
  9. Jbird

    CFuelUI

    All good no worries. I never consider helping others time wasted, quite the opposite in fact. Glad that sorted it.
  10. Jbird

    Meteor Event

    Failed to call hook 'Unload' on plugin 'MeteorEvent v1.2.3' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.MeteorEvent.Unload () [0x00000] in <1153f75c98884609a5ccb0ef25fa2f9c>:0 at Oxide.Plugins.MeteorEvent.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00586] in <1153f75c98884609a5ccb0ef25fa2f9c>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <cc99cb05b42e4ea494cdf294badea406>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <99d545163fdd4d57a562df7989f2ca0a>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <99d545163fdd4d57a562df7989f2ca0a>:0 When reloaded to get the events running. Just feedback, probably why the meteors weren't deleted upon restart this morning.
  11. Jbird

    Meteor Event

    Thank you for the attempt. Unfortunately it does not seem to have worked. My timer is set to create a meteor shower every hour. If reloaded after the server is up, the plugin will work fine and do automatic events the rest of the day until next restart. This method attempt to fix it actually caused a separate issue though. See the photo. This is the GC point at 0,0,0. Has not happened before today, I periodically, maybe a couple times a week will visit this spot and delete the handful of things there. Mostly RHIB storage and some chairs. Appear to be meteors that do not get deleted before the server had restarted as it was running events before restart from when I had loaded the plugin yesterday. Oddly seems to have somehow sprouted another issue as I have no Alpha Animals now and they were working fine yesterday. Always something!
  12. Jbird

    Meteor Event

    Hey, it's not Tuesday yet! Will install the updated version today and will be able to let you know tomorrow morning if it started by itself. Fingers crossed. Thanks for the quick update!
  13. Jbird

    CFuelUI

    Did you delete the older config? If not try deleting that to create a new one and it should be good to go. Save a backup of the current config if you want to easily transfer over the information you had in it. It is probably just not reading the new config as it has been changed slightly.
  14. Jbird

    CFuelUI

    Please don't hate me. Just for the record, for anyone using the French config. //French lang.RegisterMessages ( new Dictionary<string, string> { [ "UIOn" ] = "Affichage <color=#90ee90>activï</color>", [ "UIOff" ] = "Affichage <color=#f08080>dïsactivï</color>", }, this, "fr" ); ..should be.. //French lang.RegisterMessages ( new Dictionary<string, string> { [ "UIOn" ] = "Affichage <color=#90ee90>activé</color>", [ "UIOff" ] = "Affichage <color=#f08080>désactivé</color>", }, this, "fr" ); Regardless, thank you for the quick responses. Already sorted on my end but wanted you to have the fix too.
  15. Jbird

    Boss Monster

    /SetType 2 "Name of Boss" Then go to Dome and pick at least one spot, or multiple. /SavePos "Name of Boss" Enter that command repeatedly for the desired number of spawn possibilities at that monument.
  16. Compound bows work as far as I know, I guess I could confirm it myself soon as well just have several projects I am working on and have been busy. From the feedback in the community though compound bows were fine. Crossbows and hunting bows were not working with BetterNpc at this time. Glad to hear it!
  17. Jbird

    Meteor Event

    Nothing to apologize for. I think at least for myself, it is likely because I have a heavy plugin load on startup. I can manually launch an event after the server has come up and then it starts automatically the rest of the day. Otherwise if I leave it alone and don't intervene it just never starts. But please don't apologize get to it whenever just giving you the feedback. We all have lives, and the most any of us can ask is just communication if things take a long time. Completely understandable. Have a nice weekend!
  18. Hello I can help with all of this. 1) NPCs can currently only use compound bows. I actually was even mistaken with this recently I thought it was the crossbow that worked but I was corrected in the Mad Mappers Discord, a good resource if you'd like to join and can be a part of the discussions or open tickets for usually a quicker response. 2) The largest impact for how quickly an NPC will react and notice a player will be their field of view, and whether the NPC can detect the player only in it's view cone, or if they can detect players at a certain range regardless of if they are looking at them or not. Just a note, on some servers that have slow responding NPCs this is likely a performance issue, where there are too many NPCs being added, or the server performance is just struggling in general. "Detect the target only in the NPC's viewing vision cone? [true/false]": true, "Vision Cone": 135.0, In the example above, the NPC's can only see the players if they are looking directly at them. Use an angle between 20° and 180°, in the plugin you will just place the number. Smaller vision cone means they will have to look more directly at the players to detect them. This setting only works if the first is set to true, if false, then they can detect players automatically within their range setting. As far as the errors, can you describe a bit about what is happening when the errors occur? Specifics help a lot, but we will be looking into this. Thank you.
  19. Jbird

    Boss Monster

    You can use this part in each config. "List of locations on standard monuments": {} Regarding setting the config for use of standard monuments. /SetType <type of appearance> <Name> — sets the <type of appearance> for the boss named <Name> /MonumentPos — displays your current POS relative to the nearest standard monument /SavePos <Name> — saves the position to the config based on what <type of appearance> is set for the boss named <Name> /ShowPos <Name> — shows all POS set in the config for the boss named <Name> dependent on the <type of appearance> If using the standard monument setting, you will not have to set up the spawn point each wipe. The plugin will find that monument and use the spawn point set in the config file.
  20. Jbird

    Boss Monster

    It will come down to how popular certain requests are, and final decision is up to KpucTaJl the developer. I just provide support for his plugins. And I don't consider this an argument just explaining reasons why it could be difficult or performance heavy. I already explained the reasons that Cargo ship is easier to add something like this to. An erratic moving NPC is going to be more difficult. I was just making a point. But if the idea is popular or KpucTaJl likes the suggestion then it could still be implemented. Thanks for the ideas and feedback.
  21. Jbird

    Defendable Bases

    The plugin comes with two bases. Base A and B. The addon adds 3 more bases totaling 5. Adds bases C, D, and E. Expect more to come!
  22. Jbird

    Defendable Bases

    You're in the Discord too right? Just wondering if that was you who discussed it there with me too or if it was someone else around the same time. Are you still having any issues with this? I thought I already replied to this and the post above not long ago but I don't see my replies, sorry. I haven't seen or heard of other issues in this regard though so just let us know if you are still having any issues. Should not be.
  23. Jbird

    Boss Monster

    Zone manager and Dynamic zone manager to my knowledge cannot create moving PvP modes but I could be wrong, I just don't use them. That seems really performance heavy and I would never even try it to be honest. Convoy does not have a moving PvP zone. Convoy creates a new PvP zone wherever it is stopped. This would be able to be done with BossMonsters potentially, but then they can chase someone outside of the zone created. I would most definitely not want it to be creating new zones every x seconds the performance pull would not be worth it when there are other ways to go about this. Cargo Ship I have not ever seen a PvP zone on it but I'm not saying that doesn't exist. I just haven't heard of or seen it myself. Cargo is somewhat of it's own thing. It has been changed even more to act like a non moving stationary object once you get close enough to it. That is why minicopter landings can be so rough, once you get within a certain range you can float above Cargo and move along with it. It has a path and a set movement no matter what happens onboard. What is different with a Boss is they are dynamic and move around somewhat randomly and dependent on who has aggro'd them and what they are doing, for example running away.
  24. Jbird

    CFuelUI

    @Raul Maintained Especially since you got back so quick and added that for me, I wanted to point something out. I've had intermittent issues with the files generated by this plugin. I'm not sure how much of the issue is on my end but I'll explain. I downloaded 1.0.5 just not long ago (obviously haha), uploaded it, and got this error in console when it loaded. Failed to call hook 'OnServerInitialized' on plugin 'CFuelUI v1.0.5' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Game.Rust.Libraries.Command.AddChatCommand (System.String command, Oxide.Core.Plugins.Plugin plugin, System.Action`3[T1,T2,T3] callback) [0x00000] in <c0237423b12b41c686a3984435d0e163>:0 at Oxide.Game.Rust.Libraries.Command.AddChatCommand (System.String name, Oxide.Core.Plugins.Plugin plugin, System.String callback) [0x00014] in <c0237423b12b41c686a3984435d0e163>:0 at Oxide.Plugins.CFuelUI.OnServerInitialized () [0x00036] in <0b03ac2f091c4e70ae3315bcb4694f1f>:0 at Oxide.Plugins.CFuelUI.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0006a] in <0b03ac2f091c4e70ae3315bcb4694f1f>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <cc99cb05b42e4ea494cdf294badea406>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <99d545163fdd4d57a562df7989f2ca0a>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <99d545163fdd4d57a562df7989f2ca0a>:0 I had some minor issues before with previous versions and was able to sort them out somehow on their own and using one file to fix the other. This time I noticed that even the default plugin file is coming up with a handful of icons or letters in the .CS file that are not properly showing up on my end. I opened this directly from the downloaded file, into VSC, and was able to see the icons coming up as ï in the .CS file. These were also part of the config so I just needed to find one of the working versions I had in a backup file to patch the CS (and the JSON) and it runs just fine now. I can attach either version, including the one that I just sorted out if you'd like for 1.0.5. I am actually working with my host to suggest that they be able to read special characters for instances just like this. I get many products that are written in multiple languages, and even though the English part of the configs have characters that are in the English alphabet, they come up as either an empty square, or the ï symbol at times. I am having to do a lot of downloading, editing in VSC myself, and then uploading directly to avoid these instances whenever possible. I wanted to bring it up though because it appears to me that they are coming up in the downloaded version. But I think it may be partially on my end or my machines end where I need to teach it some more characters perhaps? I just thought I would mention it in case anyone else experiences anything similar. My host seems to be the common denominator in most of my issues, their editor seems to not like certain special characters. But in this case I'm not really sure who the culprit is. Just wanted to help fix if needed.
1.8m

Downloads

Total number of downloads.

8.4k

Customers

Total customers served.

127.4k

Files Sold

Total number of files sold.

2.6m

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.