First of all, it might be usefull to enable the debugging mode for the Guildprofiler addon.
This mode ins't very intrusive, and might give some details : type
/gp debug on
The same thing goes for Characterprofiler :
/cp debug on
You said that you found the name of your toon.
That doesn't proof anything, even running CP by itself will inject your toon(s) in the CharacterProfiler.lua file - and think about it, it's logic.
CharacterProfiler should contain your toons - your question is about the (minimal) toon information of your other Guild membres.
You CAN, and always should OPEN CharacterProfiler.lua with some
high end text editor, like .... notepad ! and look for TOON's that aren't YOURS.
Looking for Guild Toons (yours are listed there also) :
Search for the file for :
- Code: Select all
myProfile = {
and just one line after if you find :
- Code: Select all
["Khaz Modan"] = { // Note : YOUR Realm will be mentioned here !!
Next line :
- Code: Select all
["Guild"] = {
And then, one line below :
- Code: Select all
["Papy team"] = { // YOUR Guild name will be here
The indent level you reached now on the next line describes your Guild.
There are key like :
- Code: Select all
["EventLog"] = {
["Locale"] = "frFR",
["GPprovider"]
etc etc
You will find many line below (search for it !) a key name
Members :
- Code: Select all
["Members"] = {
["Papycentrale"] = {
["Note"] = "(R) Nowwhat Banquier Centrale",
["Zone"] = "Forgefer",
["Class"] = "Prêtre",
["LastOnline"] = "0:0:6:13",
["Name"] = "Papycentrale",
["ClassId"] = 5,
["OfficerNote"] = "Banquier : Nowwhat 01/06/07",
["Level"] = 2,
["Rank"] = 2,
},
I listed the first toon in the Members list of my Guild, it's one of my bankers (Can you see the public note named nmaed "(R) Nowwhat Banquier Centrale" = this is used to denotes rerolls in my Guild, the main is Nowwhat, that's me ;-).
It's a level 2, rank 2 priest
You saw the error that Zanix outlined above : <- NOTICE THIS LINE ?
This errors shows up if 0 (zero) members are listed in the ["Members"] section of your Guild in CharacterProfiler.lua.
That's your problem right now.
You should know that other addons could 'break' the Guild scanning, if you have any doubt, just launch WoW with (rgpo-)CharacaterProfiler and (rgpo-)GuildProfiler only.
If debug mode is being put on for GP, and you hit the red save button on the Social->Guild page then you'll see if things work or not.
If ok, quit WoW and upload your CharacterProfiler with the Off password.
Can only MG do a WoWRoster init ?
No. Any play can do so - two things are needed :
They have to install the addon Guild Profiler
They need to know the Officer password to mark their upload as a Guild upload (and/or WOWRoster First Init for that matter - which is the same thing).
The addon GuildProfiler accesses information that is available to ANY player (Social => Guild tab).
An exception to the rule is that Guild Vault information that isn't visible to you, will not be saved in your CharacterProfile file neither.
Last note : there is a file being called GuildProfiler.lua in your SavedVariables
Never touch this file - do not look in it, forget about, make Windows make it invisible.... Not respecting this behaviour will get you banned from this forum.
So, no,
do NOT upload this file to your roster !
(look into it, it's empty, just some small rubbish is in there
)