Not A Bug crystal lattice seekers no dropping key

the crystal lattice seekers have not dropped the pieces of crystal key required for prism of light boss.
all of the other mobs that are supposed to drop keys do so . I have spent almost 4 hours of combined time killing these lattice seekers and still no key.
 

Dan

Staff Member
Administrator
Game Master
Hmm it is definitely in the code.

Code:
public override void OnDeath( Container c )
        {
            base.OnDeath( c );

            if ( Utility.RandomDouble() < 0.75 )
            c.DropItem( new CrystallineFragments() );

            if ( Utility.RandomDouble() < 0.07 )
            c.DropItem( new PiecesOfCrystal() );
        }

Quite frequently at that.
 

Dan

Staff Member
Administrator
Game Master
Actually what key is it you need?

It could be slightly rare.
 

Dan

Staff Member
Administrator
Game Master
The code is in there, as posted above. Should get the Crystalline fragments quite regularly with a rare chance at getting the Pieces of crystals.
 

PLAY NOW

Heritage

Address
play.trueuo.com
Port
2593
Uptime
11 hours
Players Online
21
Houses
852
Vendors
297
Gold
5,020,189,938gp
Top Bottom