gschizas / fallenswordhelper

MIT License
1 stars 11 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

Original issue 735 created by gschizas on 2009-10-01T01:19:01.000Z:

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:

gschizas commented 9 years ago

Comment #1 originally posted by gschizas on 2009-10-01T12:05:09.000Z:

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 =)

gschizas commented 9 years ago

Comment #2 originally posted by gschizas on 2009-10-01T17:34:47.000Z:

"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.

gschizas commented 9 years ago

Comment #3 originally posted by gschizas on 2012-01-12T13:50:42.000Z:

<empty>