Jump to content

DeutscherRitterPlatz

Creator
  • Posts

    528
  • Joined

  • Last visited

Everything posted by DeutscherRitterPlatz

  1. Changed Status from Work in Progress to Closed
  2. Changed Status from Pending to Work in Progress
  3. Thank you for the report, I will take a closer look at the problem I can not reproduce this error, can you please send me your config? If you have given yourself this permission "NoRestore.bypass" or a group, the user gets his inventory back. If you only want to exclude one zone, the config must look like this. { "Chat Settings": { "Chat Prefix": "<size=12><color=#AE3624>YOURSERVERNAME</color> <size=16>|</size> <color=#738D45>NoRestore</color>\n", "Notification In Chat": true, "ChatIcon (SteamID)": 76561198978132862 }, "Zone Settings": { "List ZoneIDs": [ "ZONEID" ] } } But if you want to exclude several zones, the configuration must look like this. { "Chat Settings": { "Chat Prefix": "<size=12><color=#AE3624>YOURSERVERNAME</color> <size=16>|</size> <color=#738D45>NoRestore</color>\n", "Notification In Chat": true, "ChatIcon (SteamID)": 76561198978132862 }, "Zone Settings": { "List ZoneIDs": [ "ZoneID", "ZoneID", "ZoneID" ] } }
  4. DeutscherRitterPlatz

    Shop

    "NPC Shops (NPC ID - shop categories)": { "7103021056": { "Categories (Titles) [* - all]": [ "Weapons" ] }, "7654321": { "Categories (Titles) [* - all]": [] }, "8410640896": { "Categories (Titles) [* - all]": [ "*" ] }, "10459019264": { "Categories (Titles) [* - all]": [ "*" ] } }, 7103021056 - this is the NPC ID, * - stands for all shop categories Weapons - is a shop category, so only the NPC will be assigned the weapon category. Everything adjustable in the config
  5. Hello @Mevent I raised this topic on 01/20/2022 under Discussions, but until today unfortunately have not received any answer from you, so I am contacting you directly via support ticket. I'm not questioning your work, but it bothers me that you ignore such important features. You advertise your product as performing, I can confirm that, but only for a certain period of time. Why isn't a query added to the data entry in the data as to whether it is a player with a SteamID, because currently all NPCs that use a kit of your plugin on the server are added. The month of February alone gave us a .Data with 2.6 million rows. Is that called performance if the plugin saves every 10 minutes? I apologize for my words and my excitement, but we paid almost $30. I would understand and accept your reaction if you had checked "Disable support" under edit file, but it looks like you offer support for your products, so I would appreciate if you edit this ticket and maybe add it Add a "query" and use it to exclude NPCS from the data. Because this problem leads to performance problems for modded servers with plugins such as NPCKits, NightZombies & Co Here is picture of our data..
  6. Hi @MikeHawke Thank you for taking over the support for the plugin, could you possibly implement this function for the next update?
  7. Please @Mevent could you exclude all NPCs, because even NPCs are written into the PlayerList.json, which is very unsuitable for a PvE server.. because the file is getting bigger every day and causes massive stutters when saving.
  8. In addition, we noticed an error. If you select "What loot table should the plugin use?" is set to 0, this setting no longer applies "Should the corpse be removed?" even if this was set to true. Additionally, the Sadan takes more damage from a weapon's bullets than it does from Timed Explosive Charge or rockets. These errors only appear since version 1.1.8. If you have time, you could take a closer look.
  9. Thanks, <3 A simple solution, you should have known ^^ Ticket can be closed
  10. DeutscherRitterPlatz

    CookTime

    Hi @imthenewguy, first of all thanks for the cool update. I saw that you changed a lot on the plugin. I have already adapted our cooking system for us again, but with version 1.2.7 I implemented an additional function that the cooking time was displayed under the description. However, this is currently no longer possible with version 1.2.8. Can you help me to implement it again? I already have everything ready, the only thing I'm really missing is the variable for the cooking time. I created a new default message "CookingTime" under #region Localization and also defined it in "ingredients_menu_description_1". That goes so far, but as I said, unfortunately I'm missing the variable from the Cooking Time new CuiTextComponent { Text = cookingData.description + "\n" + (cookingData.buffType == BuffType.Permission ? GetPermissionBuffDescription(cookingData.perms) : GetBuffDescription(cookingData.buffType, cookingData.BuffModifier) + "\n" + string.Format(lang.GetMessage("Duration", this, player.UserIDString), cookingData.buff_duration) + "\n" + string.Format(lang.GetMessage("CookingTime", this, player.UserIDString), cookingData.buff_duration)), Font = "robotocondensed-regular.ttf", FontSize = 16, Align = TextAnchor.UpperLeft, Color = "1 1 1 1"}, With version 1.2.7 I used kvp.Value.cookTime Possibly you can help me with this problem. I took a picture of what I mean exactly. This has nothing to do with this topic, but can still be important. I think the DefaultRecipe and DefaultFood are enforced and written into the config over and over again.
  11. Hi @imthenewguy Does the plugin also support Economics or ServerRewards ? If not, would you support it?
  12. Open the plugin with Notepad++ and search for UI_Crafts craft Just comment out Close = Layer. If it then looks like this, the gui no longer closes.
  13. Would you add a few more Buffs? BleedingResist - The user no longer bleeds. PoisonResist - RadiationResist - Is immune to radioactivity BulletResist - The user takes less damage from bullets "players, helicopters, tanks, NPCs" SlashResist StabResist - Thus, the damage the player takes is reduced when stabbed by the cactus or by a spear. ElectricShockResist - The player no longer takes shock damage. VehicleResist - The player no longer gets damage when a train, car, heli hits him. perfectrepair - condition loss is completely removed when repairing. Suicide - If the user eats the food, the player dies instantly. The player takes very high damage and dies as a result. "Radioactivity?" Permissionbuff - If the user eats the food, he gets permission for the time that you can set yourself in the config. ConfigExample "candy cane": { "enabled": true, "base_shortname": "fish.cooked", "imageURL": "https://imgur.com/345345.png", "description": "Im sure the crew enjoy this as well.", "skin": 27081321999, "ingredients": [ { "displayName": "sugar", "quantity": 10 } ], "buff_duration": 600, "cookTime": 30, "buffType": 40, "coolDown": 0.0, "permission": "instantexperiment.use", - If the admin implemented a permission here and set the buff type to "permission", the user will get the permission for the time. "BuffModifier": 2.0 } Expand buffs BuffType: Wealth - add more entities., All NPCs, LootContainer, , Animals, Ore Possibly as with the animals, the user could add the entities independently in the config. ConfigExample "Animals that are considered part of the Animals gather source": [ "boar", "horse", "stag", "chicken", "wolf", "bear", "polarbear", "simpleshark" ], "Entities that should count as a source for the Wealth buff type.": [ "boar", "npc_bandit_guard", "scientistnpc_ch47_gunner", "scientistnpc_oilrig", "stones", "sulfur.ore", "metal.ore", "hq.metal.ore", "wood", "players", "roadsign1", "crate_normal", "crate_normal_2", "crate_normal_2_food", "crate_normal_2_medical" ], BuffType: BarrelSmasher - all roadsign support. Or create an extra buff for it. We would be very happy if you would look at the topic of meal stacking again. Would you also allow buffs for cooking ingredients that you have to craft when you eat them? Our users need to craft an herbal elixir which they in turn need for a HealTrank, but if the user would eat the herbal elixir nothing happens even if the herbal elixir has a buff type. The buff only works if we take the herbal elixir from the ingredients list, so it would just be a simple meal. However, if we remove the herbal elixir from the ingredients list, it will no longer appear in the recipe. "Ingredient information": { "Kräuter Elexier": { "enabled": true, "base_shortname": "black.raspberries", "skin": 276000000, "gathered_from": 19, "dropWeight": 0, "max_count": 0, "imageURL": "URL", "market_enable": false, "market_buy_price": 10.0, "market_sell_price": 5.0, "market_quantity": 0 }, }, "Recipes information": { "Kräuter Elexier": { "enabled": true, "base_shortname": "black.raspberries", "imageURL": "URL", "description": "", "skin": 276000000, "ingredients": [ { "displayName": "Bohnenkraut", "quantity": 100 }, { "displayName": "Honig", "quantity": 100 } ], "buff_duration": 600, "cookTime": 20, "buffType": 2, "coolDown": 0.0, "BuffModifier": 20.0 }, }
  14. Wouldn't it be better to run the query via the SkinID, would that be an alternative solution? Thanks anyway for your quick reply, Top Plugin!
  15. DeutscherRitterPlatz

    Meal Stacking

    Hi, I have a question. Where can I change the stack height of a meal? I would love to have these meals stacked.
  16. Just give the group or user permission. shop.free "But you must have the current version!"
    A very nice plugin, but a plugin that would have even more potential if more features were implemented. Value for money, mhhh.. we appreciate work like this, that's why we bought the plugin and paid a price of 20€. The developer could be more responsive to the needs of the community. The plugin works fine, but we don't use this plugin at the moment because you could also crash a server with this plugin. Would we recommend the plugin? Yes we'll do that The plugin gets 4/5 stars from us because the support is unfortunately a bit desirable. @Mevent does a great job, we have already purchased several plugins from him "Battlepass, Shop, Kit, Skills, BankSystem, CarSharing, Crafts, Statistics, BuildTools" Thank you for your great works.
    Very nice plugin and a nice extension for the snowmobile. The controls take a little getting used to, but once you get the hang of them, driving is a breeze.
  17. What mods are you using for your server? Is your map a self-mapped one?
    Support has been discontinued and is hardly usable! This plugin is very easy to configure and, in our opinion, the price-performance ratio is right! We were happy to pay 15€ for it, but of course we hope that this plugin will be further developed and changes will be made. Plugin support is very good so far. Many users have asked for such an extension. @Damo programmed such a plugin and we are grateful for it Our users love this plugin. Thanks for this plugin @Damo
  18. The bear rug is not the Mini or Scrap Heli, it has no real use in the game. We use the plugin "https://umod.org/plugins/portable-vehicles", users buy a heli in the shop and can then place or pick up the heli at any time. I know there are other ways, but this is the easiest of them all.. and our players love it ^^
1.8m

Downloads

Total number of downloads.

8.4k

Customers

Total customers served.

127k

Files Sold

Total number of files sold.

2.6m

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.