Search results

  1. UoSidio

    Alittle help

    Ive seen on some shards that people add spawners for bods to allow players to collect them that way. Or you could add bods bags on a vendor for a price or something. Bodsbags attached is for the older system that was just smith and tailor bods but can be easily updated..
  2. UoSidio

    Halloween Decoration

    Addons can be used. I just don’t do any form of decorating I lack the artistic touch even down to colouring in between lines lol. My aim is for Luna, Brit bank (tram and felucca) and some graveyards to be given a spooky theme for Halloween. My system currently has 3 Halloween quests 2 Champ...
  3. UoSidio

    Halloween Decoration

    I am looking from someone to decorate some area's for a halloween event i have been working on. The only difficult part is that i need the decoration to be "coded". example item = new Item(); item.Name = ""; item.Hue = 0; item.ItemID =...
  4. UoSidio

    Alittle help

    basevendor around line 109 public override void OnClick() { if ( m_Vendor.SupportsBulkOrders( m_From ) ) { TimeSpan ts = m_Vendor.GetNextBulkOrder( m_From ); int totalSeconds = (int)ts.TotalSeconds...
  5. UoSidio

    Custom Mini Champ

    UoSidio submitted a new resource: Custom Mini Champ - easy to edit custom mini champ Read more about this resource...
  6. UoSidio

    Custom Mini Champ 2018-09-16

    This is a little snippet of a custom system i am working on but it can be used as a standalone system. This version is basically a stone that when double click will add a mini champ to the Succubus area of blood dungeon. it can easily be expanded upon to spawn different mini champs in...
  7. UoSidio

    Not really new just lurking Question

    There is a lot of them some are old out of date system like HS fishing and Boats i am going through them to make sure they work with servuo not going to upload them if people can't use them.. Will take some time.
  8. UoSidio

    Not really new just lurking Question

    I will take a look at this and upload to a git for you. Thanks for the share.
  9. UoSidio

    Passive Item System

    This looks a very cool system. I will add this to my server later. Thanks for sharing.
  10. UoSidio

    [Bandself and [claim commands

    using System; using System.Collections; using Server.Items; using Server.Targeting; using Server.Mobiles; using Server.Misc; using Server.Factions; namespace Server.Scripts.Commands { public class ClaimCmd { public static void Initialize() {...
  11. UoSidio

    Not really new just lurking Question

    could dump them in dropbox and post a link or upload as a git repository
  12. UoSidio

    Dynamic Loot

    would this have any effect on the random item generation system or it more focused to the amount of drops per mob level? Aside from that question looks like a nice system. Thanks for sharing
  13. UoSidio

    Champion Spawner?

    it could have been something to do with. [CommandProperty( AccessLevel.GameMaster )] public int SpawnSzMod { get { return ( m_SPawnSzMod < 1 || m_SPawnSzMod > 12 ) ? 12 : m_SPawnSzMod; } set {...
  14. UoSidio

    Champion Spawner?

    you can save the spawn files to XML or docs and easily reload them into a servuo world. Chances are you would need to redo most scripts as there is a big change between Servuo and Runuo but this is because servuo is updated
  15. UoSidio

    Champion Spawner?

    i haven't used runuo in a long time im using servuo as it actually gets updated ad runuo doesn't. What is this for custom mod? [CommandProperty( AccessLevel.GameMaster )] public int SpawnSzMod { get { return ( m_SPawnSzMod < 1 ||...
  16. UoSidio

    Champion Spawner?

    You seem to be using a rather old version of runuo? could you post your championspawn.cs script
  17. UoSidio

    Weapon Abilities

    this is a very old one i found no idea on its current compatibility with servuo
  18. UoSidio

    String issue onsingleclick

    if you are trying to make this display on a weapon in base weapon find public override void GetProperties(ObjectPropertyList list) { base.GetProperties(list); replace with public override void GetProperties(ObjectPropertyList list) {...
  19. UoSidio

    Namespace error on Color Rarity item script

    ArmorQuality has been changed in servuo it is now ItemQuality if you change ArmorQuality to ItemQuality is should work
  20. UoSidio

    help with error for Custom runics

    remove the word "override" from the 3 lines the errors are giving you

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back