Don't like ads? PRO users don't see any ads ;-)
Guest

:(

By: a guest on Jun 1st, 2012  |  syntax: None  |  size: 0.74 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Compiling Torvapkz...
  2. src\org\dementhium\model\player\ShopManager.java:16: error: cannot find symbol
  3.                 if (npcId == 534) {
  4.                     ^
  5.   symbol:   variable npcId
  6.   location: class ShopManager
  7. src\org\dementhium\model\player\ShopManager.java:17: error: cannot find symbol
  8.                         currency = 12852;
  9.                         ^
  10.   symbol:   variable currency
  11.   location: class ShopManager
  12. src\org\dementhium\model\player\ShopManager.java:29: error: cannot find symbol
  13.         shops.put(npcId, new Shop(npcId, currency, isGeneral, items, amounts, tr
  14. ue));
  15.                                          ^
  16.   symbol:   variable currency
  17.   location: class ShopManager
  18. 3 errors
  19. Complete
  20. Press any key to continue . . .