-
Posts
879 -
Joined
-
Days Won
12
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Wrecks
-
A way to set and it spawn the same place each wipe
Wrecks replied to Gay Sparkly T-Rex's Support Request in Support
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. -
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 -
- 7 comments
-
- 7 comments
-
- 7 comments
-
- 7 comments
-
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-
- 1
-
-
- #custom
- #supply signals
-
(and 2 more)
Tagged with:
-
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- 7 comments
- 1 review
-
- 5
-
-
A way to set and it spawn the same place each wipe
Wrecks replied to Gay Sparkly T-Rex's Support Request in Support
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! -
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.
-
if so , last time i talked to him, he passed id like this %steamid%
-
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
-
Try checking the plugin you’re using to run the command. And whatever it uses to replace ID, give that a go.
-
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
