2025/09/16 Update
XP System was turned off somehow.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user