Search results

  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

    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...
  3. 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