Neuron icon indicating copy to clipboard operation
Neuron copied to clipboard

Profession button

Open Trajin opened this issue 4 years ago • 8 comments

I've got a couple toons that one of the professions, engineering, will not launch when I click the button. I've dragged it to other slots and it won't open. I've reset the bars and it still won't launch. Same thing on another toon with the tailoring profession. I've tried playing with the button script. The strange thing is, that after I have opened the profession from the spell book and close it, it might open it with the action bar icon. Just not every time.

Trajin avatar Nov 28 '20 12:11 Trajin

I resolved this myself. I removed the ablility from the bar and then logged. Adding it back after relogging seems to be working.

Trajin avatar Nov 28 '20 14:11 Trajin

After testing this all day, it's still not working. i've found it not working on several of my toons with professions. I even created a separate action bar to test with. It works at first but after awhile it quits working. I'm not sure exactly when it quits. All I hear is a click that it's sounding like it's trying to do something. I'll keep trying to get you more details to work with.

Trajin avatar Nov 29 '20 04:11 Trajin

this is actually a problem on blizzard's end. you can actually get this same effect with neuron disabled.

On Sat, Nov 28, 2020 at 10:04 PM Trajin [email protected] wrote:

After testing this all day, it's still not working. i've found it not working on several of my toons with professions. I even created a separate action bar to test with. It works at first but after awhile it quits working. I'm not sure exactly when it quits. All I hear is a click that it's sounding like it's trying to do something. I'll keep trying to get you more details to work with.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/brittyazel/Neuron/issues/385#issuecomment-735339842, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOU37BAMVKCIOZGPUJLV23SSHB3PANCNFSM4UFY6UMA .

jpmeyers avatar Nov 29 '20 04:11 jpmeyers

Well, that's annoying. I don't suppose there's another way to launch professions other than the /cast macro.

Trajin avatar Nov 29 '20 04:11 Trajin

zoning will correct the issue, also logout, log into a different character, then log back into the first will fix it for that character as well. but zoning is generally faster

On Sat, Nov 28, 2020 at 10:38 PM Trajin [email protected] wrote:

Well, that's annoying. I don't suppose there's another way to launch professions other than the /cast macro.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/brittyazel/Neuron/issues/385#issuecomment-735342277, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOU37G5WZT3BTPJWNG6SA3SSHF5RANCNFSM4UFY6UMA .

jpmeyers avatar Nov 29 '20 04:11 jpmeyers

This is a bigger issue than just neuron. Blizzard made macros will also sometimes fail to open the profession window from what I can tell. It seems like a client issue tbh. I'll keep looking into it though

brittyazel avatar Nov 29 '20 19:11 brittyazel

Thank you

Sent from my iPhone

On Nov 29, 2020, at 1:55 PM, Britt Yazel [email protected] wrote:



This is a bigger issue than just neuron. Blizzard made macros will also sometimes fail to open the profession window from what I can tell. It seems like a client issue tbh. I'll keep looking into it though

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHubhttps://github.com/brittyazel/Neuron/issues/385#issuecomment-735445294, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AH623623U6NDCDYUS6GBU23SSKRM5ANCNFSM4UFY6UMA.

Trajin avatar Nov 29 '20 21:11 Trajin

I found a workaround: /run local p1, p2, arch, fish, cook = GetProfessions(); local n, i, sLvl, max, numAb, spoffset, skillLine, skillMod, specId, specOffset = GetProfessionInfo(p1);C_TradeSkillUI.OpenTradeSkill(skillLine)

pjotrpottervogel avatar Dec 15 '20 16:12 pjotrpottervogel