forked from MagicBane/Server
xp and conc granted for noob
This commit is contained in:
@@ -545,6 +545,11 @@ public enum InterestManager implements Runnable {
|
||||
return;
|
||||
}
|
||||
}
|
||||
if(player.getLevel() <= 20){
|
||||
ItemBase conc = ItemBase.getItemBase(980066);
|
||||
MobLoot ml = new MobLoot(player,conc,false);
|
||||
ml.promoteToItem(player);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -1159,6 +1159,7 @@ public class PlayerCharacter extends AbstractCharacter {
|
||||
(short) intMod, (short) spiMod, Guild.getErrantGuild(), runningTrains, a, race, baseClass, (byte) skinColorID, (byte) hairColorID,
|
||||
(byte) beardColorID, (byte) beardStyleID, (byte) hairStyleID);
|
||||
|
||||
pcWithoutID.exp = 110000;
|
||||
try {
|
||||
playerCharacter = DbManager.PlayerCharacterQueries.ADD_PLAYER_CHARACTER(pcWithoutID);
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user