Search results

  1. Quasar

    There's no World Wrap?

    Ultima Live Map Streamer and Editor 0.75 check here
  2. Quasar

    Mount disappears when you kill the rider and change max control slots on tamable

    This is an example from the Master of the Arts script, you want to add the mount to your mob, not add a rider to the mount.
  3. Quasar

    Fiddler

    I have been using the version from here and it has been working great, and I realy like that i can place items directly from Fiddler with it. Releases · polserver/UOFiddler
  4. Quasar

    XML Level Items - Max Level

    I read that as it should create an item that is levelable set at level 0 and capable of going to level 10, but in props maybe it is showing you the maxlevel cap and not the default max level. You would probably have to create an item and begin leveling it manually and see if it passes 10.
  5. Quasar

    Help with summoning tamed pet and putting item in summoner's backpack

    this is the pets logout and back in with player file this is also easy to implement and configure to increase a players available petslots based on the intelligence of the character since after training some pets take up so many slots Max Followers Based On Intelligence
  6. Quasar

    Is there away to Reverse deco command?

    [set movable true on the stones and put them into your bankbox or backpack and wipe the area and put them back then [set movable false on each one
  7. Quasar

    How to create custom mobs with cool special attacks using Vita-Nex?

    saw this on discord the other night
  8. Quasar

    Adding random armor drops on monsters

    https://www.servuo.com/threads/random-loot-question.13097/
  9. Quasar

    Not managing to get Pet Leash System to work

    Unzip and add the Xanthos file to your custom folder, then unzip and add the shrink.cfg to your data folder, you may have to overwrite the existing one if there is one
  10. Quasar

    Xanthos Auction System [ fixed for newer ServUo Repos ]

    AuctionConfig.cs
  11. Quasar

    Crab_Coconut_Mount

    The first one allows the pet to heal its self, the second line allows it to heal its owner.
  12. Quasar

    Crab_Coconut_Mount

    public virtual bool CanHeal { get { return true; } } public virtual bool CanHealOwner { get { return true; } }
  13. Quasar

    Is there a good wiki or article on Tags?

    I am looking for more information on player/account tags, more specifically how to place a timed tag on a character or account. Any links/information would be appreciated. Thank you.
  14. Quasar

    PvM monster arena

    Closest thing that I know of is the progressive spawn for void creatures there is more info at https://www.servuo.com/archive/void-creature-system.644/ it might be a good starting point or reference anyway
  15. Quasar

    How do I remove certain animals from the crystal?

    I am guessing that by crystal you mean the spawner its self, each of those spawners probably spawn other creatures than just sheep. It is likely you will have to go to each of them and remove sheep from the list of things that they spawn.
  16. Quasar

    NPC Heal Self - How To?

    i have a few pets that heal, that section looks like this public virtual bool CanHeal { get { return true; } } public virtual bool CanHealOwner { get { return true; } }
  17. Quasar

    New Player Items In Bank

    This is the one that I use and it is great. I set one to give to each player and I set a second one that is one per account so the first character created is the only one that gets the items in the second one. It is easy to use. https://www.servuo.com/threads/pandoras-gift-box.3828/
  18. Quasar

    Looking for help

    what happens if you just comment out all 5 lines? it should just be a tile, unless it inherits something from the item id i suppose
  19. Quasar

    Looking for help

    the way I read it this section freezes/paralyzes the payer for 25 seconds public override bool OnMoveOver(Mobile m) { m.Paralyze( TimeSpan.FromSeconds( 25.0 ) ); return true; } I would change the return true; to return false; and see how that works first

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back