Jump to content

Wrecks

Creator
  • Posts

    758
  • Joined

  • Last visited

Everything posted by Wrecks

  1. Yeah that’s not an issue it spawns it still, I have economics and MM loaded.
  2. I see it spawning, trying to log on to see now if i set up local host right I
  3. In the meantime you can just do a timed execute and restart it a few seconds after server init, until i get a chance to figure out how to setup carbon on local
  4. Ill try to load a carbon server, but yeah it works here on test
  5. After reboot he is there, send your config if you want me to try off that
  6. Id also use marker manager as a test, make sure you set allow marking the npc with marker manager to true, reload, and if you see the marker he is there. Marker doesnt stay if the entity doesnt exist.
  7. The plugin just uses regular oxide hooks so it should work fine with carbon.
  8. I dont have a carbon server, send your config, if it is set to dynamic, it should auto spawn, there is 2 preset points he can spawn at
  9. Wrecks

    The Offering

    That would probably require time stamps and extra days files maybe one day if I decide to go further into it. And not sure I have it coded just need more testing for everything I changed in the new version
  10. Wrecks

    The Offering

    1. done, 2, coming next update, 3, already possible.
  11. Changed Status from Pending to Closed Changed Fixed In to 1.1.1
  12. Added in the recent, the console or chat command beginoffering will start it if it isnt ongoing or pending a respawn Options are added to put a prefab path of a monument and it accepts xyz coords and rotation wherever in that monument, you will need coords relative to that monument to customize it to another FP monument.
  13. Wrecks

    C4 Tiers

    Version 1.0.1

    32 downloads

    Create as Many Varying C4 Tiers as you Desire, Adjust Radius, Damage and Fuse Timer to make each entry Unique, You can even Make them Sticky Or Contact Charges. To add these charges to your loot table or other plugin config, Make sure you Match the Timed Explosive Shortname and Tier SkinID. ADMIN COMMAND - /GIVEC4 - GIVES C4 TO ADMIN FOR TESTING CHARGES { "C4 Settings": [ { "C4 CustomName": "Tier 1 C4 Charge", "C4 Skin ID": 3298005592, "C4 Damage Radius - Default 10": 10, "C4 Damage Scale": 5, "Fuse Timer": 10, "Can Stick?": true, "Explode on Contact?": false }, { "C4 CustomName": "Tier 2 C4 Charge", "C4 Skin ID": 3298013190, "C4 Damage Radius - Default 10": 15, "C4 Damage Scale": 5, "Fuse Timer": 10, "Can Stick?": false, "Explode on Contact?": true }, { "C4 CustomName": "Tier 3 C4 Charge", "C4 Skin ID": 3298017073, "C4 Damage Radius - Default 10": 20, "C4 Damage Scale": 5, "Fuse Timer": 10, "Can Stick?": false, "Explode on Contact?": true }, { //ADD MORE ENTRIES LIKE ME } ] }
    $8.99
  14. Wrecks

    Check

    Added this
  15. Wrecks

    Check

    Definitely helped me once or twice , thank you!
  16. Wrecks

    Check

    Done
  17. Wrecks

    Check

    Will add it when I get back to the pc
  18. Wrecks

    Semtex

    I have a loot table call, someone had me add it a while back and they said it fixed the prob for them, I dont have it myself so hard for me to test. Maybe try adding the item and skin to your loot table gui? if possible idk much about it
  19. Wrecks

    Semtex

    is your skinid Default?
  20. Wrecks

    Semtex

    What stack plugin are you using.
  21. Wrecks

    Custom Drops

    Version 1.0.3

    20 downloads

    Create as many custom supply drops as you want, themed to drop cash, furniture, resources, or anything else you like. Upon Throw or Drop , The Signal will spawn a container and spawn loot by chance depending on your configuration. Video Demo COMMANDS /GIVESUPPLY - ADMIN ONLY, WILL DEPO SIGNALS TO YOUR INV FOR TESTING *** Adding to your Loot Table Relies on the item being a Flashbang, and SKINID match *** CONFIG { "Supply Drops List": [ { "Drop Custom Name": "Medical Drop", "Drop SkinID": 3298169317, "Min Amount of Loot In Container": 2, "Max Amount of Loot In Container": 3, "Loot Table": [ { "Item Shortname": "largemedkit", "Item Name": "", "Item SkinID": 0, "Chance To Be Selected": 0.5, "Min Amount of this Item": 1, "Max Amount of this Item": 3 }, { "Item Shortname": "syringe.medical", "Item Name": "", "Item SkinID": 0, "Chance To Be Selected": 0.3, "Min Amount of this Item": 1, "Max Amount of this Item": 3 }, { "Item Shortname": "bandage", "Item Name": "", "Item SkinID": 0, "Chance To Be Selected": 0.3, "Min Amount of this Item": 1, "Max Amount of this Item": 3 }, { "Item Shortname": "antiradpills", "Item Name": "", "Item SkinID": 0, "Chance To Be Selected": 0.3, "Min Amount of this Item": 1, "Max Amount of this Item": 3 } ] }, { "Drop Custom Name": "Cash Drop", "Drop SkinID": 3298169069, "Min Amount of Unique Loot In Container": 2, "Max Amount of Unique Loot In Container": 3, "Loot Table": [ { "Item Shortname": "paper", "Item Name": "Cash", "Item SkinID": 3048132587, "Chance To Be Selected": 0.2, "Min Amount of this Item": 10, "Max Amount of this Item": 20 }, { "Item Shortname": "glue", "Item Name": "Coins", "Item SkinID": 3047580022, "Chance To Be Selected": 0.3, "Min Amount of this Item": 20, "Max Amount of this Item": 35 }, { "Item Shortname": "blood", "Item Name": "Pelt", "Item SkinID": 3047576938, "Chance To Be Selected": 0.3, "Min Amount of this Item": 4, "Max Amount of this Item": 10 }, { "Item Shortname": "bleach", "Item Name": "Irradiated Scrap", "Item SkinID": 3027539724, "Chance To Be Selected": 0.3, "Min Amount of this Item": 8, "Max Amount of this Item": 15 } ] }, { "Drop Custom Name": "Ammo Drop", "Drop SkinID": 3298168943, "Min Amount of Unique Loot In Container": 3, "Max Amount of Unique Loot In Container": 5, "Loot Table": [ { "Item Shortname": "ammo.rocket.hv", "Item Name": "", "Item SkinID": 0, "Chance To Be Selected": 0.5, "Min Amount of this Item": 5, "Max Amount of this Item": 10 }, { "Item Shortname": "ammo.rocket.basic", "Item Name": "", "Item SkinID": 0, "Chance To Be Selected": 0.3, "Min Amount of this Item": 1, "Max Amount of this Item": 5 }, { "Item Shortname": "ammo.rocket.mlrs", "Item Name": "", "Item SkinID": 0, "Chance To Be Selected": 0.3, "Min Amount of this Item": 1, "Max Amount of this Item": 5 }, { "Item Shortname": "ammo.rocket.seeker", "Item Name": "", "Item SkinID": 0, "Chance To Be Selected": 0.3, "Min Amount of this Item": 1, "Max Amount of this Item": 5 }, { "Item Shortname": "ammo.rifle.hv", "Item Name": "", "Item SkinID": 0, "Chance To Be Selected": 0.3, "Min Amount of this Item": 32, "Max Amount of this Item": 64 }, { "Item Shortname": "ammo.pistol.hv", "Item Name": "", "Item SkinID": 0, "Chance To Be Selected": 0.3, "Min Amount of this Item": 32, "Max Amount of this Item": 64 } ] } ] }
    $8.99
  22. Wrecks

    Check

    Version 1.0.7

    204 downloads

    This is a Simple plugin I made when I needed to determine a SkinID of an item, so I could search through a config file and Remove the Outdated Skin. The info also logs to Console for copying of case sensitive or quick view of case sensitive info. I added the Name, Shortname, SkinID, ItemID & Text Field, to be sent to a Note for Debug or Development Purpose, or maybe there is a pesky custom item and you need to pinpoint its origin. Maybe it can be handy to you as well. Command - /check - Admin Only, Sends Note of Active Item Properties to your Inventory. If there is no Item, it will attempt to check your raycast for properties. Config { "Note SkinID": 3341490454 }
    Free
1.8m

Downloads

Total number of downloads.

8.4k

Customers

Total customers served.

127.3k

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.