Jump to content

imthenewguy

Creator
  • Posts

    4,916
  • Joined

  • Last visited

  • Days Won

    65

Everything posted by imthenewguy

  1. It only works against enemies that inherit from the BasePlayer class. It won't hit animals, and it won't hit scientistnpc2 enemies.
  2. imthenewguy

    BetterNPC

    It shoudn't be. The key should be the profile name of the npc (case sensitive). Assuming its an NpcSpawn npc. You could join my discord and ask in the skill Tree channel if anyone has a config you could look at.
  3. WHat are you attacking with it? Player or Npc?
  4. Yeah the wolf prefab seems to be old. Will push an update with the updated prefab.
  5. Is this happening inside or near a RaidableBase, or have you 100% confirmed it's happening everywhere?
  6. imthenewguy

    Gun Game

    You can't limit the time an effect plays unfortunately. The plugin does not run the fish effect when upgrading the gun. It runs "assets/prefabs/missions/effects/mission_accept.prefab" by default when upgrading a gun, and "assets/prefabs/deployable/drone/effects/drone-destroy.prefab" when partially upgrading.
  7. My plugin does not give a perm called instant crafting. That would be a custom skill I assume, right?
  8. Which animal are you both using in the config? "Animal prefab for the AnimalEffect [bear, chicken, boar, stag, wolf, horse]"
  9. Ive raised it with Raul again. He's looking into it.
  10. imthenewguy

    BetterNPC

    Its a Dictionary<string, double> String is the name of the npc profile, double is the xp value. Something liek this: "NpcSpawn (by KpucTaji) settings": { "Dictionary of NPC names and the value that they provide": { "myNpcProfile": 120, "myNpcProfile2": 150 } },
  11. Can you confirm what the ownerid of the target entity is? The only way the code fails for a non-admin is when the owner id of the entity is not equal to the player, which means something else has reset it or overridden it. I will add a failsafe to the next release that checks the ownerid from data of the entity as well.
  12. imthenewguy

    SkinID custom items

    There shouldn't be any reason the icon isnt showing up in the UI. Can you show me a video of the issue from creation of the shop?
  13. Legendary items supports NpcSpawn npcs. It will create a drop bag with the loot inside at the position the npc died. It relies on the Loot source being set correctly, and allows you to filter based on the name of the npc profile. Example config. { "Loot source": "BetterNPC", "Prefab shortname, boss profile, event name [null if not required]": "name_of_your_npc_here", "A list of required skin IDs [null if not required]": [], "Identifiers to exclude from consideration [List - null if not required]": [], "Drop chance [%]": 10.0, "Should we consider loot chance modifiers that the player may have?": false, "Items that can drop from this source [profile name: drop weight]": { "Rocket Barrage": 25 } },
  14. imthenewguy

    "Missing Permission"

    I recommend using a permissions manager plugin if you aren't already. Helpful for seeing exactly what permissions are available for a plugin.
  15. imthenewguy

    "Missing Permission"

    Have you granted all of the relevant permissions? A number of them have permissions in order to purchase from the market.
  16. You would achieve this by changing the entities to deployable types that cannot be placed on a tugboat, such as a teslacoil.
  17. Doesn't the speaker icon only exist when you are pressing the talk button?
  18. Yes you can have EpicLoot and ItemPerks perks on each item. You may want to tweak the buff values to scale them back though. Looting item perk items can be disabled, as can recycling item perks items for perk kits (recycling them will simply give the standard components), as can crafting.
  19. The entire menu? It should appear over the top of your other UI when being used. Can you show me a pic of the issue?
  20. I see the issue. WIll patch in the next release.
  21. Yeah all you need to do is add the profile name to the item.text field. For example: shortname: "xmas.present.large", skinID: 3646163175, text: "verteran's field guide"
  22. Should all be sorted now.
  23. The video you had on there isn't available. How do I replicate the issue?

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.6m
Total downloads
Customers
11.4k
Customers served
Files Sold
163.6k
Total sales
Payments
3.5m
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.