Guest User

:(

a guest
Jun 1st, 2012
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  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 . . .
Advertisement
Add Comment
Please, Sign In to add comment