Recent content by lyricdear

  1. lyricdear

    Kitsune's ArmorBags

    My antivirus scans the page the download is at as phishing.
  2. lyricdear

    Crash?

  3. lyricdear

    List of commands?

    Use [Gendocs on the owner account and it will generate a list of commands. You can use [helpinfo as well on any access level. And you can use [mycommands if you have Vita Nex.
  4. lyricdear

    Set Hue of armor when spawning?

    [set hue 1152 [add thighboots set hue 1152 or in the script for the item, add Hue = 1152;
  5. lyricdear

    How to modify the number of followers

    https://github.com/ServUO/ServUO/blob/1ae615237bfadecd0d3aa4ebced1626f43d233ab/Server/Mobile.cs#L5698
  6. lyricdear

    Is there a cfg for skill gain rate?

    If it doesn't exist in the Config folder, then it likely isn't a config. ;) It's better not to rely on configs anyhow, as they often are superseded by the script itself anyhow. They have to match to 100% guarantee they work. At least to my understanding.
  7. lyricdear

    How to enable email registration?

    http://runuo.com/community/threads/mtrs-email-gump.59197/
  8. lyricdear

    No mobs, doors, signs or other objects.

    [createworld
  9. lyricdear

    Vampiric Steed

    Awww you’re welcome!
  10. lyricdear

    Vampiric Steed

    There's two ways to do this. You can just add LifeLeech like DragonBreath (check out the Ossein Ram for that one, and copy that line) ORRRRR You can copy the Life Leech method from a Succubus. They... basically do the same thing. But one shows up on the Animal Lore gump and one doesn't.
  11. lyricdear

    Vampiric Steed

    A little description would help a lot here; what's a vampiric steed? :)
  12. lyricdear

    Cleanup

    For the record, [addmenu keyword will pull up anything you want. For example, [addmenu cleanup would pull up all the cleanup options.
  13. lyricdear

    Cleanup

    [add cleanuptrashbarrel [add cleanupofficer
  14. lyricdear

    Remodeling Visam’s Void Creature System 2022

    I wish there was a little bit more explanation on this so here goes: This script will add a controller to the void spawns in Ter Mur to prevent them from taking over the entire facet. It has customizable options such as the amount to spawn, whether you want them to be random types, and has the...
  15. lyricdear

    How to adjust the decay time of the thrown item, can you help?

    You can [set movable false Other than that, I don't think there's a way to do this. Movable = False;
Back