fallenswordhelper / legacy_issues

0 stars 0 forks source link

Auto select buffs from bio that you don't have on #734

Open gschizas opened 9 years ago

gschizas commented 9 years ago

Originally reported on Google Code with ID 735

Some stores values:
GM_value("excluded_buffs")="Lib,DD,BS,EW"
GM_value("buff_map")={"Lib":"Library,Lib","DD":"Death Dealer, DDealer",...}

There can be a "Select Buffs" button in front of the "Request buff" button,
and when click on "Select Buffs", the Helper will:
+ get all your current buffs on you (from profile or world screen)
+ ticks all buffs in the viewing bio, excluding those in "excluded_buffs"
and those already on you.

Reported by ipodseeker on 2009-10-01 01:19:01

gschizas commented 9 years ago
Only problem with selecting buffs from a bio is the non-standard way some people name
their buffs. I was thinking about adding nicknames for buffs in the fsdata for buffs.
That way, you could a) on mouseover, see the description of the buff, b) better able
to auto-select buffs in quick buff when selling buffs c) something else

I like the idea though =)

Reported by Brent.Merle on 2009-10-01 12:05:09

gschizas commented 9 years ago
"non-standard way some people name their buffs"

That's why I have GM_value("buff_map") which map the standard short name to
non-standard short name in my original post :). Players can update their map when
they see new abbreviations. You should use that map to convert bio buffs to your buff
and vice versa. 

Reported by ipodseeker on 2009-10-01 17:34:47

gschizas commented 9 years ago

Reported by Vong.Help on 2012-01-12 13:50:42