Jump to content

Jbird

Curator
  • Posts

    2,041
  • Joined

Everything posted by Jbird

  1. Jbird

    Rewards for Boss Defeat

    If you use option 1 or 5 (combines option 1 and 4) you can use the custom loot table and place a blueprint there. Place the weapon you want and there is a true or false option you will set to true to issue a blueprint for that weapon. Here is an example. { "ShortName": "rifle.ak", "Minimum": 1, "Maximum": 1, "Chance probability [0.0-100.0]": 100.0, "Is this a blueprint? [true/false]": true, "SkinID (0 - default)": 0, "Name (empty - default)": "" }
  2. Jbird

    error

    Thank you for the update. I was curious with the first message since it showed the correct version of the plugin. Don't hesitate to let me know if you have any other issues. Glad you were able to find the issue and resolve it quickly. Just curious if you don't mind, in case it happens to any others, did this section seem to have cleared itself?
  3. Jbird

    BasePlayer.displayName

    No worries, did you just need to update the plugin? Don't hesitate to let me know if you have any other issue.
  4. Jbird

    Sept FP Update

    Thank you again for testing this again and glad it's sorted it out until an official update comes out!
  5. Jbird

    Sept update Toast Messages

    You're welcome, glad to hear it! Will be some updates coming out to sort out a couple things this issue included so thank you for bringing it to our attention.
  6. You are welcome, any time!!
  7. Jbird

    Sept update Toast Messages

    Try changing this in the plugin CS file. Change this... if (_config.GameTip.IsGameTip) player.SendConsoleCommand("gametip.showtoast", _config.GameTip.Style, ClearColorAndSize(message)); ..to this.. if (_config.GameTip.IsGameTip) player.SendConsoleCommand("gametip.showtoast", _config.GameTip.Style, ClearColorAndSize(message), string.Empty); ..then let me know if that fixes it if you would.
  8. Jbird

    Toast Messages

    Try changing this in the plugin CS file. Change this... if (_config.GameTip.IsGameTip) player.SendConsoleCommand("gametip.showtoast", _config.GameTip.Style, ClearColorAndSize(message)); ..to this.. if (_config.GameTip.IsGameTip) player.SendConsoleCommand("gametip.showtoast", _config.GameTip.Style, ClearColorAndSize(message), string.Empty); ..then let me know if that fixes it if you would.
  9. Jbird

    Failed to call hook

    Update NpcSpawn to the most recent version and you should be good to go. Let me know if you have any issue after updating NpcSpawn.
  10. Reload the BossMonster plugin and share the loading messages. What version of NpcSpawn do you have at the moment?
  11. You're welcome. Have fun with it!
  12. Jbird

    Sept FP Update

    Update NpcSpawn to most recent update and let me know if you have any further issues.
  13. Jbird

    Console Spam

    Update NpcSpawn to most recent update and let me know if you have any further issues.
  14. Update NpcSpawn to most recent update and let me know if you have any further issues.
  15. Update NpcSpawn to most recent update and let me know if you have any further issues.
  16. Thank you for updating to let us know it was resolved. Yes this was quickly found and resolved in the update you mentioned.
  17. Jbird

    Power Plant Event

    PveMode adds an ability for players to claim the event essentially and block others from entering if you configure it to do so. Is the issue only with Minicopters or is it just Jetpacks that are able to ignore SAM sites? There should be a configuration option in the Jetpack plugin to allow them to be targeted by SAM sites. If there is an issue with Minicopters just let me know and give as many details as possible with what the issue is. As far as blocking players entry though that is a function of PveMode already.
  18. Jbird

    Water Event

    It is static. It avoids cargo ship pathing and has a configurable option for distance from building block in case you have monuments or bases around the ocean that it could interfere with.
  19. Jbird

    NRE

    Well one issue down and onto the next! Thank you for creating a ticket I am sure we will get to the bottom of the new issue as well.
  20. Jbird

    Better Npc

    Have not heard any issues or other reports of this being an issue. Can you share the error you were receiving? You can jump into the Mad Mapper Discord and create a ticket if you'd like to troubleshoot that a bit to find out why it's causing any issues for you, as we aren't getting any other reports about it at all lately.
  21. Jbird

    Better Npc

    Just to answer this again, my last answer is the best answer assuming I am understanding correctly. The issue being that when an event ends the BetterNpc NPCs all appear. My recommendation is not to use the function in the event configurations to remove BetterNpc NPCs from the event area. The one thing that this poses however is there will be those NPCs and the event NPCs both to deal with now, but it does avoid the NPCs appearing at the end of the event because they were never removed. This was in our suggestions and roadmap previously though so I will look for that note and add a reference point to it for you as I think he was already considering if nothing else just a delay, so that they are not spawned immediately after the event since some players wait around for the event to end and to keep the Event Owner status if they have PveMode.
  22. Jbird

    commands

    Ah I see missing one of the dependency plugins? So everything is running well now?
  23. Jbird

    Npc Spawn

    Hop into the Mad Mapper Discord and create a ticket. Tag KpucTaJl and myself but will mostly let him go over that with you.
  24. Jbird

    NRE

    Check also with the Carbon support as if this just started to happen and you made no other changes, perhaps they have preemptively made some changes ahead of the update coming up from Facepunch that have caused the error to occur. Did you run a Carbon update recently? If the plugin was working, no changes were made, and this started to happen then that is most likely.
  25. Jbird

    commands

    Which commands are you trying to use? Share them exactly as you are using them and explain where. Reload the plugin as generally if the commands are not working there is something going on that needs to be sorted out. Otherwise the most common issue will be that some commands need to come through an RCON connection, not for example the F1 menu console. The Description should specify that some commands need to be issues through an RCON connection to the server.
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.5k

Files Sold

Total number of files sold.

2.4m

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.