Jump to content

Dark knight directly level 80 whith full talents points


Guest lecails

Recommended Posts

a17a55eb428a71ea5b0188f2470a7bd5.png

There is no way you get the dark knight to level 80 :-P

But for deathknights have a look at mangosd.conf

#    StartHeroicPlayerLevel
#        Staring level that have character of heroic class at creating (in range 1 to MaxPlayerLevel)
#        Default: 55

Max skill n some other stuff can be found there as well, dunno ...

Regards

Skirnir

[Edit]: Darn overlooked that your already that far >.<

[Edit2]: darkstalkers code part can be found in Player.cpp. Was scrolling down to that part ...

Link to comment
Share on other sites

comment out parts like here:

uint32 Player::CalculateTalentsPoints() const
{
   uint32 base_talent = getLevel() < 10 ? 0 : getLevel()-9;

   //if(getClass() != CLASS_DEATH_KNIGHT)
       return uint32(base_talent * sWorld.getConfig(CONFIG_FLOAT_RATE_TALENT));

   /*
   uint32 talentPointsForLevel = getLevel() < 56 ? 0 : getLevel() - 55;
   talentPointsForLevel += m_questRewardTalentCount;

   if(talentPointsForLevel > base_talent)
       talentPointsForLevel = base_talent;

   return uint32(talentPointsForLevel * sWorld.getConfig(CONFIG_FLOAT_RATE_TALENT));
   */
}

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use