Search results

  1. SeifUO

    If you're running ML

    This happened to me quite some time ago and I always wondered what caused it.. Yes, it did take a very long time to load haha Good find!
  2. SeifUO

    Bulk Order Point Deed

    if (from.Skills.Blacksmithy.Value < 100.0) { from.SendMessage(""); return; } Most likely something like this, I didnt get the main files tho but if it didnt help I can download it to help further
  3. SeifUO

    Animation Aura around

    Your paperdoll art / backpack look amazing! Is this the new OSI stuff or your custom files?
  4. SeifUO

    Unmovable Arrow

    Arrow arrow = new Arrow(); arrow.Amount = (Im guessing you want more than one?); arrow.Movable = false; DropItem(arrow);
  5. SeifUO

    When doubleclicking an item, facing the direction of said item?

    SpellHelper.Turn(from, this); Never tested but should work
  6. SeifUO

    gold deposit....

    Pretty hard to locate that since we cant know what you added as custom scripts but you could look for "FromMinutes" My server is very custom and I got 1791 hits... Good luck But if its something account related, it could be in Scripts/Service
  7. SeifUO

    Skill Set on DblCLick

    public override void OnDoubleClick(Mobile m) { int wantedvalue = 100; m.Skills[SkillName.Fencing].Base = wantedvalue; this.Delete(); }
  8. SeifUO

    grapevines

    Try posting the whole thing.. hard to figure out whats wrong with only that but.. your item ID is 3354 and not 3358/3363 .. or maybe its because you didnt set it to movable false and youre trying to double-click it from your backpack..
  9. SeifUO

    Weight?

    I am not sure how the "MaxWeight" actually works I tried tweaking it in BaseContainer (For the players backpack).. In Mobile.. In Playermobile.. In WeightOverload.. Nothings being updated & the old formula remains Anyone managed to actually change MaxWeight? Thank you!
  10. SeifUO

    dungeons

    You can set the Lightlevel in Region.xml
  11. SeifUO

    Hiw can i change spell cast radius?

    10 is your max range
  12. SeifUO

    Knive's Town Houses

    Most likely a serializing issue in BaseHouse.. Your renting timer is not saving
  13. SeifUO

    Hello! I'm pretty new to all of this and could use some assistance

    You could take a look at GreaterHeal.cs Or.. int toHeal = Utility.RandomMinMax(5,10); will heal for minimum 5, maximum 10 m.Hits += toHeal; so m, being your targeted mobile, will be healed by 5 to 10 hp.
  14. SeifUO

    PRE AOS Choose

    Expansion.cfg I may be wrong but I think you cant switch with the newest servUO versions
  15. SeifUO

    Moongate System

    Grats on the new job, it matters more ;)
  16. SeifUO

    [MrRiots] Halloween Art package

    Thats amazing!
  17. SeifUO

    Escorts & Regions on a custom map.

    Its for overlapping regions IE if you place a region within britain .. if your priority is set at 150 and brit at 100.. youll leave guard zone when entering this region
  18. SeifUO

    AddStatMod() fail?

    Been wondering.. Do you know of a quick way to stop the buff before the timer? In Spellhelper im guessing?
  19. SeifUO

    first post

    I used many of your EasyUO scripts in the past haha welcome! :)
  20. SeifUO

    UO Architect connection problem

    did someone ever fix this ? :P Im also getting the forced block.. even when the port is open

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back