hi,

i tried nearly every mob... but noone wants to drop high or mid misticism scrolls..anyone have a clue for that phanomen? publish 54 and latest client
 
These are listed in Scripts/Misc/Loot under #region Mondain's Legacy and #region SA

private static Type[] m_MysticScrollTypes = new Type[]
{
typeof( NetherBoltScroll ), typeof( HealingStoneScroll ), typeof( PurgeMagicScroll ), typeof( EnchantScroll ),
typeof( SleepScroll ), typeof( EagleStrikeScroll ), typeof( AnimatedWeaponScroll ), typeof( StoneFormScroll ),
typeof( SpellTriggerScroll ), typeof( MassSleepScroll ), typeof( CleansingWindsScroll ), typeof( BombardScroll ),
typeof( SpellPlagueScroll ), typeof( HailStormScroll ), typeof( NetherCycloneScroll ), typeof( RisingColossusScroll )
};
public static Type[] MysticScrollTypes { get { return m_MysticScrollTypes; } }
 
Back