Results: 16Comments by: Elesar
File: Guild Research - See all of your guildies researched traits06/07/14
That may be why I could never get t...
Posted By: Elesar
That may be why I could never get the ice staff to display in the application. I hadn't taken the time to look into why it wasn't saving. The part that I had working with the command was chat log output of what was found. Useful for debugging but if it wasn't ever saving to file not so great. No worries and thanks for the upd...
File: Guild Research - See all of your guildies researched traits06/03/14
Great Addon/Utility here! Since...
Posted By: Elesar
Great Addon/Utility here! Since the recent update, I have noticed that it is not pulling in all the researched traits anymore. Specifically, I'm a woodworker and it is not finding the following: Any Fire Staff traits Any Healing Staff traits Any Frost Staff traits I did a bit of debugging and found that if I did the f...
File: ggFrames05/29/14
After showing this addon to a few g...
Posted By: Elesar
After showing this addon to a few guild members, they (and I) have one request: Would it be possible to implement the ability to re-organize where players show up in the large group frame. I have my interface set to groups of 4, and it would be nice to be able to drag&drop players between groups just to help organization of la...
File: DynamicConfig05/08/14
Excellent update gamecreature! Not...
Posted By: Elesar
Excellent update gamecreature! Not too far off from what I had hashed out at work, pending testing :D I'm going to run with what you have here, and try out the delayed application of the high values. Ill submit a pull request if I think it is worth having in the mod.
File: DynamicConfig05/08/14
Sadly for some reason this is not w...
Posted By: Elesar
Sadly for some reason this is not working at all for me. Addon shows as turned on but nothing happens and /dynconf command is doing nothing. Could you try temporarily disabling all other addons? See if you get the help message if you do /dynconf after that. If it works with all other addons disabled, then we have a conflict with...
File: DynamicConfig05/08/14
It really would be nice to have a s...
Posted By: Elesar
It really would be nice to have a settings screen or at least make the settings configurable with a /command. Perhaps it would be nice to have the following commands: /dynconf store high /dynconf store low Which simply stores the current settings as the default low and high settings. This shouldn't be very hard I guess...
File: Foundry Tactical Combat (FTC)05/08/14
Thanks for the update Atropos! I...
Posted By: Elesar
Thanks for the update Atropos! I look forward to the new settings to customize alpha on the fly :D (I in no way meant to offend in posting my quick-fixes in this thread, just trying to help everyone enjoy your great addon to the fullest extent possible)
File: DynamicConfig05/08/14
@choekstr Awesome, Ill do some t...
Posted By: Elesar
@choekstr Awesome, Ill do some testing tonight and submit the request. I have added a setting (just a variable at the top) to enable/disable the chat notifications, and am throwing around the idea of restricting the application of high settings to only occur if you are out of combat for a set amount of time (10 seconds or so)....
File: Foundry Tactical Combat (FTC)05/08/14
@Dingodan As far as I can tell,...
Posted By: Elesar
@Dingodan As far as I can tell, the current situation with the alpha never changing is a bug (The code is in the addon to do this, just the "1 or 1" situation means it's always full alpha). I have no idea if Atropos is planning to add in a slider to set your values in the settings screen, but I may look into it if I have some s...
File: DynamicConfig05/08/14
@choekstr If you don't mind, I'l...
Posted By: Elesar
@choekstr If you don't mind, I'll add these into my fork on GitHub and do some testing this evening (at work atm). Once I verify it is all good and stable, Ill submit a pull request to have gamecreature add it into the official mod. OFC, if you have GitHub, you can submit a pull request too :D @gamecreature I may look into a s...
File: Foundry Tactical Combat (FTC)05/08/14
@Toxic If you just need to chang...
Posted By: Elesar
@Toxic If you just need to change the alpha (transparency) of the unit frames, open the file FoundryTacticalCombat\frames\functions.lua Around line 80 you should see the following line: local alpha = ((( powerType == POWERTYPE_HEALTH and pct == 100 ) or ( FTC.Player.health.pct == 100 )) and not IsUnitInCombat('player')) and 1...
File: DynamicConfig05/08/14
@Jarco, To see if it is taking e...
Posted By: Elesar
@Jarco, To see if it is taking effect: Make note of your graphics settings in the settings window. Close the settings window. Do /dynconf down. Open the settings window and check settings. Most of the settings won't have a drastic visual change, but you should notice a slight change in your average FPS after a couple seco...
File: DynamicConfig05/08/14
Jarco, If you want to test in-ga...
Posted By: Elesar
Jarco, If you want to test in-game you can use the /commands as follows: /dynconf up - sets to the high quality settings /dynconf down - sets to the low quality settings With the default values of the addon, I only notice 2-3 FPS difference. I have also added in changing Particle Density and View Distance on mine, and get a...
File: Foundry Tactical Combat (FTC)05/06/14
Another quick fix; To swap Magicka/...
Posted By: Elesar
Another quick fix; To swap Magicka/Stamina bars: Open FoundryTacticalCombat/frames/Controls.lua Find the PLAYER FRAME section Copy the Magicka section to be above the Stamina section In the Magicka section, find {TOP,BOTTOM,0,0,stamina} and change to {TOP,BOTTOM,0,0,health} In the Stamina section, find {TOP,BOTTOM,0,0...
File: Foundry Tactical Combat (FTC)05/06/14
For those that care to tinker: F...
Posted By: Elesar
For those that care to tinker: For a quick fix to change the alpha of the unit frame, open the FoundryTacticalCombat\frames\Functions.lua file in a text editor. Find the line frame:SetAlpha(alpha) (should be line 81) Change it to something like this: frame:SetAlpha(0.4) Save Reload UI Enjoy
File: Foundry Tactical Combat (FTC)05/06/14
First off, great addon, I have been...
Posted By: Elesar
First off, great addon, I have been using it since your first release. That said: Please add alpha slider or tone down the "HOLY CRAP IN YOUR FACE" style in the new version. The older alpha levels were spot on. Also, as a Magica user (Healer/DPS Templar), having the stamina in the middle is completely useless, and it really nee...