Results: 268Comments by: Soyier
File: Neuron06-27-19
Btw, not saying this is a Neuron is...
Posted By: Soyier
Btw, not saying this is a Neuron issue. I had already asked in Wow technical support and never got an answer. ** The Issue ** For the dots that are cast I seen no text/numbers showing the dot counting down on the Neuron buttons so that I know when I need to refresh it. After actually playing some last night I realized the cool...
File: Neuron06-27-19
I upgraded to the latest version la...
Posted By: Soyier
I upgraded to the latest version last night (thank you for the alpha fix Soyier) but hit a problem. My dots are not showing cooldown timers. Spent about 5 hours trying to fix it and googling till my eyes blurred. Some things "ARE" showing cooldown timers such as haunt. But dots like agony, corruption, and unstable affliction are n...
File: Neuron06-22-19
Update
Posted By: Soyier
Hey all! Update time! We're right in the middle of our big GUI upgrade I've been talking about for a year. It's so much work, and such a collosal task that it's affecting all parts of the add-on, not just the GUI. This, I'm terming this work the NeuronNext project, and it will eventually become Neuron v2.0 when it's all said and d...
File: Neuron05-28-19
Re: Re: GUI Window Sneak Peak
Posted By: Soyier
https://photos.app.goo.gl/QSomNagnQCkQJFGg9 Thoughts Looks okay although I'm not sure why you swapped the bar list from the left to the right, might make more sense to leave it on the left side whee we're used to having it. In terms of things you're probably already aware of, the selected bar indication could be more apparen...
File: Neuron05-28-19
Is anyone else experiencing an issu...
Posted By: Soyier
Is anyone else experiencing an issue where action buttons on CD (greyed out) sometimes light up for a second before going dark again on some toons? Trying to figure out if it just started after I downgraded from 1.1.6a to 1.1.5 or if it was doing it before and I just wasn't noticing. 1.1.5 had the issue 1.1.6 had the fix Well....
File: Neuron05-27-19
GUI Window Sneak Peak
Posted By: Soyier
https://photos.app.goo.gl/QSomNagnQCkQJFGg9 Thoughts
File: Neuron05-26-19
Is anyone else experiencing an issu...
Posted By: Soyier
Is anyone else experiencing an issue where action buttons on CD (greyed out) sometimes light up for a second before going dark again on some toons? Trying to figure out if it just started after I downgraded from 1.1.6a to 1.1.5 or if it was doing it before and I just wasn't noticing. 1.1.5 had the issue 1.1.6 had the fix
File: Neuron05-25-19
You guys can follow along here if y...
Posted By: Soyier
You guys can follow along here if you want: https://github.com/brittyazel/Neuron/commits/StatusBarSplit
File: Neuron05-24-19
Neuron May Status Report
Posted By: Soyier
Hey all, So things are churning with Neuron, particularly the new GUI. I've been wanting to work on the GUI for quite a while now, but unfortunately the way the code was built it was like a house of cards. I couldnt gut the old GUI without irreparably breaking Status bars, and I couldn't fix the Status bars without fully breaking...
File: Neuron05-11-19
Re: Hide/unhide toggle for all bars
Posted By: Soyier
Before (old versions of Ion/neuron) I used to use a macro to toggle hidden state for all bars with 1 keybind(to easily edit things while keeping all bars hidden during gameplay), but I recently got back and that macro stopped working (it was just: /script Neuron.NeuronBar:ChangeBar(NeuronActionBar1) /neuron Conceal;" for every bar i...
File: Neuron04-27-19
Re: Alpha up
Posted By: Soyier
My alpha up on "combat" and "combat + mouseover" does not work if I go past any 0.9.x version. Meaning, if set set the alpha at anything less and I go into combat or mouse over the buttons stay at the lower alpha. My central combat buttons are at .08 alpha. This means I cannot see anything going on with my actions and spells. What...
File: Neuron04-19-19
I like IntelliJ, right up to the po...
Posted By: Soyier
I like IntelliJ, right up to the point they want me to pony up some cash to develop PHP. I'll use it for trying to learn lua though. And weirdly enough I'm this close (pinches fingers together) to using VSCode for editing PHP. That or Sublime. Just need to figure out how to change my syntax highlighting and figure out how well regula...
File: Neuron04-19-19
Thank you gentlemen. I can hopef...
Posted By: Soyier
Thank you gentlemen. I can hopefully start C++ tutorials soon and lua is something I want to combine with it. Working on the addon would give me some practical application for the learning process. I've downloaded IntelliJ IDEA in a zip package. Version info included below. I have this "thing" about only using portable apps and...
File: Neuron04-18-19
Re: Simple coding question
Posted By: Soyier
Ok so Buju already got us started but here is a basic 2min lesson on addons haha. The LUA code is read into memory while the game is loading the character in, and it's at this time that the entire addon is read from top to bottom. What I mean by this is the LUA engine begins reading code starting with the 1st .lua or .xml file in...
File: Neuron04-17-19
Re: No alpha up with newer versions of Neuron
Posted By: Soyier
Any suggestions to fix this? Last night I downloaded the latest version to try out hoping it would resolve my problems. No joy. What I have done (repeatedly, different releases) in an attempt to fix the problem is delete my neuron.lua and neuron.lua.bak files and delete Neuron from interface addons. Then I put the new neuron fi...
File: Neuron04-12-19
Re: Re: Re: Re: Re: Re: Re: Re: Re: Override / Possess / Vehicle Bar not working
Posted By: Soyier
I'll try to explain it better: I want it show be shown when in override/possess/vehicle state, and disappear when not in any of them. I'll post two pictures with my usual setups so you get a better grasp at what I'm trying to redo: Regular action bar shown when not in O/P/V https://i.imgur.com/wQ7KQVN.jpg Action bar hides and O/...
File: Neuron04-01-19
Re: Re: Re: Re: Re: Re: Re: Override / Possess / Vehicle Bar not working
Posted By: Soyier
I'll try to explain it better: I want it show be shown when in override/possess/vehicle state, and disappear when not in any of them. I'll post two pictures with my usual setups so you get a better grasp at what I'm trying to redo: Regular action bar shown when not in O/P/V https://i.imgur.com/wQ7KQVN.jpg Action bar hides and O/...
File: Neuron03-28-19
Phiew! I cleaned up most of the...
Posted By: Soyier
Phiew! I cleaned up most of the keybinding code tonight, and now we have a fully object oriented Keybinder! :-) This won't mean much to most of you, but it greatly helps the simplicity of the codebase, and makes it more extensible. The next thing on my to-do list, besides fixing a crap ton of bugs, is splitting the status b...
File: Neuron03-27-19
Re: Re: Re: Re: Re: Re: Override / Possess / Vehicle Bar not working
Posted By: Soyier
Hello there. I only played a month after release of BfA and Neuron setup I had worked like a charm. Now I'm returning and I can't figure out how to make it work properly. I'd appretiate some help. I used to have 2 bars. First bar was named Action and as you guess it was a typical action bar. And I set it up to hide when I was i...
File: Neuron03-23-19
Re: Alpha up
Posted By: Soyier
My alpha up on "combat" and "combat + mouseover" does not work if I go past any 0.9.x version. Meaning, if set set the alpha at anything less and I go into combat or mouse over the buttons stay at the lower alpha. My central combat buttons are at .08 alpha. This means I cannot see anything going on with my actions and spells. What...
File: Neuron03-21-19
Re: Re: Re: Re: Override / Possess / Vehicle Bar not working
Posted By: Soyier
Hello there. I only played a month after release of BfA and Neuron setup I had worked like a charm. Now I'm returning and I can't figure out how to make it work properly. I'd appretiate some help. I used to have 2 bars. First bar was named Action and as you guess it was a typical action bar. And I set it up to hide when I was i...
File: Neuron03-21-19
Re: Re: Re: Override / Possess / Vehicle Bar not working
Posted By: Soyier
Hello there. I only played a month after release of BfA and Neuron setup I had worked like a charm. Now I'm returning and I can't figure out how to make it work properly. I'd appretiate some help. I used to have 2 bars. First bar was named Action and as you guess it was a typical action bar. And I set it up to hide when I was i...
File: Neuron03-20-19
Re: Override / Possess / Vehicle Bar not working
Posted By: Soyier
Hello there. I only played a month after release of BfA and Neuron setup I had worked like a charm. Now I'm returning and I can't figure out how to make it work properly. I'd appretiate some help. I used to have 2 bars. First bar was named Action and as you guess it was a typical action bar. And I set it up to hide when I was i...
File: Neuron01-25-19
New release out with some fixes for...
Posted By: Soyier
New release out with some fixes for the extra and zone action bars. I noticed some weirdness doing a Tol Dagor that the extra button wasn't working when you picked up the fire barrels, so I was just stuck holding the barrel while it exploded... Good news is that while I looked like a dumbass, I was able to fix it easily enough lol...
File: Neuron01-18-19
Re: Re: Re: Re: Re: Main Action Bar Disappearing
Posted By: Soyier
Perhaps try backing up your WTF folder and then testing if refreshing your profile solves this. This will at least let us know if it's the way you have it configured, or aome sort of glitch. I can confirm that my druid stance bars work just as they should for myself and my girlfriend. I just checked again to make sure I'm not crazy...