|
|
|
@ -222,52 +222,52 @@ public class Contract extends AbstractGameObject {
@@ -222,52 +222,52 @@ public class Contract extends AbstractGameObject {
|
|
|
|
|
case 250019: |
|
|
|
|
case 250028: |
|
|
|
|
case 250037: |
|
|
|
|
me.magicValue = 1500000; |
|
|
|
|
me.magicValue = 3000000; |
|
|
|
|
break; |
|
|
|
|
case 250002: //10 stats
|
|
|
|
|
case 250011: |
|
|
|
|
case 250020: |
|
|
|
|
case 250029: |
|
|
|
|
case 250038: |
|
|
|
|
me.magicValue = 2000000; |
|
|
|
|
me.magicValue = 4000000; |
|
|
|
|
break; |
|
|
|
|
case 250003: //15 stats
|
|
|
|
|
case 250012: |
|
|
|
|
case 250021: |
|
|
|
|
case 250030: |
|
|
|
|
case 250039: |
|
|
|
|
me.magicValue = 2500000; |
|
|
|
|
me.magicValue = 5000000; |
|
|
|
|
break; |
|
|
|
|
case 250004: //20 stats
|
|
|
|
|
case 250013: |
|
|
|
|
case 250022: |
|
|
|
|
case 250031: |
|
|
|
|
case 250040: |
|
|
|
|
me.magicValue = 3000000; |
|
|
|
|
me.magicValue = 6000000; |
|
|
|
|
break; |
|
|
|
|
case 250005: //25 stats
|
|
|
|
|
case 250014: |
|
|
|
|
case 250023: |
|
|
|
|
case 250032: |
|
|
|
|
case 250041: |
|
|
|
|
me.magicValue = 3500000; |
|
|
|
|
me.magicValue = 7000000; |
|
|
|
|
break; |
|
|
|
|
case 250006: //30 stats
|
|
|
|
|
case 250015: |
|
|
|
|
case 250024: |
|
|
|
|
case 250033: |
|
|
|
|
case 250042: |
|
|
|
|
me.magicValue = 4000000; |
|
|
|
|
me.magicValue = 8000000; |
|
|
|
|
break; |
|
|
|
|
case 250007: //35 stats
|
|
|
|
|
case 250016: |
|
|
|
|
case 250025: |
|
|
|
|
case 250034: |
|
|
|
|
case 250043: |
|
|
|
|
me.magicValue = 4500000; |
|
|
|
|
me.magicValue = 9000000; |
|
|
|
|
break; |
|
|
|
|
default: |
|
|
|
|
me.magicValue = 5000000; |
|
|
|
|
me.magicValue = 10000000; |
|
|
|
|
break; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -275,9 +275,9 @@ public class Contract extends AbstractGameObject {
@@ -275,9 +275,9 @@ public class Contract extends AbstractGameObject {
|
|
|
|
|
if(this.getObjectUUID() == 1201){ //disc merchant
|
|
|
|
|
for(MobEquipment me : this.sellInventory){ |
|
|
|
|
if(me.getItemBase().getName().equals("Prospector")){ |
|
|
|
|
me.magicValue = 250000; |
|
|
|
|
me.magicValue = 500000; |
|
|
|
|
}else{ |
|
|
|
|
me.magicValue = 5000000; |
|
|
|
|
me.magicValue = 10000000; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|