Search results

  1. Fred1990

    [RunUO 2.7 Resources gathered by regions] Exists?

    Hi there! anyone has a regions system where you can find different ores,logs in each region? like on sphereserver for example
  2. Fred1990

    Spellbook casts only equipped how set it - medit in mov

    Hi guys, how can I set the spell book that casts spells only equipped ? then, how can I set meditation in movement? Thanks!
  3. Fred1990

    Restrictions on item

    Hi guys, how can create a restrictions on use , for example a player that has magery skill can't equip bows,plate,chain mail ecc . Is possible to make it with xmlspawner2 ? I'm using the advantagegate for caps ecc very cool :) Thanks alway for your help ! :) If can interest I'm looking...
  4. Fred1990

    issue with a script

    Hi guys I have a problem with this script, how can i resolve? ERROR: CS0266: Line 28: Implicitly converting type 'System.Collections.Generic.IEnumerable <Server.Gumps.Gump>' into 'System.Collections.Generic.List <Server.Gumps.Gump>'. There is an explicit conversion. Probably missing a cast...
  5. Fred1990

    how set Exceptional AR & disable weapon on material

    Hi guys, how can I modify the exceptional AR on the armors? I tried to modify this; Armor.cs int ar = BaseArmorRating; if ( m_Protection != ArmorProtectionLevel.Regular ) ar += 10 + (5 * (int)m_Protection); switch ( m_Resource ) { case CraftResource.Bronze...
  6. Fred1990

    tutorial for custom ores/ingots?

    Hi guys, is there a tutorial for add custom ingots and ores? My custom material is Silver. >>>I'm filled out this line too to the resourcesinfo.cs, public static CraftResourceType GetType( CraftResource resource ) { if ( resource >= CraftResource.Iron && resource <=...
  7. Fred1990

    craft system how remove weapons on materials

    Hi guys, how can I remove the weapons on a material? for example I want to remove the weapons from the agapite ingot, but leave only the armors.
  8. Fred1990

    New item with new graphic

    Hi guys, is there a guide that explains how to change graphic to new item? For example I want to create a gm robe with a new graphic , the image attached. I have the Mulpatcher,UOInside,UOfiddler . Thanks! Fred
  9. Fred1990

    Local server problem..

    Hello guys, It's Fred I'm Learning the C# , today I set up my localserver but I have this strange problem how you can see at the link below; http://it.tinypic.com/r/qnk8z9/9 all the npcs and me included, we are moved under the ground ... how can i resolve it ? RunUO 2.3 client 5.0.9.1 (patch...
Back