Search results

  1. Fred1990

    "minor" crafting problem..

    Hi Loki, I tried your suggest but on the another thing, I have not disabled the setsubress and addsubress. I would like to leave the weapons only for Silver and Golden material, BUT leaving the armors for all materials. So I create the defcooking addcraft, instead "Ingredients" I putted Gold...
  2. Fred1990

    Spellbook casts only equipped how set it - medit in mov

    Hi Lokay I would like to set the mage spellbook to be equipped to work
  3. Fred1990

    Spellbook casts only equipped how set it - medit in mov

    I have runuo I don't have that file uhm
  4. Fred1990

    Spellbook casts only equipped how set it - medit in mov

    Yes the code I guess that should be put here , the problem is what code ! public static Spellbook FindEquippedSpellbook( Mobile from ) { return (from.FindItemOnLayer( Layer.OneHanded ) as Spellbook); }
  5. 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!
  6. Fred1990

    metal armor gives lmc?

    OOK! :) tnz !
  7. Fred1990

    metal armor gives lmc?

    Hi guys, how can i add the MeditationAllowance on my platemail chest in runuo? Thanks!
  8. Fred1990

    Restrictions on item

    Ok yes now no errors, but my pg with 100 magery can equip the plates.. very strange… :| from here he should not equip that.. wait wait I create a new pg and seems works :) wait wait I create a new pg and seems works :) nuhm not it's was the low dex :asd: Ok Loki now works public override bool...
  9. Fred1990

    Restrictions on item

    Hi Lokai I had some errors but because I had yet the section, I found my "restritions" section on basearmor i think is this ; Maybe from here is more simple to resolve, I got this error certainly because the code is for ServUO? ; CS0103: Line 646: The name 'from' does not exist in the current...
  10. Fred1990

    Restrictions on item

    Ok so I need to add all the code, public override bool CanEquip(Mobile from) { if (from.Skills[SkillName.Magery].Base > 20) return false; } I was thinking if I would like to add 2 restrictions, for example a player if want equip a platechest must have Magery and...
  11. Fred1990

    Restrictions on item

    yes I understand so if I would like to put on the single item I should add this check if (from.Skills[SkillName.Magery].Base> YourRestrictedValueHere) return false; leaving free without the restriction the basearmors.cs , BUT with the new script that you have suggested Example; Platechest.cs...
  12. Fred1990

    Restrictions on item

    Hi Lokay in "your criteria" goes this if (from.Skills[SkillName.Magery].Base > YourRestrictedValueHere) return false; right ? I can for example do that to a single item? , I can use that in inverse ? if the player has magery cna equip that to put return true ? Thanks Lokai ^^ I...
  13. Fred1990

    Restrictions on item

    Tmy basearmor.cs
  14. Fred1990

    Restrictions on item

    ok tnz Lokai!, so I will add that code to the baseweapon ecc, then to the item? for example bow.cs ? I putted it on public override bool OnEquip( Mobile from ) end public override bool CanEquip( Mobile from ) on basearmor.cs but I can equip a plate.. uhm
  15. 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...
  16. Fred1990

    Question: How do I Reset Admin Password?

    I have tried to put a new pass but the encrypt is not fixed, if I put the same password "prova" the xml file change the encrypt but the pass is same how I could see. not to mention that the server can no longer make backups ehehe maybe because the server should me down before to open the...
  17. Fred1990

    Question: How do I Reset Admin Password?

    Hi guys, I'm trying with runuo 2.3 , but seems that the encoding is different? I putted the my password on this site http://www.sha1-online.com/ but not match , I tried all the options but not much too. my account.xml <?xml version="1.0" encoding="utf-8" standalone="yes"?> <accounts count="4">...
  18. Fred1990

    issue with a script

    Hi tempus I'm not lucky, I have added how you said CS0234: Line 7: The type or name of the 'Linq' namespace does not exist in the 'System' namespace. Probably a reference to an assembly is missing. CS0234: Line 8: The type or name of the 'Linq' namespace does not exist in the 'System.Xml'...
  19. Fred1990

    Old Magic Reflect...?

    The spellhelper.cs how should me? this is the original interested part; //magic reflection public static void CheckReflect( int circle, Mobile caster, ref Mobile target ) { CheckReflect( circle, ref caster, ref target ); } public static void CheckReflect( int circle, ref Mobile...
  20. Fred1990

    issue with a script

    Hi Tempus, I got this error; errors: + Custom / Town Houses v2.01 / Misc / GumpResponse.cs: CS0117: Line 28: 'System.Collections.Generic.IEnumerable <Server.Gumps.Gump>' does not contain a definition for 'ToList'.

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back