Jump to content

Hawkhill

Member
  • Posts

    341
  • Joined

  • Last visited

Everything posted by Hawkhill

  1. Hawkhill

    Raidable Bases

    It worked like a charm. Container skin for metal..... will it apply just random colors, or is it any way to set the color? Dont want it to just use alot of random colors. Thats ugly as f...... Edit: Nevermind..... just saw the answer in the image from config that you posted But i assume that isnt added with the 2 lines i edited in the plugin file. Can wait with that until you release the next update
  2. Hawkhill

    Raidable Bases

    Great.... thanks alot for your help.
  3. Hawkhill

    Raidable Bases

    Like thiis?
  4. Hawkhill

    Raidable Bases

    How do i get building skins to work? Here is an example of my config on easy bases, "Change Building Material Tier To": { "Wooden": false, "Stone": true, "Metal": false, "HQM": false, "Use Adobe Skin": true, "Use Shipping Container Skin": false, "Use Brick Skin": false, "Only Apply Skin When Material Is Enabled": true (Have also tried false here)
  5. Hawkhill

    Raidable Bases

    Had to add it to serverauto. It went back to default after restart.
  6. Hawkhill

    Raidable Bases

    Thanks mate... this works great.
  7. Have had the same problem aswell since server update 07.09
  8. Does this only work on minicopter and not scrap helicopter?
  9. Hawkhill

    FireTimer

    Went back to version 1.0.1 and everything works fine
  10. Hawkhill

    FireTimer

    Updated to the newest version today, and fire on the ground is burning for like 5minutes.... But boxes can be looted and wreck can be salvaged right away.... No errors in console when reloading plugin.
  11. Hawkhill

    FireTimer

    It seems like the problem has been solved after server restart this morning.... Last night after the update many plugins seemed bugged and had to reload...... But everything is fine now.
  12. Hawkhill

    FireTimer

    This doesent seem to work anymore after August patch
  13. Hawkhill

    Convoy Reforged

    Opened in Edge instead of Chrome.... that worked fine.... thx
  14. Hawkhill

    Convoy Reforged

    Error while compiling: Convoy.cs(2571,52): error CS1503: Argument `#1' cannot convert `NetworkableId' expression to type `uint'
  15. Hawkhill

    Air Drop Marker

    Plugin needs update
  16. Hawkhill

    Raidable Bases

    Here is a medium base that didnt despawn after it got raided. 2 players on my server raided it 15min before server restart..... Anything i can do to prevent this? Add command to unload raidable bases before restart?
  17. Hawkhill

    Raidable Bases

    Yep... 100% sure..... perfect made circle and stacked.... and yep.... server is plugged in
  18. Hawkhill

    Raidable Bases

    Was noclipping around the map earlier and found 3 places with only a ring of external walls.... No dome, no base inside.... Gonna try to replace oxide with carbon soon..... can see if that makes any difference. Thx for answer
  19. Hawkhill

    Raidable Bases

    Sometimes the arena walls wont despawn when the raidbase despawns..... Anything i can do to fix?
  20. Hawkhill

    Better Npc

    What more is there to say? Im done discussing it........ And ive posted what i experienced......... Shouldnt be needed to use another plugin to manage the loot when the settings are already there..... Have a nice weekend and thanks for your time.......
  21. Hawkhill

    Better Npc

    Ok...... final attempt to try to explain what im actually trying to do....... When I tried earlier to combine prefab loot and own loot, it didnt work as i wanted, So i decided to create my own list with 96 items and disable prefab loot. That way the plugin has only one loot table to handle...... 1. From the list of 96 items i want either 3 or 4 items to drop every time........ 2. I want the amount of scrap ive defined in that list to drop EVERY TIME! This is the only item i want 100% drop on out of the maximum 3-4 items. 3. I also got a couple of items i want to drop more often than others...... Treasure Map for example..... So i have higher dropchance on these compared to the other items in the list When i choose 100% on 1 item, that one should be prioritized over all other loot that has lesser droprate than 100%. It shouldnt matter if i set 99.99% dropchance on all the other items. In RaidableBases for example this works. (Yes i know the loot system is different and are in another league)...... But ive defiined the 100% dropchance loot in the same list as the random loot. (Not use the baseloot system) RaidableBases will still choose 100% drop chance loot first before filling up the boxes with the random loot until the maxlimit has been reached. From the tests ive done with BetterNPC, the plugin seems to be rearranging the loot table ive defined in the config file. Lowest dropchances will be moved to the top of the list and the highest dropchances are moved to the end of the loot table. This happends automaticly when i reload BetterNPC. In the early tests i defined different dropchances on every type of items, cause some items has more value than others....... its all about the balance. i used values from 5% to 100% Then i experienced that the scrap that i set 100% drop on wouldnt drop because the maximum 3-4 items were filled with the other loot first. When i lowered all other items dropchance down to 0.5% it worked better, but still 1-2 times out of 50 npc kills scrap didnt drop and the maximum items were filled with the other loot that didnt have 100% dropchance. That made me suspect that the plugin start "rolling the dice" in the beginning of the loot table and keeps rolling one item at the time down the list until the maxlimit of 3-4 items. You said that the order of the items in the list doesent matter, but i think it actually does..... Items that was moved high up in the list dropped way more often han other items further down on the list in my tests..... Bet there is a simple fix for this....... make the plugin arrange the loot table the other way. Highest dropchance on top and lowest on bottom. That will probably prevent the 100% drop items to be rolled on last and have a chance that it wont drop at all cause the maxlimit has been reached. No need for a complex rewrite of the loot system. Disabling the min/max values will just make it more like a lottery...... One time only the scrap drops, next time 20 items drops depending on the rolls...... but yes..... the scrap will drop then...... But i want only 3-4 items drop PERIOD! I made it work most of the time by lowering all other items to 0.5% dropchance. Only approx 2 of 50 failed and no scrap dropped. So this isnt a serious issue........I can live with it.... But i might try to lower it even more to assure that the scrap will be added every time if this keeps happening more often. That will increase the chances that the plugin ends up going through the whole loot table ive made without reaching the item maxlimit and then can place the scrap in the loot. Then it starts on top of the list rolling again to reach the max item limit. But i have no idea if that will have any impact on the server performance since the plugin needs to roll many times on each item before it decides what loot will drop..... What the dev decides to do with this is up to him...... Im just trying to help him making this awesome plugin even better. Have a nice weekend..... im done discussing this matter....... already wasted too much time on this
  22. Hawkhill

    Better Npc

    My point is that i want to restrict how many items dropping to maximum 3-4 iteems each time. And by adding that many items to the list will secure that the loot is randomized and not dropping the same items again and again..... "It's going to pick random drops and roll the probability to see if it goes through, it it goes through it takes a min/max slot. Period." Thats what im trying to explain..... its going through the list and rolling the dice until the min/max rule is met.... If the min / max number of items rule have been met before it comes to the scrap that ive set 100% drop on, its not going to add that since the max items rule is preventing that....... Thats why the plugin should roll the dice on the items with highest dropchances first.... Ive also noticed something else with the config today...... When i upload the config file to the server and reload the plugin, it rearrange the order of the items ive defined in the list by dropchance..... The lowest dropchances comes first, then the highest dropchances comes last on the list, The scrap that ive set first in my configfile, will automaticly be moved to the end of the list because its the hightest dropchance (100%) Maybe changing this in the plugin so the highest dropchances comes first on the list? I guess the plugin start rolling from the beginning of the list, not the end.... Then there is a chance the Min / Max is filled up before it comes to the scrap. Ive been playing around a lot with loot tables on Raidable bases plugin...... there i have no issues with this..... 100% drop loot will be choosen before it starts rolling on random loot.....
1.7m

Downloads

Total number of downloads.

7.8k

Customers

Total customers served.

118k

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.