Gurkan 0 #1 Posted March 31, 2015 I wan't to be able to check the stats of players who are offline but I'm not sure how to go about doing this. I'm using the rune-evo v3 with very few changes currently if it makes any difference. Share this post Link to post Share on other sites
0 falconpunch 1 #2 Posted April 1, 2015 [quote name='Gurkan']I wan't to be able to check the stats of players who are offline but I'm not sure how to go about doing this. I'm using the rune-evo v3 with very few changes currently if it makes any difference.[/QUOTE] Well, I believe stats are integers, so basically you'd just make a command to grab that person's specific level's. Share this post Link to post Share on other sites
0 high105 3 #3 Posted April 1, 2015 Or create highscores.. Thats an option Share this post Link to post Share on other sites
0 Gurkan 0 #4 Posted April 1, 2015 Eventually found what I was looking for so I will not need any additional help. Here it is if anyone else needs it. [CODE] player = SerializableFilesManager.loadPlayer(name); skillLevel = player.getSkills().getLevel(skillID); [/CODE] Share this post Link to post Share on other sites
I'm using the rune-evo v3 with very few changes currently if it makes any difference.
Share this post
Link to post
Share on other sites