- Mesaj
- 141
- Çözümler
- 4
- Beğeni
- 32
- Puan
- 449
- Ticaret Puanı
- 0
Sa Dostlar pasif skilleri ekelmek istedim ama game clientte sorun yaşıyorum
eklediğim yer
hata ekte
chat cpp:
#ifdef ENABLE_NEW_PASSIVE_SKILL
{
pkSk = CSkillManager::instance().Get(SKILL_MONSTER_BONUS);
if (NULL != pkSk)
{
pkSk->SetPointVar("k", 1.0f * GetSkillPower(SKILL_MONSTER_BONUS) / 100.0f);
ekle = static_cast<int>(pkSk->kPointPoly.Eval());
PointChange(POINT_ATTBONUS_MONSTER,ekle);
}
}
{
pkSk = CSkillManager::instance().Get(SKILL_STONE_BONUS);
if (NULL != pkSk)
{
pkSk->SetPointVar("k", 1.0f * GetSkillPower(SKILL_STONE_BONUS) / 100.0f);
ekle = static_cast<int>(pkSk->kPointPoly.Eval());
PointChange(POINT_ATTBONUS_STONE,ekle);
}
}
{
pkSk = CSkillManager::instance().Get(SKILL_BOSS_BONUS);
if (NULL != pkSk)
{
pkSk->SetPointVar("k", 1.0f * GetSkillPower(SKILL_BOSS_BONUS) / 100.0f);
ekle = static_cast<int>(pkSk->kPointPoly.Eval());
PointChange(POINT_ATTBONUS_BOSS,ekle);
}
}
#endif
eklediğim yer
Linkleri görebilmek için
giriş yap veya kayıt ol.
hata ekte