Jump to content

domleg

Member
  • Posts

    24
  • Joined

  • Last visited

domleg's Achievements

Apprentice

Apprentice (3/15)

  • Collaborator
  • Dedicated
  • One Year In
  • Week One Done
  • One Month Later

Recent Badges

3

Reputation

  1. domleg

    Npc Spawn

    I'm using New Dawn map and it's spawning a lot of Scarecrows in different areas of the map mostly around custom monuments, I can't get the loot to work on those Scarecrows, they have scarecrow prefab and whey they die they have murderer_corpse prefab. They are added to the map by the map editor using NPCSpawn plugin I think. How can I get AlphaLoot to populate these Scarecrows properly?
  2. domleg

    Loot multiplier not working1

    I think I will get my provider to move me to another machine so I can start totally fresh.
  3. domleg

    Loot multiplier not working1

    Yes, I have updated and updated many times, I also have auto-update/restart enabled every night at 4 am
  4. domleg

    Loot multiplier not working1

    No, that's the weird part, no errors, just that it's receiving the hook to bypass the CanPopulateContainerHook, this is constantly true, same with AlphaLoot CanPopulateLoot hook is constantly streaming when I debug the code. So all the loot is just vanilla with no multipliers or adding extra slots to containers with more loot. Only when I disable this hook in the code does AlphaLoot work and this plugin work. Happened right after the wipe/update.
  5. domleg

    Custom Loot

    You want that level of customization you need AlphaLoot or LootTable. Best 2 I've seen for loot configs.
  6. domleg

    Loot multiplier not working1

    I just bought this plugin because I can't get AlphaLoot to work after this update and yours is also not working, the multipliers are ignored and I only get vanilla loot and the plugin keeps getting that black screen with the on it, the loot box is always vanilla even after making custom changes. I have completely wiped my server and started from scratch with only image library and this plugin, still it's not working.
  7. domleg

    Advanced Hit Bar

    Is it possible to also have the text value of health remaining when the health bar goes down?
  8. domleg

    Animal Boxes

    I figured out how to make them spawn better. Add a +2 to make them spawn higher, then fall down instead of dying in the mesh. Line 49: BaseAnimalNPC animal = GameManager.server.CreateEntity(config.animalPrefabs[animalBoxes[netId]], new Vector3(info.HitEntity.transform.position.x, info.HitEntity.transform.position.y - 2, info.HitEntity.transform.position.z + 2)) as BaseAnimalNPC; If I shouldn't use that, where can I find a list of all HumanNPC prefabs that are in the game? I searched the Rust Prefab List but there is so many NPC, no clue what the difference is. Here is what I was able to filter in Excel based on HumanNPC and prefab string search assets/rust.ai/agents/npcplayer/humannpc/banditguard/npc_bandit_guard.prefab assets/rust.ai/agents/npcplayer/humannpc/heavyscientist/heavyscientist.prefab assets/rust.ai/agents/npcplayer/humannpc/heavyscientist/heavyscientistad.prefab assets/rust.ai/agents/npcplayer/humannpc/humannpc.prefab assets/rust.ai/agents/npcplayer/humannpc/scientist/scientistnpc_cargo.prefab assets/rust.ai/agents/npcplayer/humannpc/scientist/scientistnpc_cargo_turret_any.prefab assets/rust.ai/agents/npcplayer/humannpc/scientist/scientistnpc_cargo_turret_lr300.prefab assets/rust.ai/agents/npcplayer/humannpc/scientist/scientistnpc_ch47_gunner.prefab assets/rust.ai/agents/npcplayer/humannpc/scientist/scientistnpc_excavator.prefab assets/rust.ai/agents/npcplayer/humannpc/scientist/scientistnpc_full_any.prefab assets/rust.ai/agents/npcplayer/humannpc/scientist/scientistnpc_full_lr300.prefab assets/rust.ai/agents/npcplayer/humannpc/scientist/scientistnpc_full_mp5.prefab assets/rust.ai/agents/npcplayer/humannpc/scientist/scientistnpc_full_pistol.prefab assets/rust.ai/agents/npcplayer/humannpc/scientist/scientistnpc_full_shotgun.prefab assets/rust.ai/agents/npcplayer/humannpc/scientist/scientistnpc_heavy.prefab assets/rust.ai/agents/npcplayer/humannpc/scientist/scientistnpc_junkpile_pistol.prefab assets/rust.ai/agents/npcplayer/humannpc/scientist/scientistnpc_oilrig.prefab assets/rust.ai/agents/npcplayer/humannpc/scientist/scientistnpc_patrol.prefab assets/rust.ai/agents/npcplayer/humannpc/scientist/scientistnpc_peacekeeper.prefab assets/rust.ai/agents/npcplayer/humannpc/scientist/scientistnpc_roam.prefab assets/rust.ai/agents/npcplayer/humannpc/scientist/scientistnpc_roamtethered.prefab assets/rust.ai/agents/npcplayer/humannpc/tunneldweller/npc_tunneldweller.prefab assets/rust.ai/agents/npcplayer/humannpc/tunneldweller/tunneldweller.prefab assets/rust.ai/agents/npcplayer/humannpc/underwaterdweller/npc_underwaterdweller.prefab assets/rust.ai/agents/npcplayer/humannpc/underwaterdweller/underwaterdweller.prefab
  9. domleg

    Animal Boxes

    I added all of them and they all have the same problem, seems after I restart the server they kinda work. They finally spawn but take forever to load their weapons and also don't run after you like the animals do? Why? Lol! Minecraft in Rust! assets/rust.ai/agents/npcplayer/humannpc/scientist/scientistnpc_heavy.prefab failed to sample navmesh at position (663.2, 24.1, 421.1) on area: HumanNPC
  10. domleg

    NPC won't spawn

    NPC's won't spawn, they appear and disappear right away. assets/rust.ai/agents/npcplayer/humannpc/scientist/scientistnpc_heavy.prefab failed to sample navmesh at position (1683.9, 12.4, -634.9) on area: HumanNPC
  11. domleg

    Animal Boxes

    NPC's won't spawn, they appear and disappear right away. assets/rust.ai/agents/npcplayer/humannpc/scientist/scientistnpc_heavy.prefab failed to sample navmesh at position (1683.9, 12.4, -634.9) on area: HumanNPC
  12. domleg

    Animal Boxes

    Found it...seems there's an a max animal count but it always picks the same animals/npc, so I never get 2 different ones. "Crate Animal Chance (0-100)": 5.0, "Barrel Animal Chance (0-100)": 15.0, "Crate Minimum Animal Amount": 1, "Crate Maximum Animal Amount": 1, "Barrel Minimum Animal Amount": 1, "Barrel Maximum Animal Amount": 2, "Crate Animal Chances": { "bear": 5.0, "boar": 40.0, "chicken": 10.0, "heavy_scientist": 5.0, "scarecrow": 10.0, "scientist": 10.0, "stag": 25.0, "wolf": 40.0 }, "Barrel Animal Chances": { "bear": 1.0, "boar": 1.0, "chicken": 9.0, "heavy_scientist": 1.0, "scarecrow": 1.0, "scientist": 1.0, "stag": 1.0, "wolf": 1.0 }
  13. domleg

    Animal Boxes

    I seem to get 2 of everything that spawns in a barrel, 2 bears, 2 zombies etc. why? I set percentage equal for all npc 1.0 and for animals 1.0.
  14. domleg

    Backpacks everywhere

    So if you set that to 0, after corpse timer, then no loot left? That's good because I want them to have a timer to make it more challenging to loot them.
  15. domleg

    how to use?

    I figured it out, seems I have to save it as a custom map with a different name, send it to my dropbox then create the link and change the dl=0 to dl=1 at the end else it doesn't work. Then I paste that link with the modified dl=1 into my custom command line options on my server hosting site in the field, map URL. And presto, new map downloads to my server when I start it up and downloads to my laptop when I join. Was not too bad...btw, really nice job on that! Plans to get the Ferris wheel running?
1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

80.8k

Files Sold

Total number of files sold.

1.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.