Jump to content

Zoreeno

Member
  • Posts

    254
  • Joined

  • Last visited

Everything posted by Zoreeno

  1. Zoreeno

    BotReSpawn

    Thanks for the recent update, Steen. The enable/disable command works perfectly for what I needed. The temporary spawn command is also great, although i notice that it doesn't spawn the NPCs at the exact custom spawn locations that i set for the profile, instead it spawns them at the profile location based on the radius I have set for the profile. This might actually be intentional, but figured I would let you know just in case.
  2. Zoreeno

    LSkins

    No sorry I don't have that error in my console logs. Only other suggestion i have for you is to unload the Image Library plugin then delete all data and config files for ImageLibrary then reload ImageLibrary plugin and allow it to recreate all of the files. Any other issues you should ask on in the Image Library help section on Umod.
  3. Zoreeno

    LSkins

    I don't have any issues with newest update of LSkins. I can tell you that it can take over an hour for all of the skin images to show up again after a new update. I suggest you reload LSkins a few times every 5 minutes and then let it sit for a few hours untouched and check again later.
  4. Zoreeno

    LSkins

    Yes sounds like an Image Library issue. did you try running the command refreshallimages in your console? This forces Image Library to clear it's image cache and re-retrieve them. Once you run that command you'll need to do a manual reload of all your plugins that use Image Library. Also make sure you have the most recent version of Image Library before you run the command.
  5. Zoreeno

    Hunger Games

    Haha. I poked around and tried to figure it out myself. Looks like you did some sort of local pos to world pos conversion. I'm guessing using the center point as the 0,0,0 pos as the local pos. It's a little too complex for me to figure out completely though.
  6. Zoreeno

    Hunger Games

    Is there a command i can run that will add a crate spawn on the prefab like in your SurvivalArena event? Would love to be able to edit the arena area with my own buildings and easily place crates where needed.
  7. Zoreeno

    Event Helper

    Would you be able to add a config option to enable/disable the NoEscape functionality in a future update? It's easy enough for me to just remove the NoEscape API from the cs file, but a config option would be preferred.
  8. Zoreeno

    Commands Item

    Newest version 2.0.0 is legit everyone! you want a command to run when someone eats some corn? maybe a candy bar? it works. You want a command to run when a grenade is tossed? it works. Nice update YaMang!
    This plugin is awesome. With the right settings and creativity you can open up a lot of possibilities on your server by using this plugin. YaMang is open to suggestions and takes great care to make sure his plugin is working without issue. One of my best plugin purchases of 2022.
  9. Zoreeno

    Shop UI

    You are. If you are adding commands to a category they need to be added with the "command/" prefix. So your items section in the categories file needs to look like this: "Items": [ "command/heli.basic", "command/heli.regular", "command/heli.military", "command/heli.elite"
  10. I notice that none of your plugins have much of a description. You should probably invest some time to write up detailed descriptions for your products if you expect people to be willing to pay the asking prices. Just a thought
    This event plugin is great! Players really enjoy it. The plugin is extremely lightweight compared to other event plugins. We notice no performance impact when the event spawns/despawns. It may not be very customizable when it comes to terrain and there are no buildings in the arena, but that's perfectly fine as the little, to no, performance footprint makes it worth it. If you are looking for a lightweight event that's easy to set up to give your players something extra to do, this is a good option.
  11. Zoreeno

    Shop UI

    Here is an example of how i do it. This is from my Commands.json file. I created the command and named it "2KXP" "2KXP": { "DisplayName": "2000 XP", "ShowDisplayName": true, "Image": "https://i.ibb.co/CwdF4dh/2000XP.png", "Message": "You just bought 2000 XP", "Command": "givexp {playername} 2000", "BuyPrice": 500, "Currency": "paper" }, Then in the Categories.json file, I added it to the category using "command/" syntax. You can see below that i added the 2KXP command to the category as well as all the other commands I created. Like this: Categories.json "Buy_Items": { "Image": "https://i.ibb.co/rQGnfFr/dollaricon.png", "Permission": null, "Sale": 0.0, "Items": [ "command/2KXP", "command/antidose", "command/methmoon", "command/glauncher", "command/greengloves", "command/skillreset" ] },
  12. Zoreeno

    The Golden Egg

    If it's any help, you can blacklist the item from being stored in backpacks from within the config file for Backpacks. Like so: "Blacklisted Items (Item Shortnames)": [ "autoturret", "lmg.m249", "easter.goldegg" Just need to add easter.goldegg to the list of blacklisted items
  13. Zoreeno

    Furnace Levels

    "Main Settings": { "Currency Type": "Item", "Currency Display Name": "Scrap", "Currency Item ID (only if type is Item)": -932201673,
  14. Zoreeno

    Skill Tree

    Have you tried to load up a local test server with just Skill Tree as the only plugin and then test? I've been able to locate plugin conflicts in the past by using this method when I've been experiencing issues that others have not.
  15. Zoreeno

    BotReSpawn

    That's awesome. Out of curiosity, how will the botrespawn tempspawn command work? Will that allow the suicide timer to work like the hacked crate timers work? So that the NPCs blow up after a set amount of time?
  16. Zoreeno

    BotReSpawn

    Yeah it's definitely not working. I tried with multiple profiles and it doesn't do anything if the profile's autospawn is set to false. If i enable autospawn manually and then run the disable command, it will kill the bots, but they just spawn back up immediately. It almost seems like it's doing the reload part, but not the enabling/disabling autospawn part if that makes sense. Honestly if you just correct the enable/disable commands to perform as you described it would probably be enough for what i'm wanting to do. EDIT: Had a thought just after posting this. The command actually works for the default profiles, just not the custom profiles.
  17. Zoreeno

    BotReSpawn

    Thanks for the response. My profile does not have a space, but i think the reason why nothing happened was because the profile was not set to true for autospawn. Once autospawn the command works. But i guess it's not really what i'm looking for. I want a profile to be able to be left false for autospawn, but i can have it spawn via a command, and then once they die off they don't respawn until the command is run again (because autospawn will still be set to false). Sorta like how the toplayer command works, only with pre-set custom spawn points. If that's possible via a command that would be awesome! Thanks for considering
  18. Hey thanks for the response. Seems like a lot of work for a minor visual issue. While it's cool to have the icon switch in the players main inventory depending on the state of the bag, I feel like having it switch between different skins each time the bag is emptied may not be worth it in the long run, at least not for me. My vote is to just leave it as is and I'll just explain to players that if they want to see if the bag is on gather mode or not, just check the bag UI.
  19. I've noticed that since FacePunch messed with the furnace icons with the Oct 6th update the that bags are always showing the fire icon in the player inventory if they have an item inside even if gather mode is off, however on the bags hotbar it changes between the lightning bolt and the fire icon normally.
  20. Zoreeno

    BotReSpawn

    Is there no console/RCON command that I can run to spawn a profile on demand? I have an event that I only want the bots to spawn at while the event is running. Looking for a way to set a profile to spawn it's bots via a command and then have them die off after X amount of time. I tried the listed command botrespawn enable profilename but nothing happens when that command is run.
  21. Honestly it should just be as easy as setting the reward value for halloween.lootbag.large to 0 in the Rust Rewards config.
  22. For anyone that is considering this plugin and read the review that contained this ^ . You should know that this is a non issue and I'm willing to bet that this user is having some other conflict. I've been using this plugin since it was released almost a year ago and never experienced the problem on my server. I've also never seen anyone in this discussion page or the support page mention having this issue. People should really talk with the authors before putting things like this in the reviews as it can falsely damage the reputation of plugins and their authors. This plugin works well and as described.
  23. I have this issue to. It happens when someone puts just wood in the furnace and then clicks Run Splitter. It puts the players wood back into the players inventory and then throws that error into the console. The function is fine as I like it moving the wood back into the inventory if the player doesn't provide any ore to split with it, but maybe just get rid of the error spam and you're good I don't notice any function issues when the error pops up.
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.3k

Files Sold

Total number of files sold.

2.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.