Resource icon

Phoenix Armor Ticket Circa 1999 2018-09-19

Author
ImaNewb
Downloads
66
Views
1,676
First release
Last update
Rating
0.00 star(s) 0 ratings
No permission to download Join the discussion

More resources from ImaNewb

This is a phoenix armor reward ticket I made for my shard. I modeled it after the OSI reward in 1999. The only thing I did differently was allow you to choose your armor piece instead of getting a random one. Also the ticket is newbied instead of blessed.

Info on that found here http://www.uoguide.com/Phoenix_Armor_Set

TicketMenu.png


Armor.png


Note: If you want the ticket to give a random piece of armor, instead of letting you pick, inside the ticket script change
Code:
public override void OnDoubleClick( Mobile from )
{
        
            from.SendGump(new PhoenixArmor());
            Delete();
            
            return;
}

to this
Code:
public override void OnDoubleClick( Mobile from )
{
            switch (Utility.Random(6))
            {
                   case 0: from.AddToBackpack(new PhoenixArms()); break;
                   case 1: from.AddToBackpack(new PhoenixLegs()); break;
                   case 2: from.AddToBackpack(new PhoenixChest()); break;
                   case 3: from.AddToBackpack(new PhoenixHelm()); break;
                   case 4: from.AddToBackpack(new PhoenixGorget()); break;
                   case 5: from.AddToBackpack(new PhoenixGloves()); break;
            }
        
            Delete();
            
            return;
}
  • Like
Reactions: Sareus

Active Shards

  • Unchained
    Custom (Classic)
    • Players
    • 141 Online
    • 273 Peak
  • The Crossroads
    Mondain's Legacy
    • Players
    • 87 Online
    • 190 Peak
  • UO Eventine
    Custom (Classic)
    • Players
    • 87 Online
    • 137 Peak
  • Insane UO
    Endless Journey
    • Players
    • 84 Online
    • 105 Peak
  • UO: New Renaissance
    Custom (Classic)
    • Players
    • 29 Online
    • 85 Peak
  • CALYPSO
    Custom (Modern)
    • Players
    • 24 Online
    • 30 Peak
  • Arth
    Custom (Modern)
    • Players
    • 22 Online
    • 34 Peak
  • Heritage
    New Legacy
    • Players
    • 19 Online
    • 41 Peak
  • UO Phoenix
    Custom (Classic)
    • Players
    • 19 Online
    • 48 Peak
  • UO Enigma
    Custom (Modern)
    • Players
    • 19 Online
    • 172 Peak

Donations

Total amount
$0.00
Goal
$500.00
Back