amir786 0 #1 Posted March 27, 2014 When adding this [url=http://www.runelocus.com/forums/showthread.php?89789-667-amp-718-Crystal-Keys-System]718 [667] & [718] - Crystal Keys System[/url] i got this error [IMG]http://i62.tinypic.com/actv88.png[/IMG] i think i added [QUOTE] private transient CrystalChest crystalChest;[/QUOTE] and [QUOTE]public CrystalChest getCrystalChest() { return crystalChest; } [/QUOTE] wrong please could you help me? here is my player.java without these added :) [url]https://www.dropbox.com/s/fkfh6xtg6m1dbzl/Player.java[/url] if it is that and someone could add them it would be amazing :) <3 Share this post Link to post Share on other sites
0 Nick 1 #3 Posted March 27, 2014 Try **************** [url]http://www.****************/runescape-development/rs-503-client-server/snippets/416719-667-crystal-chest.html[/url] Share this post Link to post Share on other sites
0 Hope 2 #4 Posted March 27, 2014 It can't find the CrystalChest class. Make sure you import the class into player.java...... Share this post Link to post Share on other sites
0 amir786 0 #5 Posted March 27, 2014 (edited) [quote name='Datbeastmayne']Imports......[/QUOTE] i added it? [QUOTE]import com.rs.game.player.CrystalChest;[/QUOTE] into player.java.. but i got 1 more error.. saying [IMG]http://i58.tinypic.com/2j2git2.png[/IMG] and yes i added CrystalChest.class in player.. but it looks like this [IMG]http://i57.tinypic.com/e8mxq9.png[/IMG] but opens like this [IMG]http://i60.tinypic.com/mkkuna.png[/IMG] Edited March 27, 2014 by amir786 Share this post Link to post Share on other sites
0 Hope 2 #6 Posted March 27, 2014 CrystalChest is in the content package.... This: [code] [COLOR=#333333][I]import com.rs.game.player.CrystalChest; [/I][/COLOR][/code][COLOR=#333333]Should be:[/COLOR][code] [COLOR=#333333][I]import com.rs.game.player.content.CrystalChest; [/I][/COLOR][/code] Share this post Link to post Share on other sites
0 amir786 0 #7 Posted March 28, 2014 I have done the imports.. but when i added the imports and the [QUOTE]public CrystalChest getCrystalChest() { return crystalChest; }[/QUOTE] i got this error [IMG]http://i57.tinypic.com/16ad5pf.png[/IMG] i meant exactly where to put them in the player.java.. sorry for me being a noob Share this post Link to post Share on other sites
0 Venom1c 0 #8 Posted April 4, 2014 i can give u the working file of the keys add my skype: bobjeprins Share this post Link to post Share on other sites
[url=http://www.runelocus.com/forums/showthread.php?89789-667-amp-718-Crystal-Keys-System]718 [667] & [718] - Crystal Keys System[/url]
i got this error
[IMG]http://i62.tinypic.com/actv88.png[/IMG]
i think i added
[QUOTE] private transient CrystalChest crystalChest;[/QUOTE]
and
[QUOTE]public CrystalChest getCrystalChest() {
return crystalChest;
}
[/QUOTE]
wrong please could you help me? here is my player.java without these added :)
[url]https://www.dropbox.com/s/fkfh6xtg6m1dbzl/Player.java[/url]
if it is that and someone could add them it would be amazing :) <3
Share this post
Link to post
Share on other sites