Search results

  1. Kalamus

    New to ServUO

    Welcome to ServUO :).
  2. Kalamus

    Please, allow me to introduce myself

    Welcome to ServUO :).
  3. Kalamus

    hello~!

    Welcome to ServUO :).
  4. Kalamus

    Selecting Random Item from BaseClass

    One more note about my above code. Was doing this as an example but if you are using this code I suggest adding the following checks because if you do use it on BaseWeapon or something else you might not have control over, you'll run into errors with the types found being abstract or not public...
  5. Kalamus

    New to ServUO forums

    Welcome to ServUO :).
  6. Kalamus

    Selecting Random Item from BaseClass

    I would add another method to the RandomRewardItem class to return a list of items because GetReward() actually creates instances of the item each time it's called so you would want to build the list internally to avoid that. You could add a second method like so to return an amount of rewards...
  7. Kalamus

    Selecting Random Item from BaseClass

    You can still do what you want without having to type out each known item in code by using some Reflection. Was just trying to keep it simple ;). Try this sample I just whipped up. using System; using System.Collections.Generic; using System.Linq; using Server.Commands; using Server.Items...
  8. Kalamus

    New guy, looking to learn

    Welcome to ServUO :).
  9. Kalamus

    Selecting Random Item from BaseClass

    Many ways you can do this. One simple way is you can use a switch statement on a random number range to return the type you want.public static BaseClassSepcialItem GetItem(int random) { switch (random) { case 0: return new ItemA(); case 1: return new ItemB(); } return null; }
  10. Kalamus

    Hello!!

    Welcome to ServUO :).
  11. Kalamus

    Hello!

    Welcome to ServUO :).
  12. Kalamus

    Hi!

    Welcome to ServUO :).
  13. Kalamus

    OSI Spawn (Mostly accurate) - XML

    [XmlSpawnerUnLoad <SpawnFile or directory> [SpawnerPrefixFilter] - Alias: XmlUnload UnLoads the XmlSpawners that are defined in the file supplied from the world.
  14. Kalamus

    Newb Here

    Welcome to ServUO :).
  15. Kalamus

    ANOTHER new comer to ServUO.com

    Welcome to ServUO :).
  16. Kalamus

    New member

    Welcome to ServUO :).
  17. Kalamus

    Desktop Problem

    I haven't tested that client from UOArchive but it's been tagged for quite awhile and mentioned by others that it's a custom client. It has a custom map and custom art so it might not be what you are looking for.
  18. Kalamus

    How much effort would it take to migrate from runUO

    Welcome to ServUO :). If you are just trying to merge your changes and scripts into a fresh ServUO then you aren't looking at much time at all. On the other hand if you are trying to keep your RunUO saves to work with ServUO then you probably have a ton of work ahead of you merging the...
  19. Kalamus

    New Member..

    Welcome to ServUO :).
  20. Kalamus

    New Comer To Serve UO

    Welcome to ServUO :).

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back