Skip to content

A server side mod for V Rising which spawns a random NPC near a random online player at random intervals, and the player wins a random item reward if the NPC is killed within the given time limit.

License

oscarpedrero/BloodyEncounters

Repository files navigation

BloodyEncounters

BloodyEncounters represents an enhanced iteration of the RandonmEncounters mod by @adainrivers, functioning as a server-side mod that introduces a thrilling dynamic to gameplay. It randomly spawns NPCs near online players at unpredictable intervals, challenging players to defeat these NPCs within a set time limit to earn random item rewards.

BloodyEncounters

Changelog

2.0.0

  • World boss functionality has been removed to create a standalone mod called BloodyBoss
  • Updated to a VRising 1.0

1.5.0

  • Added World Boss

1.0.0

  • Initial public release of the mod

Mod Features

BloodyEncounters elevates gameplay by injecting an element of unpredictability and formidable challenges. As players venture outside their castles, there's a chance a random NPC will spawn nearby. You can customize the NPC level difference, ensuring balanced encounters for all players. This mod is highly configurable, offering an array of options to tailor the experience to your preferences.

Ensure the following mods are installed for seamless integration:

  1. BepInEx
  2. VampireCommandFramework
  3. Bloodstone

Installation

  1. Copy BloodyEncounters.dll to your BepInEx/Plugins directory.
  2. Launch the server once to generate the config file; configurations will be located in the BepInEx/Config directory.

Commands

It's crucial to note that for any command containing a name argument such as <NameOfNPC> or <ItemName>, if your name consists of more than one word, include it inside "" to ensure proper functionality (e.g., "Rifle Man" or "Blood Rose Potion").

.be npc create <NameOfNPC> <PrefabGUIDOfNPC> <LevelsAbovePlayer> <LifeTime>
  • Create your desired NPCs to include in the encounter randomized pool.
    • NameOfNPC: The NPC name that will appear in the chat when the player triggers an encounter event.
    • PrefabGUIDOfNPC: The GUID of the NPC you prefer to use.
    • LevelsAbovePlayer: Specify how many levels you want the NPC to be above the player level. For example, if a player is level 10 and the value is 10, the NPC will spawn at level 20.
    • LifeTime: The duration the player has to kill the NPC encounters in seconds.
    • Example: .be npc create "Rifle Man" 1148936156 10 300
.be npc remove <NameOfNPC>
  • Removes an NPC from the encounter randomized pool.
    • NameOfNPC: The NPC name you want to remove.
    • Example: .be npc remove "Rifle Man"
.be items add <NameOfNPC> <ItemName> <ItemPrefabID> <Stack>
  • Adds items/rewards to the randomized pool that the player will receive from killing a particular NPC encounter.
    • NameOfNPC: The NPC name to which you want to add items.
    • ItemName: The name of the item/reward appearing in the chat once the player wins the encounter.
    • ItemPrefabID: The GUID for the item you want to add.
    • Stack: The quantity of items the player will gain upon winning the encounter (e.g., x25 Blood Potions).
    • Example: .be items add "Rifle Man" "Blood Rose Potion" 429052660 25
.be items list (NPCName)
  • Displays the list of items included within a particular NPC.
    • Example: .be items list "Rifle Man"
.be enable
  • Enables the BloodyEncounter mod.
    • Example: .be enable
.be disable
  • Disables the BloodyEncounter mod.
    • Example: .be disable
.be reload
  • Reloads the mod configuration in real-time.
    • Example: .be reload
.be start
  • Triggers an encounter for a random online player.
    • Example: .be start
.be me
  • Triggers an encounter for yourself.
    • Example: .be me
.be player <PlayerName>
  • Triggers an encounter for a specific player.
    • Example: .be player Vex

Resources

Complete items list of prefabs/GUID

Credits

This mod was originally developed by @adainrivers and was ported/updated to be compatible with the Gloomrot update.

V Rising Mod Community is the premier community of mods for V Rising.

@Deca, thank you for the exceptional frameworks VampireCommandFramework and BloodStone, based on WetStone by @Molenzwiebel.

@Backxtar, owner & founder of Bloody Mary server, and @LecherousCthulhu & @Willis for being amazing community modders and part of the BloodyTeam.

Special thanks to the testers and supporters of the project:

  • @Vex, owner & founder of Vexor RPG server, a tester and great supporter who provided his server as a test platform and took care of all the graphics and documentation.

Bloody

About

A server side mod for V Rising which spawns a random NPC near a random online player at random intervals, and the player wins a random item reward if the NPC is killed within the given time limit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages