2025/09/16 Update

XP System was turned off somehow.
This commit is contained in:
Jaysyn904
2025-09-16 12:36:52 -04:00
parent 0b5b6912d2
commit aa4680cac9
9 changed files with 19 additions and 13 deletions

View File

@@ -362,7 +362,7 @@ void GiveXP(object oKiller, int nXPToGive, float fKillerBonus, int nDiff, int nP
}
}
//GiveXPToCreature(oParty, (nXPToGive + FloatToInt(fKillerBonus)));
GiveXPToCreature(oParty, (nXPToGive + FloatToInt(fKillerBonus)));
}
//:: Reward other party members
else
@@ -408,7 +408,7 @@ void GiveXP(object oKiller, int nXPToGive, float fKillerBonus, int nDiff, int nP
GiveGoldToCreature(oParty, FloatToInt((IntToFloat(nXPToGive) + fKillerBonus) * GP_REWARD_MULTIPLIER));
} */
//GiveXPToCreature(oParty, nXPToGive);
GiveXPToCreature(oParty, nXPToGive);
}
}
}