forked from 2009Scape/Server
Crystal Equipment Changes
Buying a new bow or shield from Islwyn will be "new" and tradable Recharging a crystal seed into either will be "full" and not tradable
This commit is contained in:
parent
c8bf7b5342
commit
0fcf442ec5
1 changed files with 4 additions and 4 deletions
|
|
@ -322,8 +322,8 @@ public class IslwynDialogue extends DialoguePlugin {
|
|||
}
|
||||
if (player.getInventory().contains(995, price)) {
|
||||
if (player.getInventory().remove(new Item(995, price))) {
|
||||
if (!player.getInventory().add(new Item(4214, 1))) {
|
||||
GroundItemManager.create(new Item(4214, 1), player);
|
||||
if (!player.getInventory().add(new Item(4212, 1))) {
|
||||
GroundItemManager.create(new Item(4212, 1), player);
|
||||
}
|
||||
end();
|
||||
}
|
||||
|
|
@ -337,8 +337,8 @@ public class IslwynDialogue extends DialoguePlugin {
|
|||
}
|
||||
if (player.getInventory().contains(995, price)) {
|
||||
if (player.getInventory().remove(new Item(995, price))) {
|
||||
if (!player.getInventory().add(new Item(4225, 1))) {
|
||||
GroundItemManager.create(new Item(4225, 1), player);
|
||||
if (!player.getInventory().add(new Item(4224, 1))) {
|
||||
GroundItemManager.create(new Item(4224, 1), player);
|
||||
}
|
||||
end();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue