vita-nex

  1. Voxpire

    Gumps SuperGump Ticking Clock

    This complete snippet serves as a short tutorial and template for developing VitaNex' SuperGumps. If you just want to implement a gump with a clock, like the one in the icon, you can use the AnalogClock gump that is provided by VitaNex. This ImageClockGump makes use of the AddImageTime control...
  2. Voxpire

    Misc Deviants and Deviations 1.0.0.0

    Deviants and Deviations Deviants are creatures that have strayed from the natural path of evolution to acquire great power, allowing them to unleash devastating abilities upon the world. These abilities arise from the many possible Deviations that embody the creatures' design and...
  3. Voxpire

    Misc Skills Codex 1.0

    Skills Codex Modify your character's skills based on its skills cap, without needing to train. This codex is a basic implementation of the abstract SkillCodex class. This codex is colloquially known as a "skill ball" by most. Features a compact, responsive and easy to use interface...
  4. Iomega0318

    Vita Nex Custom Vendor Sell List

    I am trying to modify a vendor based on the Vita Nex Custom Vendor, so in the code I have the following to add items to the sell list, AddStock<AgelessHouseDeed>(100); AddStock<HouseIslandDeed>(100); AddStock<CustomHouseDeed>(250)...
  5. Voxpire

    Module Charity 1.0.0.2

    Summary: Charity is a Vita-Nex: Core Module that provides a safe and easy means for players to donate items that are accessible to everyone! Features: Full featured interface for interacting with the charity system. Simple tree-like navigation structure. Manage your charity donations. Search...
  6. Voxpire

    Misc Ultimate Raffle 1.0.0.0

    **0** Summary; Ultimate Raffle is a constructable item that handles everything to do with raffling a prize based on ticket sales. This system allows you to host single or continuous raffles for any prize for any given duration. You may customize the ticket sale price and the...
  7. Voxpire

    Module Global Trade 1.0.0.2

    Summary: Global Trade is a Vita-Nex: Core Module that provides a safe and easy means for players to buy and sell items on a market-place that is accessible to everyone! Features: Full featured interface for interacting with the global market. Simple tree-like navigation structure. Manage your...
  8. Voxpire

    Service Invasions 2.0.0.1

    Summary: Invasions is a Vita-Nex: Core Service that provides a comprehensive API for creating and managing complex regional assaults. Features: Comprehensive UI for spawn, loot, rank, level, and prize configuration, to allow you to easily build complex regional assaults with great loot and...
  9. Voxpire

    Service Instanced Map API + Instanced Dungeons 1.0.0.3

    Summary: Instanced Maps is a Vita-Nex: Core Service that provides the API necessary for dynamically creating, managing, and destroing new facets (maps). Instanced Dungeons is an additional (included) feature that relies on the Instanced Maps service in order to generate and populate new themed...
  10. Voxpire

    Misc AutoRestart Replacement 1.2

    AutoRestart Replacement Automatically restart your shard using a custom Schedule. Installation: Replace Scripts/Misc/AutoRestart.cs Usage: Use the [Schedules command to configure the AutoRestart Schedule. Notes: The Schedule settings will be persisted using ServUO's Persistence feature. If...
  11. Voxpire

    Module Power Hour API 1.0.0.3

    Power Hour API Exposes an advanced API that provides a complete Power Hour solution. With this module, you can easily integrate Power Hour checks into your code with one simple line! The rest of the hard work is done by the module. Can be easily integrated into Skill and Stat gain checks, Loot...
  12. Voxpire

    Module Discord Webhooks 1.0.0.0

    Discord Webhooks Send messages to your shard's Discord server using Webhooks. With this module, you can easily send any string messages to Discord using your shard's name as the user. Includes the ability to specify a debug Webhook URL for testing the module in debug mode, so you don't...
  13. Voxpire

    Misc Kill Reset Token 1.0

    Kill Reset Token A token that wipes your kill count when used. Constructable Items: KillResetToken Usage: Use the [Add command or interface to add a KillResetToken. Notes: The KillResetToken will automatically be consumed when successfully wiping the user's kill count. If the user has no...
  14. Voxpire

    Misc Resurrect Token 1.0

    Resurrect Token A token that resurrects you when you are dead. Opens a dialog one second after death that confirms whether the user would like to resurrect or not. Constructable Items: ResurrectToken Usage: Use the [Add command or interface to add a ResurrectToken. Notes: The ResurrectToken...
  15. Voxpire

    Misc Stat Codex 1.0

    Stat Codex Modify your character's stats based on its stat cap, without needing to train. This codex is colloquially known as a "stat ball" by most. You can modify your stats within tolerance of the min/max values and the character's stat cap. The amount of stat points available depends on the...
  16. Voxpire

    Misc House Cellar Add-On 1.1

    House Cellar Add-On Add an entire extra floor to any house with this stylised cellar add-on. When placed in any house, the Cellar will automatically adapt its perimeter to fit the house bounds - one size fits all! Includes entrance and exit stairs; the entrance item is a Grandfather Clock and...
  17. Voxpire

    Misc Global Gold Counter 1.0

    Global Gold Counter Exposes methods and a command used to count world gold totals. [CountGold <staff:true|false> Pop a notification containing the world gold query results. Staff owned gold is excluded by default. Ex. 1: Exclude staff owned gold; [CountGold Ex. 2: Exclude staff owned gold...
Back