Added Corrected Char Sheet XP script by -=HA=-
Added Corrected Char Sheet XP script by -=HA=-. Updated a few NPC onDeath scripts to use point at the correct XP scripts. Full compile. Updated release archive.
This commit is contained in:
@@ -361,7 +361,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
|
||||
@@ -407,7 +407,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