Jump to content

imthenewguy

Curator
  • Posts

    4,278
  • Joined

  • Last visited

  • Days Won

    54

Everything posted by imthenewguy

  1. imthenewguy

    Cooking

    You can either add the Extra_Calories and Extra_Hydration buffs to the meal, or set "Allow the default effects of the base item to trigger (calories, hydration, healing, sickness etc)?" to true.
  2. Thank you. Its being patched next release.
  3. I tested on my server and the plugin compiles fine. It looks like you've either changed the cs file (which should never be done unless you know what you are doing), or an invalid config (which would probably through a different error. Delete the plugin, delete the config, download a new copy and pop it on your server.
  4. Version 1.0.2

    32 downloads

    World Buffs is a plugin that allows for the creation of server-wide quests, allowing for players to work together to complete a common goal. Quests are comprised of any number of tasks, and will reward the entire server upon completion with a mixture of built-in buffs such as increased gather yields, bonus damage to NPCs etc, as well as the option for permissions and server commands. All players, regardless of their online status, will receive the built-in and permission based rewards. Tasks can be set based on the task type, along with a list of identifying features. For example, you can have a task that requires players to kill npcs using the KillNpc task type. If you only wanted certain npcs to count, you could then add further restrictions by listing the short prefab names of the npc, such as npc_tunneldweller & npc_underwaterdweller, if you only wanted Tunnel & Underwater dwellers to be considered towards the goal. The plugin supports the use of a quest queue (disabled by default). Quests in the queue are automatically started when the plugin loads. When the active quest is completed, the plugin will queue up the next quest after a short while. The identifier of a task depends on the task type itself. Some tasks work with item shortnames when considering quest progress, while others may use prefab shortnames.. Leaving the identifier field empty or set to null will consider any action that triggers the check to contribute towards the task. A list of item shortnames can be found here. A list of prefabs can be found here. TaskType: Woodcutting Identifier: Item shortname TaskType: Mining Identifier: Item shortname TaskType: Skinning Identifier: Item shortname TaskType: Collectible Identifier: Item shortname TaskType: Growable Identifier: Item shortname TaskType: Fishing Identifier: Item shortname TaskType: Growable Identifier: Item shortname TaskType: KillNpc Identifier: prefab shortname TaskType: KillNpcSpawn Identifier: Npc displayname [profile name] TaskType: KillAnimal Identifier: prefab shortname TaskType: KillBradleyApc Identifier: prefab shortname TaskType: LootCrates Identifier: prefab shortname TaskType: DestroyBarrels Identifier: prefab shortname TaskType: Dig Identifier: prefab shortname Reward types function similar to Task Types. They allow for identifiers to limit the sources that they impact. For example, you can specify "cloth" for the CollectibleYield RewardType, which would only boost the yield when collecting cloth, and not other items such as pumpkins or diesel. RewardType: WoodGatherBonus Identifier: Item shortname RewardType: MiningGatherBonus Identifier: Item shortname RewardType: SkinningGatherBonus Identifier: Item shortname RewardType: FishingBonus Identifier: Item shortname RewardType: CollectibleYield Identifier: Item shortname RewardType: GrowableYield Identifier: Item shortname RewardType: NpcDamageBonus Identifier: Prefab shortname RewardType: NpcSpawnDamageBonus Identifier: Prefab shortname RewardType: ScientistDefenceBonus Identifier: Prefab shortname RewardType: AnimalDefenceBonus Identifier: Prefab shortname RewardType: BradleyDamageBonus Identifier: Prefab shortname RewardType: BradleyDefenceBonus Identifier: Prefab shortname RewardType: NpcSpawnDamageBonus Identifier: Npc displayName [profile name] RewardType: XpBonus Identifier: None RewardType: UniversalSwipeCardsBonus Identifier: None RewardType: PvpDamageBonus Identifier: None RewardType: PvpDefenceBonus Identifier: None Command: wb.toggle Type: Chat command Description: Toggles the ui on and off. Command: wb.setquestqueueindex <index> Type: Console command Description: Set's the next quest in the queue to the specified index value Requires admin: Yes Command: wb.startnextquest Type: Console command Description: Starts the next quest in the queue if no quest is running. Requires admin: Yes Command: wb.cancelquest <true/false: start next quest in queue> Type: Console command Description: Cancels the current quest Requires admin: Yes Command: wb.completequest Type: Console command Description: Mark the current quest as complete (this gives players rewards from the quest) Requires admin: Yes Command: wb.startquest <quest name> <optional true/false: force cancel the current quest> Type: Console command Description: a Requires admin: Yes
    $19.99
  5. You have a plugin conflict it seems. Unload all other plugins and test again. Let me know how it goes.
  6. imthenewguy

    The littel bag icon.

    The settings for it aren't great. I will update them so you can reposition the icon better in the next release.
  7. imthenewguy

    Problem occured

    No plans to add different legendary recycling chances at this point
  8. You would need to add the item into the loot table of the BossMonster profile I assume (I don't own it so unsure). The format of the display name needs to be correct though: Reinforced hoodie [S 0.05]
  9. You could build it out from a mixture. BulletProof reduces damage from bullets Demo reduces damage from explosions Tamers reduces damage from animals. Make a set bonus using these.
  10. You would need to add specific items to the boss monsters loot table directly, rather than handling it in EpicLoot
  11. I can add the lang to the next release. Won't be reverted because of the changes to EventHelper.
  12. imthenewguy

    Problem occured

    Will add support for UINotify to Legendary items to the next release (same as ItemPerks). https://umod.org/plugins/ui-notify
  13. imthenewguy

    Problem occured

    Do you have Notify or UINotify installed? They are different plugins. Can you send me a screenshot of your plugins?
  14. imthenewguy

    Food Spoilage Issue

    Is that after you have closed/opened the storage?
  15. Its not good in its current state but ill consider re-vamping it in the future.
  16. It's a custom plugin made specifically for their server. I made an SMG that did something similar with a friend a while ago, but it was never released.
  17. Change the value for "Should yield bonus buffs be additive [if true, yields will modify the item.amount value, rather than giving additional items]" to fix it.
  18. Unload all other plugins and try it again. If it works, then you have a conflicting plugin on your server.
  19. imthenewguy

    Broken Maybe?

    What plugin is creating the item? Nfi what (LOW) is. That is probably why its not working.
  20. imthenewguy

    Broken Maybe?

    Take a screenshot of the item for me (selected), so I can see the display name.
  21. imthenewguy

    Broken Maybe?

    Tomes and xp books use the same method. Either something is messing with the plugin (conflict), or the item hasn't been created properly. Can you show me a video of the issue happening?
  22. Ill have a think about how I want to do it if I decide to add it.
  23. Sorry didnt see this response. There is only 1 of each type, and it instantly respawns it when killed. It is required for some of the team skills. You can adjust where they spawn if its a problem through here: "Position in the map where the workbenches spawn [default 0,0,0]" You can also stop them from spawning by disabling the Craftman's Aura skill in the config.
  24. imthenewguy

    Tank Skill

    Changed Status from Pending to Closed
  25. imthenewguy

    New Skill Idea

    I could potentially add something like this. It would be a command that is run and looks for StorageContainer entities within a certain radius of the player with a configurable cooldown, and shows containers that are not empty.
2m

Downloads

Total number of downloads.

9.6k

Customers

Total customers served.

140.3k

Files Sold

Total number of files sold.

3m

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.