Jump to content

imthenewguy

Curator
  • Posts

    4,303
  • Joined

  • Last visited

  • Days Won

    54

Everything posted by imthenewguy

  1. imthenewguy

    AlphaLoot

    The only important piece to these items is the skin and the item.name. If the loot system doesn't support custom item names then it won't work.
  2. imthenewguy

    Recycler redeemed issue

    If the player has an admin role, they don't have a recycler limit. Make sure they don't have personalrecycler.admin permissions.
  3. imthenewguy

    Loot

    The plugin supports AlphaLoot during game play. This snippet of code handles any loot that is being populated by AlphaLoot object CanPopulateLoot(LootContainer container) { if (containerSpawns.Contains(container)) return false; return null; } If the loot is being messed with, it probably isn't from AlphaLoot unless it's a super old version.
  4. Have you edited the config at all, or is this from a custom building? The issue appears to be with the paste. Since the paste had an error, it does not save the building list for removal.
  5. Yes, so you have another plugin that is messing with it because that does not happen in vanilla. You will need to evaluate what plugins do things on death and work out what the conflict is. The easiest way I have found is to unload all plugins except EpicLoot: o.unload * o.load EpicLoot You can then load a handful of plugins at a time and die, checking the results after each death.
  6. Chances are you have another plugin that triggers on death and does something with the inventory, such as restoring loot upon death etc. The only reason the item would stop working, is if it's name is changed. Left click the item in the inventory and check the name of it at the top. It usually has a prefix such as "Transporters" or "Miners", and a suffix like [s 0.12] or [c 0.05] etc. If those aren't present, the item won't work.
  7. Didn't even know it worked like that lol. I have added a fail-safe to the code for next release to make 0 the lowest reduction.
  8. imthenewguy

    Remove from Clan

    Not sure how possible this is, what clan plugin (there are so many)?
  9. imthenewguy

    Casinos

    @S1L3NTHey mate I believe you had this issue; what was the fix for it if you don't mind me asking?
  10. Changed Status from Pending to Closed
  11. Do you use a stack manager plugin?
  12. Doesn't flat out increase the speed of smelting like a dedicated smelting plugin does. It has a chance each time a piece of wood is burnt to smelt ore, in addition to it's regular smelt rate.
  13. here you go. "List of rewards the player receives based on level": { "100": { "List of commands and chat messages that the player receives when reaching the specified level [Left = command. Right = Private message to player]. {id} = steam ID. {name} == name.": { "say <color=#ffae00>{name}</color> reached level <color=#4cff03>100</color>!": "You have reached a milestone level!" }, "List of commands that are fired off when the player data is reset": [ "say Test data reset." ] } },
  14. Changed Status from Pending to Closed Changed Fixed In to Next Version
  15. Added to the next release.
  16. imthenewguy

    arena design

    Changed Status from Pending to Closed
  17. Changed Status from Pending to Closed
  18. imthenewguy

    EpicLoot Store

    Changed Status from Pending to Closed
  19. Changed Status from Pending to Closed
  20. Changed Status from No Response to Closed
  21. Changed Status from Pending to No Response Changed Fixed In to 1.0.5
  22. As I mentioned in the video I am not offering support for the building of a custom area. The guide is there for people who have a knowledge of how RustEdit works, and want to try and build their own. I suggest you check out a few RustEdit tutorials and how to host a custom map. You are welcome to join my discord if you haven't already and ask some of the other plugin owners if they have attempted it/collaborate etc.
  23. Hey last I checked there was no issue with it, and I haven't heard of any issues being reported by other owners. Have you test it yourself?
  24. Hey yeah you should be able to. Just delete the other shops from the config.
2.1m

Downloads

Total number of downloads.

9.7k

Customers

Total customers served.

141k

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.