|
|
Hello,
I am mostly familar with C#; hence, I my VB experience is limited. I am attempting to add a guild rank feature (only guild name is available), but I have had some difficulty.
I was able to find the Guild() method in clsCharacterSheet - which subsequently calls GetCharacter() and so on...
Since the documentation is a bit lacking, do you have any hints to assist me?
Thank you much :)
|
|
Coordinator
Jan 15 2010 at 9:49 PM
Edited Jan 15 2010 at 9:52 PM
|
CharacterSheet.GuildName is a string property that returns the name of the guild. GetCharacter() is shorthand for returning only the <Character> element of the XML of the character-sheet.xml file. Blizzard does not include a guild rank property in this
file.
LibWowArmory has not yet gotten into guild parsing, but I plan on doing this pretty soon. Once this is done, guild ranks will be available through a new object.
|
|