assorted fixes
This commit is contained in:
@@ -86,8 +86,14 @@ public class dbRuneBaseHandler extends dbHandlerBase {
|
||||
case 3046:
|
||||
case 3047:
|
||||
case 3048:
|
||||
case 2514:
|
||||
rb.getRace().put(1999, true);
|
||||
break;
|
||||
case 3035:
|
||||
rb.getBaseClass().put(2501,true);
|
||||
break;
|
||||
case 3049:
|
||||
rb.getRace().clear();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -443,9 +443,6 @@ public enum LootManager {
|
||||
|
||||
public static void GenerateInventoryDrop(Mob mob, BootySetEntry bse) {
|
||||
|
||||
if(bse.itemBase == 3049)//disable clanwarden
|
||||
return;
|
||||
|
||||
if(ItemBase.getItemBase(bse.itemBase).isDiscRune()) {
|
||||
if(!Mob.disciplineDroppers.contains(mob))
|
||||
Mob.disciplineDroppers.add(mob);
|
||||
|
||||
@@ -977,7 +977,16 @@ public class PlayerCharacter extends AbstractCharacter {
|
||||
|
||||
switch (attrID) {
|
||||
case MBServerStatics.RUNE_COST_ATTRIBUTE_ID:
|
||||
switch(rb.getName()){
|
||||
case "Born of the Ethyri":
|
||||
case "Born of the Taripontor":
|
||||
case "Born of the Gwendannen":
|
||||
case "Born of the Invorri":
|
||||
case "Born of the Irydnu":
|
||||
value = 0;
|
||||
break;
|
||||
|
||||
}
|
||||
Logger.info("Bought " + rb.getName() + " for " + value + " points. "
|
||||
+ (remainingPoints - value) + " left.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user