diff3 / Ghost

This addon will create a hidden button bar, which can be shown under the mouse cursor. It's working just like an actionbar so you only need to drag your spells to it.
3 stars 2 forks source link

Spells repeating #2

Open DeadVeng opened 11 months ago

DeadVeng commented 11 months ago

Hello, I know its been quite a while since you have touched this plugin, but I was hoping you'd be willing to consider trying to fix an issue as most of my friends really enjoy this addon. I've noticed so far at least on my druid when I am in bear form and add a spell to my action bar it adds it to ghost's action bar too, 1-10 the same as on the bar starting from the center on ghost as 1. And even shift scrolling to show the next action bar actually moves ghosts buttons too another 25 slots. I'm not sure if this is from having the buttons unlocked or what. Anyways, we would greatly appreciate some help with this! Thank you for your plugin and time regardless!

diff3 commented 11 months ago

Hmm On Vanilla WoW it's a limit on how many action buttons you have in game. I belive it's about 200 buttons. I have never really played Druid so I just reused button mapped by Geist.

If you want to help to fix, in the file Variables.lua you got the button mapping.

if class == "DRUID" then ghost["ButtonID"] = { 109,110,111,112,113, 114,115,116,117,118, 119,120,85,86,87, 88,89,90,91,92, 93,94,95,96, 48};

We just need to find some empty byttons which is not interfearing with your other buttons.

I need to check on shift scrolling!