Jump to content

AvG Лаймон

Creator
  • Posts

    196
  • Joined

  • Last visited

Everything posted by AvG Лаймон

  1. No, while quarry prefabs has a prevent building area. You will not be able to connect wire to adapter even if i will add them.
  2. Read documentation Learn how to use commands and what skins are This reply told you that you entered skin id that are not exist in config [aQuarry] The configuration does not contain a quarry with this «SkinID» Check your command. Make sure that your command use skin from your config "Quarry SkinID": 3187637123, It shoud be like that quarry.give «SteamID» 3187637123 And this skin has no additional image https://steamcommunity.com/sharedfiles/filedetails/?id=3187637123 Just default image for lvl 0 quarry. But you could check it yourself. And this is just an example of config. You can use your own skins.
  3. You get this error when you try to give a quarry via the console command with skin that you don't have in the configuration This is a technical support section, its for bugs, not for learning how to operate your server
  4. { "Enable this quarry?": true, "Quarry custom name": "Personal Quarry", "Quarry SkinID": 3187637123, "Structure": { "Health points": 2500.0, "Protection percentage [0.0-100.0] (100 = immortal)": 0.0 }, "Remove": { "Enable remove?": true, "Enable refund?": true, "Refund item list": [ { "Custom name (empty = default)": "Personal Quarry", "ShortName": "furnace.large", "SkinID": 3187637123, "Amount": 1 } ] }, "Upgrade": { "SkinID of the upgraded quarry (0 = disable upgrades)": 3185891808, "Upgrade cost": [ { "ShortName": "wood", "SkinID": 0, "Amount": 12000 }, { "ShortName": "stones", "SkinID": 0, "Amount": 6000 }, { "ShortName": "metal.fragments", "SkinID": 0, "Amount": 500 }, { "ShortName": "metal.refined", "SkinID": 0, "Amount": 10 }, { "ShortName": "leather", "SkinID": 0, "Amount": 100 }, { "ShortName": "carburetor3", "SkinID": 0, "Amount": 1 }, { "ShortName": "scrap", "SkinID": 0, "Amount": 650 }, { "ShortName": "rope", "SkinID": 0, "Amount": 5 }, { "ShortName": "sheetmetal", "SkinID": 0, "Amount": 5 }, { "ShortName": "tarp", "SkinID": 0, "Amount": 5 } ] }, "Inventory": { "Resource container capacity": 6, "Fuel container capacity": 1 }, "Protection from other players": { "Only owner can toggle?": true, "Only owner can loot?": true, "Include his team?": true }, "Repair": { "Allow repair with hammer hit?": true, "Unable to repair X seconds after taking damage": 30.0, "Repair amount for hit": 100.0, "Enable cost?": true, "Repair cost": [ { "ShortName": "metal.fragments", "SkinID": 0, "Amount": 500 } ] }, "Prefab substitution": { "Use prefab substitution?": true, "This is a quarry (true) or pumpjack (false) ?": true, "ShortName of the item from which we create a quarry": "furnace.large", "Minimum distance from player to quarry (when installed)": 3.0, "Minimum distance from quarry to constructions (when installed)": 17.0, "Additional height setting (when installed)": -2.0 }, "Production": { "List of the fuel used and its production settings": [ { "ShortName": "lowgradefuel", "SkinID": 0, "Amount": 50, "How many seconds can quarry work on one consume of this fuel?": 60.0, "Resource production interval on this fuel (seconds)": 60.0, "Gathering resources on this fuel": [ { "Custom name (empty = default)": "", "ShortName": "stones", "SkinID": 0, "Amount": 100, "Amount max": 100, "Probability [0.0-100.0]": 100.0, "Do not use permission rates": false }, { "Custom name (empty = default)": "", "ShortName": "metal.ore", "SkinID": 0, "Amount": 70, "Amount max": 70, "Probability [0.0-100.0]": 100.0, "Do not use permission rates": false }, { "Custom name (empty = default)": "", "ShortName": "sulfur.ore", "SkinID": 0, "Amount": 50, "Amount max": 50, "Probability [0.0-100.0]": 100.0, "Do not use permission rates": false }, { "Custom name (empty = default)": "", "ShortName": "hq.metal.ore", "SkinID": 0, "Amount": 10, "Amount max": 10, "Probability [0.0-100.0]": 10.0, "Do not use permission rates": false } ] } ] } } Just delete other fuel blocks from pont to point. Like in any other plugin. Here is an example.
  5. Changed Status from Pending to Not a Bug
  6. remove other ones sure, why not?
  7. AvG Лаймон

    Duplication bug

    As it turned out, not every player can take advantage of this bug. However, we have already found a solution. It will be released in the next update. If you need a more urgent solution, you can write to me personally in discord and I will send you a fix.
  8. Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
  9. AvG Лаймон

    Duplication bug

    Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
  10. AvG Лаймон

    Duplication bug

    I couldn't reproduce this bug in any way, I suspect that the reason is the very low fps of your server. However, I will add closeui before any action with quarry. This should help you.
  11. you did a mistake somewhere in the data files
  12. AvG Лаймон

    Duplication bug

    Thanks for the detailed information. I'll definitely check it out.
  13. sure, just "set only owner can loot" and he will be the only one who can access the info ui and remove button
  14. You need to setup items for refund in quarry config Like this:
  15. What exactly not working or what happens?
  16. What a strange question.. oxide.grant <group|user> <name|id> <permission>
  17. В моем плагине нет такого реплая. Могу лишь предположить что у тебя какой-то другой плагин использует туже команду и при инициализации переписывает ее. Ты пробовал перезагрузить плагин?
  18. Наверное пишет Invalid format. Это значит ты где-то ошибся в айди или в скине.
  19. quarry.giveme or quarry.give ? quarry.giveme can be used only via in-game console and only if you have permission "aQuarry.Admin" quarry.give can be used from both server and in-game console, but you still need permission to use it from in-game. if you are using this commands from in-game console, make sure that you have permission and i promise, they will work. if you are using it from server console and something wrong, you will recieve output with details. Also, if you are trying to use quarry.give from server console but you recieved "The configuration does not contain a quarry with this «SkinID»", make sure that config with this skin is enabled. Or maybe the plugin doesn't compiled correctly, try to reload
  20. Changed Status from Pending to Not a Bug Changed Fixed In to 2.0.3
  21. AvG Лаймон

    not work!

    Changed Status from Pending to Fixed
  22. AvG Лаймон

    Need update

    Changed Status from Pending to Fixed Changed Fixed In to 2.0.3
  23. AvG Лаймон

    Need update

    What exactly?
  24. It would be great to add an airport to the map
  25. AvG Лаймон

    not work!

    But I can send you a fix even now in discord dm.
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.