Investigating Reforging bug?

Dan

Staff Member
Administrator
Game Master

C#:
m_PrefixSuffixInfo[2] = new[] //Mystic
                {
                    new[] // Weapon
                    {
                        new NamedInfoCol(AosWeaponAttribute.HitLeechMana, HitsAndManaLeechTable),
                        new NamedInfoCol(AosAttribute.BonusMana, WeaponStamManaLMCTable),
                        new NamedInfoCol(AosAttribute.BonusInt, DexIntTable),
                        new NamedInfoCol(AosAttribute.LowerManaCost, WeaponStamManaLMCTable),
                        new NamedInfoCol(AosAttribute.RegenMana, WeaponRegenTable)
                    },
                    new[] // armor
                    {
                        new NamedInfoCol(AosAttribute.BonusInt, DexIntTable),
                        new NamedInfoCol(AosAttribute.BonusMana, ArmorStamManaLMCTable),
                        new NamedInfoCol(AosAttribute.LowerManaCost, ArmorStamManaLMCTable),
                        new NamedInfoCol(AosAttribute.RegenMana, ArmorRegenTable)
                    },
                    new[]
                    {
                        new NamedInfoCol(AosAttribute.BonusMana, ArmorStamManaLMCTable),
                        new NamedInfoCol(AosAttribute.BonusInt, DexIntTable),
                        new NamedInfoCol(AosAttribute.LowerManaCost, ArmorStamManaLMCTable),
                        new NamedInfoCol(AosAttribute.RegenMana, ArmorRegenTable)
                    },
                    new[]
                    {
                        new NamedInfoCol(AosAttribute.BonusMana, ArmorStamManaLMCTable),
                        new NamedInfoCol(AosAttribute.BonusInt, DexIntTable),
                        new NamedInfoCol(AosAttribute.LowerManaCost, ArmorStamManaLMCTable),
                        new NamedInfoCol(AosAttribute.LowerRegCost, LowerRegTable)
                    }
                };

The 4th new[] should only apply to jewelry so I don't get why it fell through. I will need to look into this.
 

PLAY NOW

Heritage

Address
play.trueuo.com
Port
2593
Uptime
9 hours
Players Online
10
Houses
877
Vendors
276
Gold
5,511,646,546gp
Top Bottom