Results: 203Comments by: dorrino
File: Social Indicators06/09/16
Hey, Right now your prehook of E...
Posted By: dorrino
Hey, Right now your prehook of EVENT_FRIEND_PLAYER_STATUS_CHANGED overrides the same prehook of No, thank you, so even though the later one tries to suppress friends online/offline notification, your addon forces them to appear. I think the easiest (but not the best) solution would be to add an option in Social Indicators wheth...
File: Zone Name Alert06/07/16
I took a look at Garkin's "No Thank...
Posted By: dorrino
I took a look at Garkin's "No Thank You" which suppresses certain messages and figured it out. function ZNA.ChangeZoneAlertHook() local handlers = ZO_AlertText_GetHandlers() local function EventHook() return true end ZO_PreHook(handlers, EVENT_ZONE_CHANGED, EventHook) end And simply add it to your onLoad functi...
File: Zone Name Alert06/06/16
I'm gonna use the wrong terms here....
Posted By: dorrino
I'm gonna use the wrong terms here. Doesn't the other info "section" display zone information as you change zones? Mine is. I like your implementation, but I really need the other smaller notification to be suppressed. You mean that area at the top right corner of the screen(by default)? Yes, it does show the same subzone names...
File: Item Saver06/06/16
Thanks! That fixed my LUA errors, b...
Posted By: dorrino
Thanks! That fixed my LUA errors, but I still have nothing other than the default set showing up when I go to settings? Am I missing something here? Not that I really ever use anything but the default, but would be nice to know if the addon functionality is working properly. Even though i'm not the author of the Item Saver, in ord...
File: Item Saver06/06/16
thanks dorrino! You're welcome....
Posted By: dorrino
thanks dorrino! You're welcome. I've been developing my addons the whole day and on each reloadui your ItemSaver produced the error that didn't make sense to me (because it referenced iconpicker.lua in LoreBooks addon folder instead of its own). After Sirinsidiator confirmed that the error didn't make sense to him either i HAD to...
File: CyrHUD06/06/16
Hey sasky, if I enable your addo...
Posted By: dorrino
Hey sasky, if I enable your addon my addon FCOStarveStop will raise an error message that the LAM 2.0 iconpicker control is not able to load its icons properly. I don't see why but it throws the error :confused: Are you using LAM 2.0 icon pickers or are you loading custom DDS textures somehow? He's mistakenly put test ver...
File: Item Saver06/06/16
I am getting the following LUA erro...
Posted By: dorrino
I am getting the following LUA error when logging in with each char: Basic functionality appears to work, but I have no options and consistently get these messages. Here's the source of the problem: Latest veriosn of CyrHUD 1.3.0 uses a test version of LibAddonMenu. local MAJOR, MINOR = "LibAddonMenu-2.0", 999 -- only for...
File: LibAddonMenu-2.006/06/16
It works fine for me. The error als...
Posted By: dorrino
It works fine for me. The error also doesn't make sense. Is there no other error before that one? Can you please try what happens when you run /script d(LibStub("LibAddonMenu-2.0").util.GetIconPickerMenu()) in the chat after you freshly loaded the UI? :1: function expected instead of nil stack traceback: :1: in function '(main...
File: Poison Tracker06/06/16
Can you include 2 hotkeys to equip...
Posted By: dorrino
Can you include 2 hotkeys to equip or un-equip poisons for weapon slot 1 and 2? I don't use poisons for all combat situations and it could be tedious to un-equipping through my inventory all the time. Cause sometimes I want to use my weapon enchants versus my poison effects. Just a suggestion .. Thank you for your suggestion! T...
File: Poison Tracker06/06/16
Excellent work. Clean and comprehen...
Posted By: dorrino
Excellent work. Clean and comprehensive options. Thanks for this! :banana: Thank you:) When you release your first ever addon to the public you never really know what the reaction will be. Feedback like this helps a lot.
File: LibAddonMenu-2.006/06/16
After DB update none of the addons...
Posted By: dorrino
After DB update none of the addons that i use can create an iconpicker control. Item Saver, for instance, reports the following: user:/AddOns/LoreBooks/Libs/LibAddonMenu-2.0/controls/iconpicker.lua:294: function expected instead of nil stack traceback: user:/AddOns/LoreBooks/Libs/LibAddonMenu-2.0/controls/iconpicker.lua:294:...
File: Khajiit Speak06/05/16
Checking in just to say thank you f...
Posted By: dorrino
Checking in just to say thank you for this addon:) Been using it for a year. Sometimes i even forget that it's not the original game that provides all those "Khajiit needs to go" lines. Cheers!
File: Circonians BuffTracker03/12/16
Thanks. Now the real question is...
Posted By: dorrino
Thanks. Now the real question is - would you be so kind to implement it when you found a time for that?:) It would be greatly appreciated by many people in the pvp community and beyond.
File: Circonians BuffTracker03/06/16
Hey, Circonian. I'm curious if i...
Posted By: dorrino
Hey, Circonian. I'm curious if it's possible to implement a CC-on-you timer as a separate bar within your BUfftracker (or even as a separate addon). I mean something exactly like here http://www.wowinterface.com/downloads/info11642-LoseControl.html. This is now an outdated addon for WoW. It have been pretty much replaced with t...
File: Circonians TweakIt02/28/16
Thanks, Circonian. Looks like th...
Posted By: dorrino
Thanks, Circonian. Looks like the 'waypoint set' bug was fixed.
File: Circonians TweakIt02/27/16
Hi there. From version 4.6 on (i...
Posted By: dorrino
Hi there. From version 4.6 on (i believe, it was recently and only now i managed to pinpoint that it's TweakIt, that's causing it) when i approach a wayshrine or open another location in the map (not the one i'm in) there's a "Waypoint Set" message pops up on my screen and the sound is played. It happens all the time, consistently...
File: Ledger12/20/15
Thanks for this addon. Works great....
Posted By: dorrino
Thanks for this addon. Works great. I have a suggestion - right now, the balance is calculated as net difference between the money the character had before the time period start and current moment. And bank deposits count as spent money. So if i earned 10k, spent 5k and deposited 4k it will show the balance as +1k. I think...
File: Circonians BuffTracker12/17/15
Or (the easiest way if you don't wa...
Posted By: dorrino
Or (the easiest way if you don't want to learn the structure of the program) you find everything that outputs the text you'd like to get rid of and comment it out:) Like in this case that's what i did with all 'debugMsg' lines. Dirty, but works. Not everybody write their programs with proper Debug_Mode toggles and stuff.
File: Circonians BuffTracker12/17/15
@circonian Thanks for the update...
Posted By: dorrino
@circonian Thanks for the update, man. Will test it. One thing i want to mention - you didn't disable debug messages to the chat window, when you released the last version:) Messages like "buff removed" etc. It's not a problem for me (i already commented them out in the code), but for people who don't know how to edit th...
File: Circonians BuffTracker12/13/15
For the bar in question i'm using i...
Posted By: dorrino
For the bar in question i'm using icons only, no text cooldown, growth direction is right. It's the bar right above the abilities bar on my screenshot Ok, i did some further testing and now i can describe the problem more clear. 1. As i realize it now, you intended behavior for buffs and titles is like this: - you unlock...
File: Circonians BuffTracker12/13/15
Here's a screenshot of the lingerin...
Posted By: dorrino
Here's a screenshot of the lingering buffs after zone change. http://imgur.com/1C6TACR Notice the 'greyed out' Rapid Maneuver icon right above the abilities bar(proc bar) and in the top right of the screen(all buffs bar). When i cast Retreating Maneuver 2 buffs are shown. One for Retreating Maneuver and one for Rapid Maneuver...
File: Votan's Adaptive (Video-)Settings12/12/15
I tested the new version. I can'...
Posted By: dorrino
I tested the new version. I can't comment on the effectiveness of the current algorithm, since it requires much more testing, but i got a couple of suggestions. 1. When distance meter is added to the fps/latency bar, the whole bar gets shifted to the right for about 20-30px. So there's an empty space from bottom left corner of...
File: Circonians BuffTracker12/12/15
You said there is a "grey version"...
Posted By: dorrino
You said there is a "grey version" of the icon? That's the most curious part of all of this. There is only one icon for each ability and the colors are not changed anywhere. Ok. I wasn't very clear about this:) First, i'm referring to a pre-1.5 version of the addon. Will test if it somehow got fixed and if not - will attach th...
File: Circonians BuffTracker12/11/15
Hey, Circonian. Thanks for the grea...
Posted By: dorrino
Hey, Circonian. Thanks for the great addon. So there's a bug, that sometimes when the cooldown is over, the buff does not disappear from the tracker. There's a grey version of the icon which stays there for some time. Usually this behavior happens when i change zones while having some buffs on and displaying. Is there anythi...
File: Votan's Adaptive (Video-)Settings12/07/15
@Votan Do you use v-sync? Yes...
Posted By: dorrino
@Votan Do you use v-sync? Yes i do. I use game's vsync atm, thus my fps are capped at 60 anyways.