View Single Post
04-16-13, 05:03 AM   #3
taheen74
A Cyclonian
AddOn Author - Click to view addons
Join Date: Apr 2011
Posts: 44
Originally Posted by sigg View Post
I have some bad news.

Mousewheel as a spell binding is not possible.

Sorry
What about a function binding? Sorry should have clarified.

Addons like Vuhdo and healbot are able to do that without messing with any other functions or dinking up any of the blizzard bindings themselves. For example, Vuhdo's code has the MOUSEWHEELUP function set as "w1" (I've been looking up LUA/function stuff- only reason I figured this out).

In their options box- when you first open the addon in game,they have a place for left click, right click, middle click, and mousewheel up and mousewheel down click (functionality). All you do is just input what spells/macro you want to use for that click. There's no "binding" about it- it's similar to what you have under the healing binds options.

Hopefully, this makes more sense in what I'm trying to explain. Your addon would be perfect for me- except for this one thing.

I'm not gonna post everything I have in my shaman's LUA file, but it looks like this for their wheel up assignment:

["WHEEL"] = {
["1"] = {
"", -- [1]
"-w1", -- [2]
"Nature's Rain", -- [3]

Last edited by taheen74 : 04-16-13 at 06:47 AM.
  Reply With Quote