Search results

  1. MondainsTriumph

    How to change backpack capacity

    or you can do it on misc/charactercreation.cs line 35 private static void AddBackpack(Mobile m) { Container pack = m.Backpack; if (pack == null) { pack = new StrongBackpack();//pack = new Backpack(); pack.Movable =...
  2. MondainsTriumph

    UO: Mondain's Triumph

    Did someone cry, Bod Quit Timers Bod Quest Timers when you quit a Bod Quest has been Reduced to 5 Minutes Subdue Health % Subdue health during taming is now 20% of the Health compared to 10% cause the regen rates are a little bit higher on here Super AI Anything with over 10k will now use...
  3. MondainsTriumph

    UO: Mondain's Triumph

    Hey guys, I've brought back my love project for UO: ML Era, Completely Custom shard with a recoded loot generated system and gear score! You like crafting Quests! you got it, You like dungeon crawling and picking chests, You got that! You like stealing from the actual monsters! You got it...
  4. MondainsTriumph

    Stable slot increase tokens - How can we add these to vendors?

    this is how i did it and within animal trainer i put this Account acct = (Account)from.Account; if (acct.GetTag("StableSlot") == "Received") { max += 2; }
  5. MondainsTriumph

    Colored Equipment Names

    hmmmm. i would have to sit down and think how i could get all the values to spit out. it shouldnt be to hard considering the way i did, you would have to use my mod for it to work the way i have it set up, but i will try to figure out how to calculate all the values and add them up. the way you...
  6. MondainsTriumph

    Colored Equipment Names

    are you using my mod or no josh? if (values >= 250) return String.Format("<BASEFONT COLOR=#FF8000>[Legendary {0}]",values) ; else if (values >= 175) return String.Format("<BASEFONT COLOR=#A335EE>[Epic {0}]",values); else if (values >= 75) return...
  7. MondainsTriumph

    Buying from a vendor overweight, go to bank instead of feet

    i did it this way since half the code was there for me anyways and no reason to make it harder then it should be i did it like this if (cont == null || !cont.TryDropItem(buyer, buyItem, false)) { //...
  8. MondainsTriumph

    Colored Equipment Names

    Here is a mod to make Vendors calculate the rarity of the items to sell for better pricing Tristian came to me and asked GenericSell.cs using System; using System.Collections.Generic; using Server.Items; using ItemNameHue; namespace Server.Mobiles { public class GenericSellInfo ...
  9. MondainsTriumph

    Referral Sash

    MondainsTriumph submitted a new resource: Referral Sash - Referral Sash Read more about this resource...
  10. MondainsTriumph

    Referral Sash 1.0

    this is a luck sash that will add luck by each referral +2 per referral, i started the idea and punkte really helped me send it home :D
  11. MondainsTriumph

    Dynamic Decay

    i was looking in basehouse. i didnt see the dynamic decay RIP lmao thanks tresdni
  12. MondainsTriumph

    Dynamic Decay

    Is there anyway to change back to the old decay people are losing there house in 5 days and its bothering me and even with vendors which it should go to demolition pending
  13. MondainsTriumph

    Colored Equipment Names

    here are my bases and my mods to the script for it.
  14. MondainsTriumph

    Colored Equipment Names

    ill share base armor cause its pretty much the same thing between all of the bases public override void AddNameProperty(ObjectPropertyList list) { int oreType; switch (m_Resource) { case CraftResource.DullCopper: oreType = 1053108; break; // dull copper case...
  15. MondainsTriumph

    [UOML] Mondain's Triumph!

    Pets Pet Loyalty should degrade slower now instead of about 10 per hour its down to 3-5 Per hour depending on what the pet is doing You can now heal the pet from 3 tiles away, so you are not sitting directly ontop of your pet Doom Darknight Creeper got debuffed a little bit his physical...
  16. MondainsTriumph

    Colored Equipment Names

    Yes i can ill upload them when i get off work
  17. MondainsTriumph

    [UOML] Mondain's Triumph!

    released a HUGE stealing system today on Mondains Triumph! https://mondainstriumph.com/system-update-lost-treasures/ server is going pretty good! thank you all thats stopped from servUO to check us out!
  18. MondainsTriumph

    Publish74 Bulk Order Revamp

    i get a crash when people try to use bribe Server Crash Report =================== ServUO Version 2.5, Build 6064.30807 Operating System: Microsoft Windows NT 6.1.7601 Service Pack 1 .NET Framework: 4.0.30319.34209 Time: 8/21/2016 7:19:27 PM Mobiles: 3154 Items: 111291 Exception...
  19. MondainsTriumph

    Launching the Biggest Strongest ML server out there www.mondainstriumph.com come check us out.

    Launching the Biggest Strongest ML server out there www.mondainstriumph.com come check us out.
  20. MondainsTriumph

    [UOML] Mondain's Triumph!

    I made it bigger and bolder thanks for the input lokai!
Back