pcbang removed
This commit is contained in:
@@ -2412,13 +2412,6 @@ static void GiveExp(LPCHARACTER from, LPCHARACTER to, int iExp)
|
||||
iExp += (iExp * 50 / 100);
|
||||
}
|
||||
|
||||
// PC방 아템 경치 보너스
|
||||
if (to->GetPoint(POINT_PC_BANG_EXP_BONUS) > 0)
|
||||
{
|
||||
if (to->IsPCBang() == true)
|
||||
iExp += (iExp * to->GetPoint(POINT_PC_BANG_EXP_BONUS)/100);
|
||||
}
|
||||
|
||||
// 결혼 보너스
|
||||
iExp += iExp * to->GetMarriageBonus(UNIQUE_ITEM_MARRIAGE_EXP_BONUS) / 100;
|
||||
}
|
||||
@@ -2435,13 +2428,6 @@ static void GiveExp(LPCHARACTER from, LPCHARACTER to, int iExp)
|
||||
iExp += iExp;
|
||||
}
|
||||
|
||||
// PC방 아템 경치 보너스
|
||||
if (to->GetPoint(POINT_PC_BANG_EXP_BONUS) > 0)
|
||||
{
|
||||
if (to->IsPCBang() == true)
|
||||
iExp += (iExp * to->GetPoint(POINT_PC_BANG_EXP_BONUS)/100);
|
||||
}
|
||||
|
||||
// 결혼 보너스
|
||||
iExp += iExp * to->GetMarriageBonus(UNIQUE_ITEM_MARRIAGE_EXP_BONUS) / 100;
|
||||
}
|
||||
@@ -2458,13 +2444,6 @@ static void GiveExp(LPCHARACTER from, LPCHARACTER to, int iExp)
|
||||
iExp += (iExp * 20 / 100);
|
||||
}
|
||||
|
||||
// PC방 아템 경치 보너스
|
||||
if (to->GetPoint(POINT_PC_BANG_EXP_BONUS) > 0)
|
||||
{
|
||||
if (to->IsPCBang() == true)
|
||||
iExp += (iExp * to->GetPoint(POINT_PC_BANG_EXP_BONUS)/100);
|
||||
}
|
||||
|
||||
// 결혼 보너스
|
||||
iExp += iExp * to->GetMarriageBonus(UNIQUE_ITEM_MARRIAGE_EXP_BONUS) / 100;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user