Customize finer scanning preferences in-game ?

The character stats and items data collector

Customize finer scanning preferences in-game ?

Postby cookie » Fri Oct 15, 2010 11:07 pm

Hello !

Is it possible to change CP specific scanning options ingame (for example by turning off inventory scan and turning on spells scanning with a /slash command ) ?

Some of guild members do not want to have their bags displayed into the roster character info addon.

I've tried the "/cp scan" argument, but after I looked into rpgo.core.lua @ rpgo.PrefToggle function I saw that this isnt possible to change such preferences ingame. But maybe I've missed something. If not, it may be great to able letting players change these options ingame. Or maybe it is not the stance of wowroster, because wowroster has an option to allow the display of the bags of the guild members. But if you cannot rely on a potentially dishonest admin, that doesn't solve the problem.

So in order to change these scanning rules, do I have to tell other guild members to change prefs values into their both CharacterProfiler.lua files ?

Hidden: show
Code: Select all
RPGOCP.PREFS={
    enabled=true,verbose=false,tooltip=true,tooltipshtml=true,fixtooltip=true,fixquantity=true,fixicon=true,fixcolor=true,reagentfull=true,talentsfull=true,questsfull=false,lite=true,button=true,debug=false,ver=030000,
    scan={inventory=true,currency=true,talents=true,honor=true,reputation=true,spells=true,pet=true,companions=true,equipment=true,mail=true,professions=true,skills=true,quests=true,bank=true,glyphs=true},
};


Thanks in advance for your help :)
cookie
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Thu Oct 14, 2010 11:23 am

Re: Customize finer scanning preferences in-game ?

Postby zanix » Fri Oct 15, 2010 11:15 pm

MediaWiki/CharacterProfiler#.27.2F.27_Commands

This should answer your question

'/cp (preference) [on|off]' should allow you to edit these options
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Re: Customize finer scanning preferences in-game ?

Postby cookie » Fri Oct 15, 2010 11:55 pm

The options I want to change are not listed on the page you linked, but are present into the addon. The problem with these scan prefs is that they are in an array, not like other prefs :

Hidden: show
Code: Select all
    ["enabled"] = true,    <= These commands can be changed
    ["button"] = true,
    ["debug"] = false,
    ["questsfull"] = false,
    ["tooltipshtml"] = true,
    ["tooltip"] = true,
    ["verbose"] = false,
    ["scan"] = {
        ["inventory"] = true,             <= These commands are in the ["scan"] array, and cannot be changed
        ["talents"] = true,
        ["glyphs"] = true,
        ["honor"] = true,
        ["reputation"] = true,
        ...



So the command "/cp scan inventory off" won't work, but "/cp verbose on" will (it will work, however "verbose" is not on the mentionned wiki page).
"/cp inventory off" does not work either.

Thanks !
cookie
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Thu Oct 14, 2010 11:23 am

Re: Customize finer scanning preferences in-game ?

Postby Ulminia » Sat Oct 16, 2010 1:04 am

i will look into this option if like to make a graphical options pannell but id need to lurn how....
Ulminia of Zangarmarsh
Zonous of Zangarmarsh
Author of Roster Gallery
WoWRoster-Profiler Redesigner
User avatar
Ulminia
WoWRoster.net Dev Team
WoWRoster.net Dev Team
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 1223
Joined: Tue Jul 04, 2006 4:41 pm
Location: New Brunswick, Canada
Realm: Zangarmarsh (PvE) - US
gmail/gtalk: ulminia@gmail.com

Re: Customize finer scanning preferences in-game ?

Postby zanix » Sat Oct 16, 2010 7:02 am

cookie wrote:The options I want to change are not listed on the page you linked, but are present into the addon. The problem with these scan prefs is that they are in an array, not like other prefs :

So the command "/cp scan inventory off" won't work, but "/cp verbose on" will (it will work, however "verbose" is not on the mentionned wiki page).
"/cp inventory off" does not work either.

Thanks !


I thought the original developer made these options available in-game. Sorry
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Re: Customize finer scanning preferences in-game ?

Postby cookie » Sat Oct 16, 2010 10:55 am

No problem ! Thanks for your replies
cookie
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Thu Oct 14, 2010 11:23 am


Return to CharacterProfiler

Who is online

Users browsing this forum: No registered users and 0 guests

cron