Recent content by Lif

  1. Lif

    New LootPack Loot not dropping

    Hi, I'm having trouble figuring out where I need to add the code for my new item to drop. So far I've added it too all of these. public static readonly LootPackItem[] AncientSkillScroll = new LootPackItem[] { new LootPackItem(typeof(AncientSkillScroll), 1) //new...
  2. Lif

    How to access skills/names

    Wow. Hahaha...I'm a gigantic idiot! (It has been a long time since I've worked on a server/uo. But thank you!
  3. Lif

    How to access skills/names

    Hi everyone. I'm trying to create an item that gives you randomly 0.1 - 5.0 skill points in a randomly generated skill when it is constructed. However, I cannot figure out how to access the skill data in the array. I also can't seem to find the methods in the Skills class (it doesn't have a...
  4. Lif

    Disable Gargoyle / Elf Races

    Sweeeeeet! Perfect, thank you!
  5. Lif

    Disable Gargoyle / Elf Races

    Awesome guys. Thanks for the input! Just for a quick follow up though... What would be the best way to modify the client if I wanted to tinker around on that?
  6. Lif

    Disable Gargoyle / Elf Races

    Hi, I'm just wondering if there is any "easy" way to disable the gargoyle / elf races? I'm using the 7.0.15.1 client, and so they're part of the gump. How can I disable without having to just make them humans as default when entering the game?
Back