Jump to content

Zoreeno

Member
  • Posts

    254
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Zoreeno

  1. I saw that you released a new plugin Roam Bubble last week and have been pushing updates for it. Looks like a pretty cool plugin. We'll be standing by for you to recover so that you can take a look at the issues on this one. Hope you feel better soon, tonsillitis is rough.
  2. Zoreeno

    Commands Item

    Is it possible to extend this plugin to allow other types of items to run commands? Food for example... I would love to be able to have players click "Eat" on a skinned candy bar and it would run a command.
  3. I think if you read the support requests thoroughly you would see that people do in fact understand how the hook works, it triggers the carry over when it detects a new save file was generated. Your plugin is even putting in the console that it detected a new save file and is moving player data over to the overall database, but the problem is that it's not carrying over all the data correctly. I posted all this to you in these discussion threads and in the support ticket. So it would appear that the issue is not that people do not understand the OnNewSave hook... but that you are not understanding the issue with your plugin.
  4. Zoreeno

    Skill Tree

    I had no idea that command existed. I guess i should have looked closer at the list of commands in the description. This worked perfectly. Thanks!
    This plugin is great! Although it looks intimidating by the description and the length of the config file, I was able to get my own custom bags created and usable by players in no time. The gathering feature that can be enabled/disabled on the bags is really what sets this plugin above the rest and makes it worth the asking price. You can custom configure the bags and what they do or don't accept however you want. We've created our own skins and custom bag configurations, inserted them into the loot table and made some of the more powerful bags rarer to find, ect. With a little creativity you can set up the progression of the bags how you need. The support on this plugin has been extraordinary so far, responses have been fast and explanations of why certain things are set how they are have been extremely detailed. Good job on this one guys!
  5. Zoreeno

    Skill Tree

    I'm using a plugin that allows me to give players custom items via a command. My goal is to give the player the custom item as a level reward. The problem I am running into is that the custom item that we are giving out has a space in the display name so i need to put "" around the display name so it knows what the display name is. So as an example. I can run the plugin's command in console like this: createitem chicken.cooked "Homemade Moonshine" 1 2860127847 {id} The plugin's command uses the syntax: createitem <shortname> <displayname> <quantity> <skinid> <playerid> In another plugin, I'm able to use the command in the config to give items with a space in the display name like so: "Command": "createitem chicken.cooked \"Homemade Moonshine\" 1 2860127847 {id}" the \ \ characters allow the items display name to contain a space without the "" causing an error within the Json file (if that makes sense) However in Skill Tree it doesn't work. Is there another trick to be able to include something with "" around it within the skill tree commands for level rewards? (sorry if that's confusing, it's difficult to explain)
  6. You got a good point there. The description for this plugin over there is beautifully laid out, with the accordion menus and all. Was very easy for me to read through. Well good damn job on this one, I've been very impressed so far and my players are loving it. I'll be dropping a review for you guys on both sites once I've had it running for a week or so.
  7. The folks complaining about the price.... Maybe they don't understand the time and effort that goes into plugins as complex as this one. I could understand the complaint if the plugin is half working and has an author that is too busy to support it, but that doesn't seem to be the case at all on this one. For what this plugin can do, i find it worth a high asking price. PS: I wish i knew you were going to release this on Codefling, i would have waited to buy it. I bought my copy for the other marketplace. Not that i don't like that marketplace, it's fine and the owner is a great dude, but Codefling's design is just so much better
  8. I would have to wait until we wipe again to test that, which will not be for some time. We actually went with a different product. I no longer need support on this. Thanks though.
  9. Are you trying to pick it up while it has water in it by chance? I can pick mine up, but has to be empty first.
    What would the world be like without a free Permission Manager that works beautifully? Doomed, that's what. This plugin just works and does what it's supposed to and does it well. Accept no substitutes.
  10. Zoreeno

    Skill Tree

    Ohhhh gotcha. So it's just like the seperate custom nodes/skills that we can create, but you can also add perms to be granted on the default nodes as well That's cool. Thanks for explaining
  11. Zoreeno

    Skill Tree

    Hey just out of curiosity, what is the proper use of this perms section under each node used for? I played around with it trying to change null to different permissions to see what it does, but it always throws an error
  12. Zoreeno

    Skill Tree

    @imthenewguy You sir are a golden god. If only it were possible to rate this plugin over 5 stars. Your support and adding requested features on this is amazing. Thanks!
  13. Zoreeno

    ATM (Cash Machine)

    If you are using Magic Loot it sounds like you just need to find paper in the data file and make sure the stack size is not set to 0. Then add it as "extra loot" in the main config. I did not like Magic Loot when i tried it so i'm not very familiar with it. You may be better off using Better Loot if you are looking for a free loot modifying plugin. But if you are willing to spend, i always recommend Alpha Loot. It takes a while to learn but well worth the time and money invested. You can spawn paper in crates with a custom name of "Money" or whatever you want and with a custom skin.
  14. I'm guessing it's difficult for you to replicate my issue on your local test server since it's not populated with different players between wipes. Do you have any other customers that purchased this and is using it on a populated live server that you know of?
  15. Zoreeno

    Skill Tree

    I do this exact thing, but with large presents using CommandsItems plugin. It's available here on Codefling. You have to be creative and create your own skin and ways to distribute the presents into the loot system. But you can 100% make it work just how you described.
  16. Zoreeno

    Skill Tree

    This is a great idea. I have some very powerful skills set up that folks are trying to unlock right away on a wipe, which kind of messes up the natural flow of the wipe. If i could lock the perm for the tree behind a level requirement, (ie, have the SkillTree plugin give them the perm to access the overpowered tree automatically when the level is reached)... that would be huge.
  17. I looked through SQL logs but i'm not seeing anything that stands out during a wipe, same thing with my game server logs I got the following console message while the server was booting up after a new save 14:15 [Info] [Better Statistics] Moving wipe table to overall due to new save file. However, it did not carry over all the players. It seems to only add stats for the original players that were already in the "overall" database from the first wipe. So it's updating existing players in the overall database with their stats from the wipe, but isn't able to add new players. This is what has happened for every wipe since the first wipe i did after using the plugin. Hopefully that makes sense.
  18. Zoreeno

    Commands Item

    yep. any command is possible. You would just need to use the $player.name argument in the command so that it knows to add the player that opened the item to the group. So it would be like this ..... oxide.usergroup add $player.name groupname .... in the config.
    Love this prefab! I first discovered it after purchasing the Cacatua map (great map btw) and just had to buy the separate prefab to add to other maps. This prefab offers players a farm that's already set up and ready to go. Getting the systems all up and running is easy to figure out and the underground building area for players is great. Players who take the time to figure this monument out absolutely love it. Everything Firecrow creates is always great.
  19. Plugin is still broken btw.
  20. Zoreeno

    Shop UI

    Best Shop plugin on the market by far. The UI fits in perfectly with Rust's default aesthetic. You can customize each item and currency however you want. You can sell commands, you can set cooldowns, you can restrict certain items after a wipe and have them auto unlock whenever you choose. It works with HumanNPC to set up NPC shops. Basically it does everything you want a Shop plugin to do and does it all while looking professional and clean. David's support is always fast with all of his products. I would highly recommend this Shop to anyone looking for a good way to offer an in-game shop to their players.
  21. Zoreeno

    Furnace Levels

    From the description of the plugin....
  22. Zoreeno

    Skill Tree

    Here is a suggestion. Remove the PVP related skills and replace with animal stuff. I have a PVP server but i wasn't interested in the PVP buffs. One of the skills that I replaced them with I called "Beastmaster" and it just grants them the permission from the free plugin called Neutral Animals. Animals ignore them unless they engage first. I have an icon made up for it that you could use if you wanted. https://i.ibb.co/CmmwpDX/Beast-Master.png With permission skills your options are very wide, just have to get creative.
2.3m

Downloads

Total number of downloads.

10.5k

Customers

Total customers served.

152.3k

Files Sold

Total number of files sold.

3.2m

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.