Mista_Pnut

Gemcutting

Feb 12th, 2012
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.93 KB | None | 0 0
  1.                     //Diamond
  2.         if ((itemUsed == 1617 || otherItem == 1617) && (itemUsed == 1755 || otherItem == 1755)) {
  3. crafting(752, 1617, 1601, 43);
  4.         }
  5.                     //Ruby
  6.         if ((itemUsed == 1619 || otherItem == 1619) && (itemUsed == 1755 || otherItem == 1755)) {
  7. crafting(595, 1619, 1603, 34);
  8.         }
  9.                     //Emerald
  10.         if ((itemUsed == 1621 || otherItem == 1621) && (itemUsed == 1755 || otherItem == 1755)) {
  11. crafting(472, 1621, 1605, 27);
  12.         }
  13.                     //Sapphire
  14.         if ((itemUsed == 1623 || otherItem == 1623) && (itemUsed == 1755 || otherItem == 1755)) {
  15. crafting(350, 1623, 1607, 20);
  16.         }
  17.                     //Dragonstone
  18.         if ((itemUsed == 1631 || otherItem == 1631) && (itemUsed == 1755 || otherItem == 1755)) {
  19. crafting(959, 1631, 1615, 55);
  20.         }
  21.                     //Onyx
  22.         if ((itemUsed == 6571 || otherItem == 6571) && (itemUsed == 1755 || otherItem == 1755)) {
  23. crafting(1750, 6571, 6573, 67);
  24.         }
Advertisement
Add Comment
Please, Sign In to add comment