|
|
|
@ -406,6 +406,10 @@ public enum LootManager {
@@ -406,6 +406,10 @@ public enum LootManager {
|
|
|
|
|
|
|
|
|
|
public static void GenerateInventoryDrop(Mob mob, BootySetEntry bse) { |
|
|
|
|
|
|
|
|
|
if((bse.itemBase == 3040 || bse.itemBase == 3021) && mob.level < 80){ |
|
|
|
|
mob.setSpawnTime(3600); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if(mob.parentZone.getSafeZone() == 1) { |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
@ -421,10 +425,6 @@ public enum LootManager {
@@ -421,10 +425,6 @@ public enum LootManager {
|
|
|
|
|
|
|
|
|
|
if (lootItem != null) |
|
|
|
|
mob.getCharItemManager().addItemToInventory(lootItem); |
|
|
|
|
|
|
|
|
|
if((bse.itemBase == 3040 || bse.itemBase == 3021) && mob.level < 80){ |
|
|
|
|
mob.setSpawnTime(3600); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public static void peddleFate(PlayerCharacter playerCharacter, Item gift) { |
|
|
|
|