|
|
@ -977,7 +977,16 @@ public class PlayerCharacter extends AbstractCharacter { |
|
|
|
|
|
|
|
|
|
|
|
switch (attrID) { |
|
|
|
switch (attrID) { |
|
|
|
case MBServerStatics.RUNE_COST_ATTRIBUTE_ID: |
|
|
|
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. " |
|
|
|
Logger.info("Bought " + rb.getName() + " for " + value + " points. " |
|
|
|
+ (remainingPoints - value) + " left."); |
|
|
|
+ (remainingPoints - value) + " left."); |
|
|
|
|
|
|
|
|
|
|
|