Jump to content

Mercury

Creator
  • Posts

    758
  • Joined

  • Last visited

Everything posted by Mercury

  1. Mercury

    IQSphereEvent

    Restart the plugin, I performed API maintenance
  2. Mercury

    All time unlimited

    Changed Status from Pending to Closed Changed Fixed In to 1.8.32
  3. Mercury

    IQPermissions

    If the developers of these plugins have made a bundle with IQPermissions, then everything will work, you need to clarify this with the developers
  4. Mercury

    All time unlimited

    And you are also using an incorrect command. You use the Oxide commands, which grant privileges forever. Command list plugin :
  5. Mercury

    All time unlimited

    Send a screenshot of what you see in the console
  6. My plugin does not spawn this merchant, but only edits it when it appears
  7. No, there must be a ring road on your map so that a traveling merchant can start
  8. Mercury

    IQGuardianDrone

    Hi, the rocket launcher does not support automatic turrets in the game, unfortunately we will not be able to implement it there huh. Unfortunately, more than 1 drone is not planned to be added, there are several reasons for this, it can create a load on the server because the AI drones will have to calculate the flights of neighboring drones of the player, and of course the main idea and idea of the plugin is "Scrappy", a friend and assistant drone, and scrappy is such a one ^-^ Thank you for your pleasant words and suggestions, it is very valuable to me, I am always happy to communicate and listen to the ideas of my clients! Thank you for your attention for my product
  9. @hid333I have added an example configuration in the description of the plugin, it may be useful to you
  10. 1 - If your map has the right number of roads to launch this event, yes 2 - This plugin works with a standard store and does not control its appearance time, only changes its store and products when it appears (I think it can be done in the future) 3 - Only in the configuration 4 - Yes, the entire price range is configured in the configuration 5,6 - Unfortunately, vending machines do not support SkinID, I would be happy to add them if possible - I will do it right away, but at the moment RUST does not have this function for the merchant Therefore, you cannot sell custom items or privileges through this merchant
  11. Version 1.0.0

    51 downloads

    IQTravellingVendor - an excellent addition to your server! Allows complete customization of sales with a wandering vendor! It's suitable for all types of servers! Configure the wandering vendor as you wish and set pricing policies tailored to your server! List of features: Presets: Create an unlimited number of different presets for the vendor and specify their random appearance! This allows you to configure vendors such as weapons or clothing vendors with specific chances using the configuration! Dynamic Pricing: You can create and specify pricing for each item separately in each preset, controlling both low and high prices, including the chance and price range! Item Restocking: Control when and how much the vendor restocks items, in case they are all purchased! The plugin controls all trading parameters of the wandering vendor! It applies only to the wandering vendor and does not affect other shops. The memo* - Alas, at the moment the merchant does not support the sale/purchase of custom items with SkinID If the developers add this functionality, it will also appear in the plugin! Configuration : { "Random presets configuration for spawning [PresetKey] = Chance (0-100)": { "RESOURCE_VENDOR": 70, "ATTIRE_VENDOR": 30, "TOOLS_VENDOR": 20, "WEAPON_VENDOR": 10 }, "Presets for the travelling vendor [UniquePresetKey] = Configuration": { "WEAPON_VENDOR": { "Configuration of items for sale and their prices": [ { "Item for sale": { "Item for sale": { "ShortName": "minigun", "Amount": 1 }, "Stock replenishment settings": { "Amount to replenish per N time": 1, "Time (seconds) for replenishing N amount of goods": 1200 } }, "Item price": { "Item price": { "ShortName": "scrap", "Amount": 999 }, "Additional pricing configuration": { "Use random price range (true - yes/false - no)": false, "Very low price chance for item (higher values increase the chance of item being at a very low price) (0-100)": 50, "Range of inflated prices for item": { "Minimum price for inflated price": 20, "Maximum price for inflated price": 30 }, "Range of discounted prices for item": { "Minimum price for discounted price": 5, "Maximum price for discounted price": 10 } } } }, { "Item for sale": { "Item for sale": { "ShortName": "military flamethrower", "Amount": 1 }, "Stock replenishment settings": { "Amount to replenish per N time": 1, "Time (seconds) for replenishing N amount of goods": 1200 } }, "Item price": { "Item price": { "ShortName": "scrap", "Amount": 799 }, "Additional pricing configuration": { "Use random price range (true - yes/false - no)": false, "Very low price chance for item (higher values increase the chance of item being at a very low price) (0-100)": 50, "Range of inflated prices for item": { "Minimum price for inflated price": 20, "Maximum price for inflated price": 30 }, "Range of discounted prices for item": { "Minimum price for discounted price": 5, "Maximum price for discounted price": 10 } } } }, { "Item for sale": { "Item for sale": { "ShortName": "rocket.launcher", "Amount": 1 }, "Stock replenishment settings": { "Amount to replenish per N time": 1, "Time (seconds) for replenishing N amount of goods": 1200 } }, "Item price": { "Item price": { "ShortName": "scrap", "Amount": 599 }, "Additional pricing configuration": { "Use random price range (true - yes/false - no)": false, "Very low price chance for item (higher values increase the chance of item being at a very low price) (0-100)": 50, "Range of inflated prices for item": { "Minimum price for inflated price": 20, "Maximum price for inflated price": 30 }, "Range of discounted prices for item": { "Minimum price for discounted price": 5, "Maximum price for discounted price": 10 } } } }, { "Item for sale": { "Item for sale": { "ShortName": "lmg.m249", "Amount": 1 }, "Stock replenishment settings": { "Amount to replenish per N time": 1, "Time (seconds) for replenishing N amount of goods": 1200 } }, "Item price": { "Item price": { "ShortName": "scrap", "Amount": 499 }, "Additional pricing configuration": { "Use random price range (true - yes/false - no)": false, "Very low price chance for item (higher values increase the chance of item being at a very low price) (0-100)": 50, "Range of inflated prices for item": { "Minimum price for inflated price": 20, "Maximum price for inflated price": 30 }, "Range of discounted prices for item": { "Minimum price for discounted price": 5, "Maximum price for discounted price": 10 } } } }, { "Item for sale": { "Item for sale": { "ShortName": "rifle.lr300", "Amount": 1 }, "Stock replenishment settings": { "Amount to replenish per N time": 1, "Time (seconds) for replenishing N amount of goods": 1200 } }, "Item price": { "Item price": { "ShortName": "scrap", "Amount": 399 }, "Additional pricing configuration": { "Use random price range (true - yes/false - no)": false, "Very low price chance for item (higher values increase the chance of item being at a very low price) (0-100)": 50, "Range of inflated prices for item": { "Minimum price for inflated price": 20, "Maximum price for inflated price": 30 }, "Range of discounted prices for item": { "Minimum price for discounted price": 5, "Maximum price for discounted price": 10 } } } }, { "Item for sale": { "Item for sale": { "ShortName": "rifle.m39", "Amount": 1 }, "Stock replenishment settings": { "Amount to replenish per N time": 1, "Time (seconds) for replenishing N amount of goods": 1200 } }, "Item price": { "Item price": { "ShortName": "scrap", "Amount": 299 }, "Additional pricing configuration": { "Use random price range (true - yes/false - no)": false, "Very low price chance for item (higher values increase the chance of item being at a very low price) (0-100)": 50, "Range of inflated prices for item": { "Minimum price for inflated price": 20, "Maximum price for inflated price": 30 }, "Range of discounted prices for item": { "Minimum price for discounted price": 5, "Maximum price for discounted price": 10 } } } } ] }, } }
    $9.49
  12. Mercury

    IQAlcoholFarm

    Hi, yes I'm in the course, I just finished updating 26 of my plugins I need a little more time to upload them to the sites, huh, it's been a long time
  13. Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
  14. Mercury

    IQChat

    Hmm, I'll check this point, maybe I got something mixed up.
  15. Mercury

    IQChat

    No, this is a message if the player entered the command incorrectly. Add the instructions to the message : COMMAND_PM_SEND_MSG
  16. Mercury

    IQChat

    You can add this in the language files, just adjust the message
  17. Mercury

    IQReportSystem

    Hello! "Index from the list of complaints when sent via F7 and the RUST game menu (From your list - starts from 0)" This means that if the players complain via the F7 menu (by selecting complain about the player) Then the complaint for "Cheats" will be reformatted into your reason and sent to the moderators. For example, in the plugin settings, you have your own personal reason for "Unfair play" in the list of complaints, it is under the index 0 (for example). So, when a player sends a complaint to another player through the F7 menu for the reason of "Cheats", a complaint will come for you and your moderators that you have installed in the plugin
  18. Mercury

    IQGuardianDrone

    Hi! It is impossible to increase the number of drones, and force it to raid other houses / install missiles, I will explain - the plugin was originally conceived with a single drone as an assistant for the battle between other players, it simply lacks logic and structure for using the raid, it departs a little from the concept.
  19. Mercury

    Wont load

    Yes, I have already discovered it. This is due to the fact that some hosting companies prohibit the use of System.IO (this is a dll) in plugins before restarting the server. I.e. the plugin needs to be installed and rebooted. I haven't actually encountered this and I think it's due to the peculiarities of some hosting services, it's not critical at all and I think I can fix it in the next plugin update.
  20. Mercury

    Wont load

    Check your configuration, it is clearly broken, which leads to an error.
  21. Mercury

    Wont load

    This is an error on the side of your hosting, there is no access to read/write the file. Grant read and write permission, or contact the hosting, try restarting the server
1.8m

Downloads

Total number of downloads.

8.4k

Customers

Total customers served.

127.1k

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.