-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the RealmeyeSharp wiki!
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.
User user = new User();
Realm.GetAllUserInfo("IGN", user);
Console.WriteLine("Fame:" + user.Fame);
User user = new User();
Realm.GetUserSummary("IGN", user);
GetUserSummary must be called before calling GetUserPetStats, GetUserDescription and GetUserClasses.
RealmeyeSharp can pull information about guilds, in the same way as Users.
Guild guild = new Guild();
Realm.GetGuildSummary("Guild Name", guild);
Realm.GetGuildMembers(guild);
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.
List mysteryBoxes = new List();
Realm.GetAllMysteryBoxes(mysteryBoxes);
RealmeyeSharp has some functions that can find nexus shop items. The items it can find at the moment are Keys, backpacks, and clovers.
string key = Find.FindKey("key name");
string backpack = Find.FindBackpack();
string clover = Find.FindClover();
An example string from these is: Australia Nexus 100