-
Posts
2,156 -
Joined
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Jbird
-
Unless something happened with the other event, you are mistaken. If anything happened to the other event, that has nothing to do with the creation and continued support for this plugin. There are two developers who created a plugin event for this monument. Since KpucTaJl has become popular for creating monument based events, others have taken the opportunity to make some as well, and use the same basic naming structure. Or perhaps it is simply by chance because it is a very simple concept to use the monument name and call it an event. But these two events are made by completely different developers and other than being events made at the same location, they are not connected in any other way.
- 11 comments
-
- #ferry terminal
- #ch47
- (and 25 more)
-
- 184 comments
-
- #boat
- #facepunch
- (and 15 more)
-
Currently no there is not an option for something like this. This would mostly only be an issue on a server where you have biomes enabled, as generally otherwise they would have to go to specific monuments or travel on roads to come across them. I have added this to our notes though for future updates and this may be implemented in the future.
-
I have no idea what this is in reference to. Please create your own new ticket when you have an issue, or you can jump in the Mad Mapper Discord and create a ticket there. Could not start transfer? I need so much more context to try to help.
-
Can BetterNPC have optional friendly fire only when attacked first?
Jbird replied to Sensei Humour's question in Support
This would be a bit of a challenge and would require some testing but is technically possible. There are options such as configuration, to lower their vision cone or sense range for example to make certain groups of BetterNpc not to detect players so easily. I think if they are actively targeting another group of NPCs I think this might work as intended but I think you might have to do some testing and tweaking of the configuration to find a good balance for what you are looking for. This is not normal behavior for them but with the proper configuration between plugins you might be able to achieve this. I suggest working with smaller or specific groupings of NPCs within BetterNpc as the one thing I want to warn against is that using it for larger groups of NPCs not near each other just leaves somewhat dumb NPCs as easy kills for players. As long as it suits your servers needs though that should work, and you can create a ticket here on the site or in the Mad Mappers Discord for further support on it if you would like.- 2 replies
-
- #betternpc
- #aggro
-
(and 2 more)
Tagged with:
-
Have fun with it!
-
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
-
- 184 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. -
- 184 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.