character starts with 1000 gold and a conc pot

This commit is contained in:
2024-08-29 19:27:24 -05:00
parent a0f874b319
commit 8a5133f04b
@@ -525,9 +525,11 @@ public enum InterestManager implements Runnable {
player.setDirtyLoad(true);
updateStaticList(player, origin);
updateMobileList(player, origin);
if(player.level < 10)
if(player.level < 10) {
player.setLevel((short) 10);
player.getCharItemManager().addGoldToInventory(1000,false);
player.getCharItemManager().addItemToInventory(new MobLoot(player,ItemBase.getItemBase(980066),1,false));
}
}
public synchronized void HandleLoadForTeleport(PlayerCharacter playerCharacter) {