-
Posts
2,199 -
Joined
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Jbird
-
Why dont the npc's move and attack
Jbird replied to Forbidden Lands Rust's Support Request in Support
Yes please you can share a video, if you are using the default configuration just let me know which locations you are referring to. You described setting up a custom file so that was what I was asking for. The Mad Mapper Discord ticket system would be more private if you would like to join and make a ticket there. When you tested this on a fresh installed server did you have only the base plugins installed or did you install other plugins? I have only I think 2 reports of this recently so I am looking for a common cause such as possibly another plugins potential interference. But currently not guessing at the problem just collecting data so that we can find it. I don't know that there is a directional rotation for NPCs I think this is somewhat default behavior. This should not matter as the NPCs should begin to look or move around based on their settings. -
The positions can be found using any normal means of finding the general POS of a place. Simply use this console command to find your position on the map, see if it aligns with the coordinates you were getting previously. server.printpos
-
- 186 comments
-
- #boat
- #facepunch
- (and 15 more)
-
The depth or Y value will be determined automatically by the plugin and place the boat at ocean (water) level regardless of the value in the plugin. What size is the map you are using? I ask because the positions seem like they would not be near the outer ocean portion of the map on most maps. What method did you use to find the spawn locations? This could be a map where those positions are in the ocean just wanted to check that first though as the X and Z values seem like on most maps they might still be within the bounds of the island itself. Might need to take a look at more within the config as well.
-
Why dont the npc's move and attack
Jbird replied to Forbidden Lands Rust's Support Request in Support
Are you by chance in vanish when you are testing this? Just the first thing that comes to mind. I have not gotten any other feedback similar to this recently but more than happy to help look into it. If you wanted to join the Mad Mapper Discord so you can more privately share the file for review that would be fine. As just based on the description of what you have done I don't read anything that gives me any other ideas at the moment. If they have the same NPC settings before and after then they should act the same as well. -
- 186 comments
-
- 1
-
-
- #boat
- #facepunch
- (and 15 more)
-
You are welcome, have fun with it!
-
You are welcome, have fun with it!
-
You are welcome.
-
-
Here is an example of how to add mods correctly to a weapon. WARNING please make sure the attachment is compatible with the weapon you are trying to attach it to. "Belt items": [ { "ShortName": "shotgun.pump", "Amount": 1, "SkinID (0 - default)": 0, "Mods": [ "weapon.mod.flashlight", "weapon.mod.holosight" ], "Ammo": "" }, { "ShortName": "syringe.medical", "Amount": 5, "SkinID (0 - default)": 0, "Mods": [], "Ammo": "" } ], Just use the correct short.name for the weapon mod you want to use.
-
There are a few things you can do here but I will give you the easiest answer first. Remove the entries here. "Which plugins do you want to use for rewards? (Economics, Server Rewards, IQEconomic, XPerience)": [ "Economics", "Server Rewards", "IQEconomic", "XPerience" ], To look like this. "Which plugins do you want to use for rewards? (Economics, Server Rewards, IQEconomic, XPerience)": [], Here you were still gathering a small amount of points. And there was no limit to earn it so anyone who participated would get those small amounts added up. "The minimum value that a player must collect to earn rewards": 0.0, "Looting a locked crate": 0.5, "Killing a standard NPC": 0.3, "Killing a security guard": 0.5, "Killing a wolf": 0.4, "Killing an NPC on a Motorcycle": 0.4, "Liberating a hostage": 0.8, "List of commands that are executed in the console at the end of the event ({steamid} - the player who collected the highest number of points)": [] You could technically make all of those 0.0 but you might need to also clear out the lang file as well so the first fix and a reload should remove the monetary reward for you right away.
-
Do you mind keeping the backup of your current config and deleting it from your server then reloading to generate a default one? This will more quickly define the source of the issue, whether it is something to do with another plugin, or just that there is something in your current configuration that we need to sort out. It could save us some time when you have a few to check that please.
-
Do you have any error when Sputnik doesn't spawn? That would be better placed in the events they are for since some of these belong to different developers though they are on the same team. Share any errors you have there but might be something similar, also check current versions of everything.
-
This looks like an error when HarborEvent might be launching, do you know if that is correct? Looks specifically like it is referencing spawning the Cargo Scientists in the section of the error I see here. Let me know if a fresh Harbor config fixes that.
-
Sure show me the whole weapon or NPC section and I will take a look.
-
Have you tried this with a default configuration? Keep copies of anything you are using but curious if there was something that got changed that is causing this.
-
Awesome glad you found the issue! Thank you for letting me know. And have fun with it!
-
Are you able to monitor your performance while the plugin is running to see if you are perhaps running out of RAM? It makes me think that if a certain number of people cause the issue to begin, it could be a server performance issue.
-
Yes of course in the mods section for the NPCs you can attach silencers.
-
Please create your own ticket or feel free to jump in the Mad Mapper Discord to make one. To my knowledge though I am not sure what you mean though I would have to see what you mean with the loot. Default shouldn't mean that there is no loot at all, and it does not have to drop flares you can make it whatever you want.
-
Not that I know of, that plugin simply controls damage to my knowledge so it should not be keeping NPCs from appearing. When you reload NpcSpawn and anything that uses it, are you getting any errors?
-
Please create your own ticket for this on the site, or you can come to the Mad Mappers Discord and create a ticket there, and I will help look into what may be causing those issues for you. The one thing I can say now is that I recommend removing plugins like the event plugin that runs Facepunch events, as it seems to have been the result of a few different issues recently.