Jump to content

FastBurst

Creator
  • Posts

    148
  • Joined

  • Last visited

Everything posted by FastBurst

  1. FastBurst

    Issue with timer

    That greatly helps me narrow it down more I will keep investigating. It shouldn't matter but there could be an issue of it not by passing that like it should as it did before the forced updates. Hopefully I will have that addressed in the next few days.
  2. FastBurst

    Issue with timer

    I will have to investigate it further, it's not happening on my end.
  3. FastBurst

    Issue with timer

    Changed Status from Pending to Work in Progress
  4. FastBurst

    Issue with timer

    try reloading the plugin.
  5. FastBurst

    Reward Gifts

    Fixed in the latest version
  6. FastBurst

    Reward Gifts

    I will take a look at it. For whatever reason I am not getting any notifications when a discussion was posted.
  7. Version 1.0.8

    21 downloads

    You can now find public Pump Jacks at almost ALL the Large Monuments NOW! Features Ability to enable/disable at the Monuments listed below Change rotation of each pumpjack Change position/location of where the pumpjack is located. (All are preset to a effective location already but you can still change it if you wish to) Instant placement Adjust the height of each pumpjack These include the following locations: Airfield Launch Site Small and Large Harbors Military Tunnels Satellite Dish The Dome Sewer Branch The Junk Yard Missile Silo Ferry Terminal FAIR WARNING: Do not leave your goods in the Pump Jacks! If you are running one of these and the server restarts, those items are gone. Configuration
    $5.00
  8. Version 1.0.5

    272 downloads

    The plugin gives ability to admins to create several configs for other plugins, and update them automatically depending on time passed since last wipe. Examples Example 1 You have loot spawn plugin, and you want that after two days from last wipe, loot spawn rules to be changed (more loot, or less loot). Example 2 You want no NPCs in your server at all in first 10 hours after wipe, and then part of NPC appear, and make after 2 more days, many more NPC should appear. How It Works Main Flow On load the plugin scans it's data directory, and detects last wipe. Checks if any of configs should already be applied (last ones that closer to current time). Once a minute it checks if some configs should be updated. Update Process Target plugin is unloaded. Its config is replaced. Target plugin is loaded again. Localization The default messages are in the DynamicConfig file under the oxide/lang/en directory. To add support for another language, create a new language folder (e.g. de for German) if not already created, copy the default language file to the new folder and then customize the messages. The default messages are in the DynamicConfig file under the oxide/lang/en directory. To add support for another language, create a new language folder (e.g. de for German) if not already created, copy the default language file to the new folder and then customize the messages. Plugin uses only console messages to RCON. They could be localized. Out of the box the plugin supports EN localizations. Usage If you want to add any dynamic config, you should do these steps: Copy plugin config to oxide/config/DynamicConfig directory the DynamicConfig must be manually created. Edit the config name to meet naming syntax (below). Edit the config itself to meet your needs. Reload Dynamic Config if you're done. You can edit dynamic configs contents without reloading Dynamic Config (if they are yet to be applied), the plugin only reads the filenames and schedules the update time. Naming [] - optional [<number>d][<number>h][<number>m]<PluginName>.json Examples 2dMagicLoot.json - will be applied after 2 days from last wipe (exactly 48 hours) 10h20mTestConfig.json - after 10 hours and 20 minutes 10d10hBotSpawn.json - guess yourself
    Free
  9. Version 2.2.5

    163 downloads

    Reward Gifts is a playtime gift reward system that utilizes a UI for delivery and administration for daily gifts. Easy to use, easy to create, add or delete rewards. ** Requires Image Library installed on server. ** Features No AFK Mode, so players can't try and trick the system to claim gifts for playtime, if they are AFK, the clock stops for them till they resume playing. Support for Server Rewards and Economics as gifts that can be added. Reward Gift Icon on the bottom left side of the screen (pre-programmed location) Enabled by default can be disabled in the config file. Data Files for both the Reward Gifts and Player Data Auto Reset timers in Days for players. Default is set to 1 day to reset the player play time. 90% Complete Customization of the UI Interface Theme thru the config file. Complete UI Reward Gift Claim Menu System. Once a player has played during a set amount of time, that defined reward gift can be claimed. Complete UI Admin Creation Tool for adding or removing reward gifts thru the UI System. Ability for Admins/Owners to add their own Logo to the Top of the UI System for more complete Customization feel. Option to have Sound Effect on redeeming rewards Option to have popup notification on redeeming rewards Commands /gifts - Chat command to call the Reward Gifts System Claim Menu (If enabled Gift Icon Button will do the same) /giftswipe - For admins only, this will wipe and reset all player data Permissions rewardgifts.admin - For admins to be able to administrate the Rewards rewardgifts.vip - If you want to allow VIP reward gifts as well, players will need a VIP permission in order to claim special VIP Gifts Configuration Thru the config file admin can almost completely customize the look and feel for coloring the theme of the system itself. Localization
    $15.00
  10. It is working now after the forced updates, not sure what happened.
  11. I noticed with the latest version - after a wipe when players join even myself, the welcome money when joining isn't being given any more.
  12. Version 1.1.7

    596 downloads

    Holiday Loot (formerly Present Loot) allows configuring which items Christmas Presents, Large and Medium Halloween Loot Bags, and Silver & Gold Easter Eggs give when they are unwrapped. Configuration The settings and options for this plugin can be configured in the HolidayLoot.json file under the oxide/config directory. The use of a JSON editor or validation site such as jsonlint.com is recommended to avoid formatting issues and syntax errors. { "General": { "Weapons Spawn With Random Ammo": true }, "Gold Egg": { "Max Items": 5, "Min Items": 5, "Num Needed To Unwrap": 1 }, "Large Loot Bag": { "Max Items": 5, "Min Items": 5, "Num Needed To Unwrap": 1 }, "Large Presents": { "Max Items": 5, "Min Items": 5, "Num Needed To Unwrap": 1 }, "Medium Loot Bag": { "Max Items": 3, "Min Items": 3, "Num Needed To Unwrap": 1 }, "Medium Presents": { "Max Items": 3, "Min Items": 3, "Num Needed To Unwrap": 1 }, "Silver Egg": { "Max Items": 3, "Min Items": 3, "Num Needed To Unwrap": 1 }, "Small Presents": { "Max Items": 1, "Min Items": 1, "Num Needed To Unwrap": 1 } } Stored Data The loot configuration is currently located under data/HolidayLoot in the SmallPresents, MediumPresents, LargePresents, GoldEggs, SilverEggs, MediumHalloweenBags, and LargeHalloweenBags files. Keep in mind that to edit these files, the server needs to be shutdown or the plugin unloaded, else the changes will not be used and will be overwritten. Localization The default messages are in HolidayLoot.json file under the oxide/lang/en directory. To add support for another language, create a new language folder (e.g. de for German) if not already created, copy the default language file to the new folder and then customize the messages. { "No Permission": "You are not allowed to use this command", "Tables Reloaded": "The Holiday Loot data tables have been reloaded", "NotEnoughItems": "You do not have enough of this item to unwrap it!" }
    Free
  13. FastBurst

    Autowipes for SQL

    Aww did not know that was a manual process for the leaderboard one. I thought that was all automated with it.
  14. FastBurst

    Autowipes for SQL

    Not what I am saying the Leaderboard never populated with anything. only the Ranks ones populated.
  15. FastBurst

    Autowipes for SQL

    Well we did some wipes today, using the MySQL Method, however the leaderboard tables never updated. Even have the following settings below "WipeOnNewMap": true "useMySQL": true, "autoWipe": true,
  16. FastBurst

    Autowipes for SQL

    perfect. How often does it save the data to the Database. Doing some testing before pushing live - was using the data file system just now and now switching Disregard I see it in the settings.
  17. FastBurst

    Autowipes for SQL

    perfect. How often does it save the data to the Database. Doing some testing before pushing live - was using the data file system just now and now switching
  18. FastBurst

    Autowipes for SQL

    If we set this to True, does it just do the rank board or does it also do the Leader board?
  19. I can add that, @Steenamaroo looks like what we had to do with the OnCustomLootNPC that we added about a month or so ago.
  20. This already exists, or at least I already have it that does all that.
1.7m

Downloads

Total number of downloads.

7.8k

Customers

Total customers served.

117.7k

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.