Jump to content

Krungh Crow

Creator
  • Posts

    1,254
  • Joined

  • Last visited

Everything posted by Krungh Crow

  1. looking into it
  2. Krungh Crow

    ???

    { "probability": 1.0, (float so can be 0.01 to 1.0) "shortname": "ammo.pistol", "name": "", "skin": 0, "amountMin": 5,(int so rounded values 1 2 3 100 1000) "amount": 5 (int so rounded values 1 2 3 100 1000) },
  3. Krungh Crow

    ???

    on what ? fractions as spawnRATE not amount those are 2 things he prob built in a conversion when people use fractions instead of whole numbers so its rounded up as a full value. This should not be a thing since you have to understand what a value does. Do not compare shit others do so inexperienced users use wrong values on other plugins and ask themselves why the cfg is throwing errors
  4. Krungh Crow

    ???

    well we been saying this for allot of cfg mishaps so far. try to keep in mind the int and float values (whole numbers and fractions) and watch console always when edit testing a new cfg.
  5. Krungh Crow

    ???

    0.6 items ? you really need to work on your cfg editing skills since you obviously don't know what it all does NO plugin uses a minimum spawn amount of 0.6 that is 1 or 2 or 300 not a fraction spawnchance is something else depended on the plugin can be either a 0-1 value or 0-100 value
  6. Krungh Crow

    ???

    well items are whole numbers (int) and not fractions (float) i see several items to spawn as 0.6 instead of 1 or more
  7. Krungh Crow

    ???

    you are using fractions for the item amounts in loot tables and min amount should be 1 not 0
  8. i added the fix cause it was breaking the skins for several plugins for a long time. It is obsolete now and apperantly fixed so its removed.
  9. that's fine now you'll see splitting the bones results in having no skinned bones after splitting since that is not handled by stackmodifier. his plugin was breaking the shit hence i added it.
  10. stackmodifier breaks the skins thats why there is a splitfix built in. doubt that sulfur has a skin cause when it has no skins my plugin does nothing and returns null
  11. Krungh Crow

    ???

    its a bugg that popups once in a while it used to happen when using plugins like alphaloot having the apc health set (i know should never be in a loot plugin but its in there). random plugins setting its health is hard to target which ones alter it since its not always clear why they would even do so
  12. Krungh Crow

    ???

    yeah its the cfg now being edited correctly. just do it step by step it gets easier once you done this more
  13. Krungh Crow

    ???

    backup the file you use now and generate the new one change values 1 by1 there has to be a variable not set right otherwise the cfg would not throw an error
  14. Krungh Crow

    ???

    if it gives errors after changing cfg it means the file has been edited wrong. don't rely on json checkers they only check if brackets and commas are correct. you cannot change all 1 to 1.0 without knowing what type of value it is. this is not the only plugin you had issues with when changing its cfg ?! Compare the values from the default cfg. anything that is a fraction is always ending in a 1.* and amounts as 1
  15. prob one of the many npc plugins not removing their inv correctly
  16. Krungh Crow

    ???

    make sure that formatting is all correct when changing the cfg file. this is the same for every config for all plugins check if you didn't make any 1.0 values in 1 values for example since this happened during the editing of the file. json checkers do not check or see if it was 1 or 1.0 (int or float values) "probability": 1, and "Bradley Throttle Responce": 1, also is a float value so that needs to be "probability": 1.0, and "Bradley Throttle Responce": 1.0,
  17. Krungh Crow

    ???

    tiers are random have to respawn some to see it happen and use the debug and watch console when triggering bradleys
  18. Krungh Crow

    ???

    the json checker does not see if it is a float or int by changing that 1 to 1.0 should fix the syntax error for each profile
  19. Krungh Crow

    ???

    "Bradley Throttle Responce": 1, should be| "Bradley Throttle Responce": 1.0,
  20. Krungh Crow

    ???

    this was after you changed the loot ?
  21. Krungh Crow

    ???

    means you edited the cfg file incorrectly
  22. Krungh Crow

    ???

    if you use custom maps make sure you installed rustedit for the bradleyspawning
  23. Krungh Crow

    ???

    then there is nothing i can do for you if they spawn with health assuming other plugins change it. seems like a map issue if it is only at launchsite
  24. Krungh Crow

    bradley has 0 health

    Changed Status from Pending to Closed
  25. Krungh Crow

    bradley has 0 health

    it has not changed you where using 2 different bradleyguards plugins
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.5k

Files Sold

Total number of files sold.

2.4m

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.