Twilight Guild Forum

World of Warcraft => Add-ons / Mods / Macros => Topic started by: Shadowwolf on February 21, 2007, 12:16:59 PM

Title: Bongos 7.1.15 (Latest) Right-click selfcast
Post by: Shadowwolf on February 21, 2007, 12:16:59 PM
If you use Bongos and have kept it up to date, you've noticed that the highly handy right-click self-cast option that was in 3 versions ago was taken away in favor of the old bar style since most people got confuzzled. Well, I rely on the right-click a ton and I cant get any of the other right-click self cast mods to work with Bongos and luckily stumbled onto a solution.

in <hard drive>\<Wow Directory>\Interface\Addons\Bongos_ActionBar\actionBar\button.lua:


line 41:
[color=red]button:SetAttribute('useparent-statebutton', true)[/color]

replace it with:
[color=green]button:SetAttribute('useparent-statebutton', false)
button:SetAttribute('unit2', 'player')[/color]


This is rumored to cause Bongos "paging" feature to break though, so if you use that, be advised. I dont use paging so I dont know.