Skip to content
Argocyte edited this page Sep 3, 2018 · 1 revision

Welcome to the RealmeyeSharp wiki!

User Information

RealmeyeSharp can pull all of a users information from Realmeye into a class. This contains all of the information stored in strings, and a collection of the users classes. You can pull all the information about a player at once or use seperate subroutines to get individual sections.

Example of getting all of a user's information, and outputting their fame to console.

User user = new User();

Realm.GetAllUserInfo("IGN", user);

Console.WriteLine("Fame:" + user.Fame);

Example of only pulling the user's summary

User user = new User();

Realm.GetUserSummary("IGN", user);

GetUserSummary must be called before calling GetUserPetStats, GetUserDescription and GetUserClasses.

Guild Information

RealmeyeSharp can pull information about guilds, in the same way as Users.

Example of getting a guild's members list.

Guild guild = new Guild();

Realm.GetGuildSummary("Guild Name", guild);

Realm.GetGuildMembers(guild);

Mysterybox Information

Realmeyesharp can pull all the current mystery boxes from realmeye. This includes their Name, Price, ending time, and the prizes availiable as a list of items.

Example of getting mystery boxes.

List mysteryBoxes = new List();

Realm.GetAllMysteryBoxes(mysteryBoxes);

Find

RealmeyeSharp has some functions that can find nexus shop items. The items it can find at the moment are Keys, backpacks, and clovers.

Example of finding a key, a backpack and a clover.

string key = Find.FindKey("key name");

string backpack = Find.FindBackpack();

string clover = Find.FindClover();

An example string from these is: Australia Nexus 100