Not A Bug Pet Masteries "Combat Training" and "Whispering" don't refer to mastery level

Dexter

Staff Member
Administrator
Game Master
BaseSkillBonus on line 87:

Code:
        public virtual double BaseSkillBonus 
        {
            get
            {
                if(Caster == null)
                    return 0.0;
                    
                return (Caster.Skills[CastSkill].Value + Caster.Skills[DamageSkill].Value + (GetMasteryLevel() * 40)) / 3;
            }
        }
 
OP
Magus Zeal

Magus Zeal

Expert II
Thank you - I saw that - but I thought it was just spells being effected Castskill+Damage skill (eval/magery)- not pet mastery abilities. See im all confused with scripts - help me understand: what does that mean for consume damage? Or As One?
 

DewCono

Apprentice II
If you look at SkillMasterySpell.cs you'll find the snippet Dexter referenced up there. In most of the mastery spells like Whispering it defines the castskill+damageskill as cast=taming/damage=lore.

So by default Base skill bonus if you're 120/120/level 3 you have a bonus of 360, 100/100/2 you have a bonus of 280, etc.
 

PLAY NOW

Heritage

Address
play.trueuo.com
Port
2593
Uptime
22 hours
Players Online
8
Houses
889
Vendors
283
Gold
5,396,172,263gp
Top Bottom