Search results

  1. Tailean

    How to make a spellbook never close on logout/death.

    Okay, so my New Sorcery spell book must remain open for my players to cast the new spells. When they logout or die the spellbook closes automatically. Is there a way to either: Make the spell-book so that it never closes unless the player double clicks it. or, Make the spell-book re-open upon...
  2. Tailean

    Curse spell is NOT working . . .

    So I tested it, and that didn't help, when a player casts curse on another player their resistances are not altered in any way. Thanks for trying tho.
  3. Tailean

    Curse spell is NOT working . . .

    i have mobiles.bin, mobiles.idx, and mobiles.tdb mobiles.cfg Any ideas? Okay, so I still can't figure this out but the problem has something to do with this code if ( AccessLevel >= AccessLevel.Player ) return 70; So . . . at some point, I changed this code to return 70 (This...
  4. Tailean

    Curse spell is NOT working . . .

    I run Runuo 2.6, there is no mobile.cs is it something else? the top of my player mobile is: namespace Server.Mobiles { #region Enums [Flags] public enum PlayerFlag // First 16 bits are reserved for default-distro use, start custom flags at 0x00010000 { None...
  5. Tailean

    Curse spell is NOT working . . .

    public override int GetMaxResistance( ResistanceType type ) { if ( AccessLevel >= AccessLevel.Player ) return 70;//stevie edit was 70 int max = base.GetMaxResistance( type ); if ( type != ResistanceType.Physical && 60 < max &&...
  6. Tailean

    How to re-Reset trap after use automatically.

    I found it thanks.
  7. Tailean

    How to re-Reset trap after use automatically.

    using System; namespace Server.Items { public enum TrapType { None, MagicTrap, ExplosionTrap, DartTrap, PoisonTrap } public abstract class TrapableContainer : BaseContainer, ITelekinesisable { private TrapType m_TrapType...
  8. Tailean

    Curse spell is NOT working . . .

    I was using real players Ok so I looked at that gethub u provided and did some editing, however curse still refuses to lower the resists to 60. public override int GetMaxResistance( ResistanceType type ) { if ( AccessLevel >= AccessLevel.Player ) return...
  9. Tailean

    Curse spell is NOT working . . .

    public override int GetMaxResistance( ResistanceType type ) { if ( AccessLevel >= AccessLevel.Player ) return 70; int max = base.GetMaxResistance( type ); if ( type != ResistanceType.Physical && 65 < max &&...
  10. Tailean

    Cant open pouch while paralyzed

    using System; namespace Server.Items { public enum TrapType { None, MagicTrap, ExplosionTrap, DartTrap, PoisonTrap } public abstract class TrapableContainer : BaseContainer, ITelekinesisable { private TrapType m_TrapType...
  11. Tailean

    Curse spell is NOT working . . .

    Sorry, I should have been more clear, I am using RunUO 2.6 and it wont do anything weather the player has 100 resist or right at 70.
  12. Tailean

    Curse spell is NOT working . . .

    No, thier armor only goes upto 70 resists.
  13. Tailean

    How to re-Reset trap after use automatically.

    Ty for your reply, I think what your talking about is beyond my skill level in understanding....is their a simpler way I might understand what you mean?
  14. Tailean

    Curse spell is NOT working . . .

    ok it drops str dex and int fine, however the resistances is not being dropped to 60[except physical].
  15. Tailean

    Curse spell is NOT working . . .

    it makes the animation and gives message but it dont lower resists or stats. I have 120 eval.
  16. Tailean

    Curse spell is NOT working . . .

    using System; using System.Collections; using Server.Targeting; using Server.Network; namespace Server.Spells.Fourth { public class CurseSpell : MagerySpell { private static SpellInfo m_Info = new SpellInfo( "Curse", "Des Sanct", 227...
  17. Tailean

    Some Pics of my new MOBA [In UO] I am working on . . .

    Once qued up you are stripped naked, and special items you can buy with a new currency [Platinum] off the vendor. The Blue Side has Pixi Minions and the red side has Imp Minions. Platinum is earned over Item and with minion kills. Grass tiles hide you. Also, The nexus is and tower is...
  18. Tailean

    Some Pics of my new MOBA [In UO] I am working on . . .

    Just a Qued instant mini MOBA I have ween working on to give players of Arth [Plug] something else to do =].
  19. Tailean

    House Spaces East and West

    Is it possible to make it so houses cannot be placed with in 5 tiles east and west as it is north and south with house placement tool.
  20. Tailean

    How to re-Reset trap after use automatically.

    case TrapType.DartTrap: { SendMessageTo( from, 502999, 0x3B2 ); // You set off a trap! if ( from.InRange( loc, 3 ) ) { int damage; if (...

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back