RequestRefineCancel prices for R grade items.
This commit is contained in:
@@ -118,6 +118,15 @@ public final class RequestRefineCancel extends L2GameClientPacket
|
|||||||
case S84:
|
case S84:
|
||||||
price = 920000;
|
price = 920000;
|
||||||
break;
|
break;
|
||||||
|
case R:
|
||||||
|
price = 1560000;
|
||||||
|
break;
|
||||||
|
case R95:
|
||||||
|
price = 5400000;
|
||||||
|
break;
|
||||||
|
case R99:
|
||||||
|
price = 14160000;
|
||||||
|
break;
|
||||||
// any other item type is not augmentable
|
// any other item type is not augmentable
|
||||||
default:
|
default:
|
||||||
activeChar.sendPacket(new ExVariationCancelResult(0));
|
activeChar.sendPacket(new ExVariationCancelResult(0));
|
||||||
|
Reference in New Issue
Block a user