Jump to content

Wrecks

Curator
  • Posts

    879
  • Joined

  • Days Won

    12

Everything posted by Wrecks

  1. 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.
  2. Wrecks

    C4 Tiers

    Version 1.0.1

    37 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
  3. Wrecks

    Check

    Added this
  4. Wrecks

    Check

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

    Check

    Done
  6. Wrecks

    Check

    Will add it when I get back to the pc
  7. 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
  8. Wrecks

    Semtex

    is your skinid Default?
  9. Wrecks

    Semtex

    What stack plugin are you using.
  10. Wrecks

    Custom Drops

    Version 1.0.3

    24 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
  11. Wrecks

    Check

    Version 1.0.8

    334 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. Now the log can also output to Discord for reference when not in game. 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, "Output Log to Discord?": false, "Discord URL": "" }
    Free
  12. I’ll look into it soon, and see what the best way to do it is. Thank you for the kind words and glad you’re enjoying it!
  13. A small prompt when someone opens a support ticket, telling them to provide something of substance besides "Don't Work", It could save hours of back and forth in different time zones. They could be notified that providing a video, a log, a little extra detail or a config can help speed up the ticket process.
  14. Wrecks

    Not work

    Changed Status from Pending to Not a Bug
  15. Wrecks

    Not work

    Idk what homing missles is you’re in support for F1 Tiers
  16. Wrecks

    Not work

  17. Wrecks

    kit help

    "BountyHunter.Admin"
  18. Wrecks

    kit help

    if so , last time i talked to him, he passed id like this %steamid%
  19. Wrecks

    kit help

    by who Mevent?
  20. Wrecks

    Not work

    Its working on this side.
  21. Wrecks

    Not work

    I’ll need more details your config a video. Something. Test it with all other plugins unloaded.
  22. Wrecks

    kit help

    Before I go what’s the point of using the license, if you aren’t using SR or Economics? The whole use is trading the tokens for those 2 rewards. later on
  23. Wrecks

    kit help

    Heading to bed good luck
  24. Wrecks

    kit help

    Try checking the plugin you’re using to run the command. And whatever it uses to replace ID, give that a go.
  25. Wrecks

    kit help

    Idk what plugin you are trying to run my command into. if you do the command, then your steamid. It should go through. "buybl STEAMID" if that works you need to correct the config on the plugin issuing the command
2.1m

Downloads

Total number of downloads.

9.7k

Customers

Total customers served.

140.7k

Files Sold

Total number of files sold.

3m

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.