I have also been using ElvUI for the longest time, and also had it installed at launch, however it constantly made lua errors so I dropped it.
Printable View
Thank you for the replies. I'll have a look at it all and see if I can figure it out :D
About TSM, I checked the software and cant find any setting about syncing. All ive got is a general tab, notifications, backup, and advanced with nothing but a button to upload app log. Am I totally missing something here?
Not sure what you've installed my tsm looks like this:https://imgur.com/a/xINzozG
oh you sync it from the ingame addon. Thought you were talking about the desktop app. Thank you!
May I ask how you got the clickbars to work? I've created the bars itself, but I cant figure out how to set them up so that if I click one of the buttons, it will use something in a different window. The wiki doesnt explain it well enough for someone without prior experience. I jsut cant figure it out. I want to be able to click the bar on my main screen, and then it will use a skill in one of the other windows. EIther by keybind or mouseclick, whichever is better.
Not sure you can do keybinds, I'll post a img with my pro mspaint skills.
https://i.imgur.com/e9p2xos.png
Step 1. you can Left click, shift-left click, do whatever you want with your mouse and it'll be over in the right side panel, then choose the Target/Action target group and what you want them to do, create a Key map with the ingame bind you want the click to send to the alts.
EDIT: What I've done is create a key map for drinking and have it Target=self in the Key map, then in the clickbar use the target you want to make drink
https://i.imgur.com/6DD872z.png
Thank you so much for the help! Really appreciated! However, I still cant figure it out... I actually feel retarded with how much im struggling!
Would you mind showing me how you set up the mapped key aswell? No clue if thats the problem or not.
Edit: Saw the edit just now. Let me read it and see if I figure it out now. Will get back to you:) Cheers!
Still cant figure it out... I have no clue what im doing wrong. Sent you a PM so I wont spam this anymore than I already have ^^
Can you post your trade macro's for reagents/greys?
I am currently toying around with something like:
/run for i=0,4 do for x=1,GetContainerNumSlots(i) do y=GetContainerItemLink(i,x) if y then if GetItemInfo(y)=="Conjured Mana Cake" then PickupContainerItem(i,x); DropItemOnUnit("target"); return; end end end end