Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Compiling Torvapkz...
- src\org\dementhium\model\player\ShopManager.java:16: error: cannot find symbol
- if (npcId == 534) {
- ^
- symbol: variable npcId
- location: class ShopManager
- src\org\dementhium\model\player\ShopManager.java:17: error: cannot find symbol
- currency = 12852;
- ^
- symbol: variable currency
- location: class ShopManager
- src\org\dementhium\model\player\ShopManager.java:29: error: cannot find symbol
- shops.put(npcId, new Shop(npcId, currency, isGeneral, items, amounts, tr
- ue));
- ^
- symbol: variable currency
- location: class ShopManager
- 3 errors
- Complete
- Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment