forked from 2009Scape/Server
I quit
This commit is contained in:
parent
b2254fb318
commit
73dc0370c8
1 changed files with 2 additions and 2 deletions
|
|
@ -641,8 +641,8 @@ public class Shop {
|
|||
SystemLogger.logInfo("" + item.getDefinition().getAlchemyValue(highAlch) + " " + mod + " " + item.getAmount());
|
||||
int baseValue = item.getDefinition().getAlchemyValue(highAlch);
|
||||
int value = (int) (baseValue * mod * item.getAmount());
|
||||
if(getCurrency() == Items.TOKKUL_6529 && item.getId() == Items.CHAOS_RUNE_562) value = 13;
|
||||
if(getCurrency() == Items.TOKKUL_6529 && item.getId() == Items.DEATH_RUNE_560) value = 27;
|
||||
if(getCurrency() == Items.TOKKUL_6529 && item.getId() == Items.CHAOS_RUNE_562) value = (13 * item.getAmount());
|
||||
if(getCurrency() == Items.TOKKUL_6529 && item.getId() == Items.DEATH_RUNE_560) value = (27 * item.getAmount());
|
||||
if(item.getId() == 12183){
|
||||
value = 25 * item.getAmount();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue