Tailean

Member
I am wanting to make faction dungeons that only faction members can access and Items only faction members can wear. Is this possible, and if so whats the easiest way for a coder with a very low understanding of C# to proc-cede?
 
I need help figuring out how to make an armor piece wearable only by a specific faction. I can simply put a teleport-er in the faction halls but I would like to use 1 dungeon and if your TB tb items have a chance to drop off mob but if your are COM, then COM items drop off the mob. Can anyone help with this?
 
Copy code of teleporter and find method: CanTeleport
and add next:
Code:
            else if (Faction.Find(m) == null)
            {
                m.SendMessage("Only faction members can entrer in this dungoen");
                return false;
            }
 

Active Shards

  • Insane UO
    Endless Journey
    • Players
    • 96 Online
    • 128 Peak
  • UO Eventine
    Custom (Classic)
    • Players
    • 94 Online
    • 137 Peak
  • Unchained
    Custom (Classic)
    • Players
    • 83 Online
    • 273 Peak
  • The Crossroads
    Mondain's Legacy
    • Players
    • 41 Online
    • 190 Peak
  • Arth
    Custom (Modern)
    • Players
    • 41 Online
    • 48 Peak
  • UO Phoenix
    Custom (Classic)
    • Players
    • 28 Online
    • 48 Peak
  • UO Enigma
    Custom (Modern)
    • Players
    • 25 Online
    • 172 Peak
  • UO: Felucca
    Renaissance
    • Players
    • 18 Online
    • 87 Peak
  • Pandora
    Custom (Modern)
    • Players
    • 16 Online
    • 32 Peak
  • Heritage
    New Legacy
    • Players
    • 13 Online
    • 41 Peak

Donations

Total amount
$0.00
Goal
$500.00
Back