Add Dawntracker to list of normal mode set possibilities.

This commit is contained in:
sigonasr2 2016-08-25 22:21:47 -05:00
parent b3b525e25a
commit 5a44321ca9
3 changed files with 7 additions and 4 deletions

Binary file not shown.

View File

@ -83,11 +83,14 @@ public class Loot {
set=ItemSet.SONGSTEEL;
} else {
//RANDOM SET! because we are not a mode of any sort.
if (Math.random()<0.33) {
if (Math.random()<0.25) {
set=ItemSet.PANROS;
} else
if (Math.random()<0.33) {
if (Math.random()<0.25) {
set=PickRandomRangerSet();
} else
if (Math.random()<0.25) {
set=ItemSet.DAWNTRACKER;
} else {
set=ItemSet.SONGSTEEL;
}

View File

@ -1139,10 +1139,10 @@ public class TwosideKeeper extends JavaPlugin implements Listener {
//aPlugin.API.sendActionBarMessage(p, "Testing/nMultiple Lines.\nLolz");
//TwosideKeeperAPI.setItemSet(p.getEquipment().getItemInMainHand(), ItemSet.PANROS);
//p.getWorld().dropItemNaturally(p.getLocation(), TwosideKeeperAPI.generateMegaPiece(Material.LEATHER_CHESTPLATE, true, true, 5));
/*p.getWorld().dropItemNaturally(p.getLocation(), UPGRADE_SHARD.getItemStack());
p.getWorld().dropItemNaturally(p.getLocation(), UPGRADE_SHARD.getItemStack());
ItemStack upgrade = UPGRADE_SHARD.getItemStack();
GenericFunctions.setUpgradeShardTier(upgrade,3);
p.getWorld().dropItemNaturally(p.getLocation(), upgrade);*/
p.getWorld().dropItemNaturally(p.getLocation(), upgrade);
//p.sendMessage("This is tier "+GenericFunctions.getUpgradeShardTier(p.getEquipment().getItemInMainHand()));
//ItemSet.SetTier(p.getEquipment().getItemInMainHand(), 7);
//p.getWorld().dropItemNaturally(p.getLocation(), STRENGTHENING_VIAL.getItemStack(50));