Jump to content

ZEODE

Creator Pro
  • Posts

    2,100
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by ZEODE

  1. ZEODE

    Heli Signals

    It means that is how long the heli will orbit for whenever it enters orbit mode, before breaking off and flying away or strafing if it is targeting.
  2. ZEODE

    Heli Signals

    Why did you post the same question multiple times? The health is easy, use the default Easy profile as a guide, since this is vanilla settings. The heli has a main HP/Health, then it has individual rotor health. If you want to change the heli health, you need to increase all 3 of these accordingly. So set main HP l/Health to 80k. This equates to 8 time the normal heli HP. So multiply the default easy rotor healths by 8 to get the proper scaled amounts for these too to get the desired setting you wish.
  3. ZEODE

    Bradley Drops

    Hi, in future please can you use the proper support section for issues. The issue you are having is due to another plugin conflicting. Please open a support request and we can work it out. Please let me know in the support thread the version of this plugin you are using, and the name of any other plugins which act on Bradley or Supply Signals. I plugin list would also be very helpful.
  4. ZEODE

    Fish Loot

    Version 1.2.5

    86 downloads

    Fish Loot allows players to catch custom loot items instead of fish by chance. Create a custom loot table, with configurable rarity and drop chance per item. You can also specify the required bait value per item, so players will need to use that bait to get the best items! NOTE: If you enable the config option to allow fish traps to continue trapping after a successful catch, you will also probably need to give players the no trap damage permission, otherwise while the player is away, if the trap catches many times, it will break and the player will lose their trap and loot. Players can also get the same chance to get a custom loot items when gutting selected fish if enabled in the config. Very simple to set up with a small example loot table as default. Then just edit the loot table to suit your needs and add as many custom items as you like. All options you could possibly need in the config file. Permissions: fishloot.condition (players rod doesn't lose condition) fishloot.nofail (player can reel in fish without losing) fishloot.instacatch (hook a fish as soon as you cast) fishloot.gutluck (player has chance of item when gutting) fishloot.fishtraps (player has chance of item from fish traps) fishloot.notrapdamage (players fish traps do not lose health after catch) There are also chance multiplier permissions which can be created and set in the config. Players with these permissions will have a higher chance of getting a bonus item. Default Config:
    $12.99
  5. ZEODE

    Bradley Drops

    Currently if the bradley gets stuck it doesn't re-path yet. This is in progress and I will update to improve the AI soon. I have not tested with Bradley tiers so I can't tell you for sure on that, if I get time outside of work and family I will try and find out. There are checks when players throw to make sure it is not inside a compound etc.
  6. ZEODE

    Tiered Electricity

    I can definitely add an option to enable/disable player chat notices yes, I will add this to the next update and try and push it out in the next couple of days. Or if you'd rather, you can also customize the chat message in the language file. If you need it disabled in the meantime, you could open up the plugin file in a text editor and comment out or remove line 136, so it would go from this: if (chatAnnounce && !tier.Equals("noPerm")) { entity.MarkDirty(); Message(player, "Placed", entity.GetDisplayName(), tier); } to this: if (chatAnnounce && !tier.Equals("noPerm")) { entity.MarkDirty(); //Message(player, "Placed", entity.GetDisplayName(), tier); } Then when the proper update drops you can change to the proper update. Up to you.
  7. ZEODE

    Heli Signals

    Lower is less accurate, higher is more accurate. I will look into it, I have not used that plugin before and I don't have it to test, so I will see what I can do.
  8. ZEODE

    Heli Signals

    Hi guys, which version are you using. The latest version is 1.1.2 and should have fixed this issue. Please confirm you are using this version and that you didn’t download an old version. Sometimes Chrome based browsers have a cache issue which means you don’t get the most recent file downloaded. If you are using 1.1.2 and still have an issue, please open a support request instead of comment here so I can keep track of issues.
  9. ZEODE

    XPerience

    I don't see an option anywhere in the config to disable a section we don't want/need. Example, Electrician skill I do not want to use in XP, because we already use a different plugin for that, which is now conflicting with it. Is there an option to not have this plugin handle Electricity ents?
  10. ZEODE

    Bradley Drops

    Is that the exact message you get in chat? Because that is not what my plugin will say in chat if you are not owner. Do you have a screen shot?
  11. ZEODE

    Heli Signals

    I'm confused as to why it will be blocking damage to the patrol heli. Are you talking about Wipe Protection by FastBurst? If so, it is written to only act on building blocks. What steps have you taken to make sure it is that plugin blocking the damage?
  12. ZEODE

    Bradley Drops

    I don't think I was being condescending at all. I've not heard from anyone that there has been an issue with Loot Defender, unless like I said, my memory has failed me. LootDefender looks for the OwnerID of the Bradley to decide whether to block damage or not, likewise with the gibs and crates for looting etc. My plugin assigns the calling players OwnerID to all these entities, so it shouldn't cause an error like this. If the team are unable to damage or loot, then the Clan/Team options in the config are not enabled. When you say "it said not owner of this and wouldnt let even the owners of the event loot crates or mine the debris.", do you mean my plugin, or Loot Defender gave these messages?
  13. ZEODE

    Bradley Drops

    I know a lot of servers who use this with LootDefender without any issues, including mine. I can't remember it ever not being compatible, but my memory is terrible Anyway, yes its compatible.
  14. ZEODE

    Heli Signals

    This is all configurable, I have added the default config to the plugin page so you can look at all the options :)
  15. ZEODE

    Heli Signals

    Hi, yes there is an adjustable cooldown, or different cooldown by permission. You can also limit the total number of active helis
  16. ZEODE

    Bradley Drops

    This is not the correct place , please open a support thread for support issues.
  17. ZEODE

    Heli Signals

    In future please use the Support Section for issues. Try unloading the plugin and then loading it again. Do not simply reload, make sure to both unload then load. If this does not fix your issue, please open a support threat in the proper section, thanks.
  18. ZEODE

    Bradley Drops

    Please open a thread in the support section so we can discuss the problem and see if we can solve it.
  19. ZEODE

    Bradley Drops

    OK, so I loaded it up and had a really quick look, its very simple to add items to the shop. Just use the items that are already there as examples. All you need to do is add the items in the config, then make sure you add the items to the category of the shop you want to sell them in, by their custom name which you just specified. So in the config, you should create a new item to sell in the shop for each Bradley Drop tier you wish to add. For example (change the price etc to suit): Then, under the category you wish to sell them in your shop, you need to reference the items you just created. I am placing in the "Tool" category in this example since Supply Signals are tools in the game. Add the names of the custom items you set up, so your Tool category might end up looking something like this: Now when you load the shop you will see the items there and they will be purchasable.
  20. ZEODE

    Bradley Drops

    I haven't had time, work has been manic. Did you ask for support by the GUI Shop dev? The issue is with the shop plugin or at least, with your config after all. I will try and look when I have time, but the issue isn't with my plugin. Hi, I have now added a default config to the plugin page, so you can see all the customizable options. What you want should already be there I think.

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.4m
Total downloads
Customers
10.9k
Customers served
Files Sold
156.8k
Marketplace sales
Payments
3.4m
Processed total
×
×
  • 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.