PDA

View Full Version : Right click carousel switch


Marll
12-06-2010, 06:03 PM
I noticed that since the Nov update that on the PetCarousel, MountCarousel and Wheel plugins the Right Mouse button, which previously switched between carousels, now not only switches the carousel but also uses the skill in the middle box.

Any idea why this is? I'm not sure what changed to make this happen, but it's quite annoying and I'd like to fix it.

Kragenwar
12-06-2010, 06:23 PM
Quickslots created with LUA did not use to accept right clicks, they now do. When they weren't accepting right clicks programmers were using them to do other stuff where they didn't intend for the quickslot to fire. If you look at the new documentation I believe there is a new method on quickslots to tell them not to accept right clicks (the way it used to work).

D.H1cks
12-06-2010, 10:06 PM
You need to use a quickslot:SetUseOnRightClick(false); to disable that.

Marll
12-07-2010, 12:01 PM
Great! Thanks, that fixed it.