Results: 87Comments by: Sasky
File: AutoInvite07/01/15
When someone talks into zone, addon...
Posted By: Sasky
When someone talks into zone, addon cannot invite people, it tries to invite the people with it's raw name, so its fails you should zo_strformat. thanks. Huh, looks like the filtering was removed in the 6/15 update (2.1.0). Added back in, as well as the RefreshUI fix. That should also be the same issue as Arcaus.
File: AutoInvite07/01/15
I know the main options for this ad...
Posted By: Sasky
I know the main options for this addon show up in the group menu, but is it supposed to lack a settings page in Addon Settings via LibAddonMenu? Also tried to use /ai Zone and got this UI error. Thanks for the notice. The problem seems to be from the LAM workaround I put in. I should be able to have a fix tonight. As far as...
File: AutoInvite06/27/15
Re: Player not found
Posted By: Sasky
Lately whenever I try and use this addon in Cyrodiil, people who try and use the invite string are not getting invited to my group. It gives me some weird message like "player x not found". Can you invite them manually (or with "/invite")? - are they offline? - do they have special characters in the name? Is the message in ch...
File: AutoInvite06/07/15
is it possible to make more invite...
Posted By: Sasky
is it possible to make more invite strings ? for example: /ai inv;lfg to invite people that type inv OR lfg ? /ai lfg rvr inv (Separate with space) Open : AutoInvite.lua:51 Replace : if string.lower(message) == AutoInvite.cfg.watchStr and from ~= nil and from ~= "" then By : local bool = false for str in...
File: AutoInvite04/22/15
I love this little addon ;) Woul...
Posted By: Sasky
I love this little addon ;) Would love to see this added though: A setting that autoactivates autoinvite when I get group lead. Maybe a setting to autoactivate autoinvite when I log on and have no group (for after server restarts). I've been a bit wary about starting up automatically because it's something that seems like it...
File: SuperStar - Character Builder04/22/15
Might want to define your base 62 e...
Posted By: Sasky
Might want to define your base 62 encoding, since it's not a standard function. Is it 0-9, a-z, A-Z? Standard A-Z, a-z, 0-9 from Base64 encodings? Also, I'd recommend just going to base 64 by adding 2 characters. There are several to choose from ('_', '-', '(', ')', '^', '&', '%', '=', '.', etc) It'd also make packing booleans...
File: CyrHUD04/14/15
Hi, the population bars are broken,...
Posted By: Sasky
Hi, the population bars are broken, they do not update. 1) Is this normal use or when switching between campaigns? 2) Does the in-game campaign browser show the same bars? There is delay in-game for updating (if you open the campaign browser), but the display on CyrHUD should be at most 5 seconds behind. I did verify that the...
File: ChampionBar04/10/15
option to always show exp bar, pl s...
Posted By: Sasky
option to always show exp bar, pl s :) for now i use Raetia info hub, and it has this feature, but its too buggy - errors with mouseover Raetia doesn't work because all it does is set the control to visible after it's faded. However, the progress bar expects the bar type to be set -- otherwise it doesn't know how to display...
File: ChampionBar04/09/15
This fix will work if tomorrow ZOS...
Posted By: Sasky
This fix will work if tomorrow ZOS decide that enlightment multiplier will be *6.85 instead of *3 . ... Nowhere ingame you'll see that a champion level is 100k, it's displayed 400k on the original bar, the function returns 400k everywhere, etc. I really think that the 100k enlightment / day should be avoided. ok, it's reali...
File: ChampionBar04/09/15
Hello and first, thanks for this ad...
Posted By: Sasky
Hello and first, thanks for this addon, I've a little remark I'm actually 190/400 K xp for my next champion rank. Illumination indicated is : 98,356k. (0.9 champion rank). Your formula is false it's = illumination / GetChampionXPInRank(GetPlayerChampionPointsEarned()) so ~25% for me. PS : Could you change the 0.x to x %...
File: ChampionBar04/08/15
Sasky, please check your ChampionBa...
Posted By: Sasky
Sasky, please check your ChampionBar.init() function. For non level-cap players you do not unregister this event handler, which I think is wrong. Also it seams to me that function VPMaxBarType:GetBarGradient() is defined twice. Both just lead to minor extra processing (as the functions can safely be repeated), but yeah I'll fix it.
File: CyrHUD04/07/15
Re: Re: Status Update
Posted By: Sasky
No ETA, especially since I get caught up playing the game at times, but that's a rough idea of where I see this going. STILL not rdy? i need title of the Campaign badly:( Honestly, that sort of attitude makes me not want to do it at all. I specifically said "no ETA", because I was anticipating it'd be more than a month out....
File: XPCount04/06/15
Hey, thank you for this great addon...
Posted By: Sasky
Hey, thank you for this great addon... out of curiosity is there any way to make this show up only when you open up the menus... like underneath the default exp bar? Sorry for the late reply -- turns out this wasn't enabled for notifications. It's possible, but would have to be added to the code. Also, it's not something that w...
File: ChampionBar04/04/15
it will count Enlightning till limi...
Posted By: Sasky
it will count Enlightning till limit right? afaik limit is 12 days Yes, it's using 1.2mil as max (12 days).
File: ChampionBar04/02/15
can you please add a small icon(pvp...
Posted By: Sasky
can you please add a small icon(pvp rank icon) and thin 3rd string with pvp rank experience? like in this addon http://www.esoui.com/downloads/fileinfo.php?id=872#info but not separate bar just thin string like enlightining one Probably not. The 2nd bar is existing already in ZOS, and adding a 3rd bar (or show it as 2nd ba...
File: ChampionBar04/02/15
ye its because of Raetia info hub.....
Posted By: Sasky
ye its because of Raetia info hub.. also i cannot found this addon in the list to turn on/off because it called "Readme" :) Happens on Raetia without ChampionBar. If you know that, please don't call it out as an issue here as it wastes time verifying it isn't my addon instead of finishing features. I reuse ZOS components as...
File: ChampionBar04/01/15
There's also an error when gaining...
Posted By: Sasky
There's also an error when gaining Legerdemain. This is mostly tied to the fact that the XP bar changes to the legerdemain experience bar gain temporarily. Found the issue there. The actual class I'm subtyping is private in the main progress bar file, so I had to copy it over. I missed that equals expected the params function to...
File: CyrHUD03/30/15
Re: Lost Position of HUD
Posted By: Sasky
Hi Sasky, thank you for your good work. I have the Problem that the onscreen position of the HUD isnīt saved anymore with v1.22. After another login itīs always lost. Could you please have a look at that? Thx Thargane Found issue. It was saving the position but then would move to the right the width of the control. I'll upl...
File: CyrHUD03/29/15
minion is giving me trouvle getting...
Posted By: Sasky
minion is giving me trouvle getting 1.2.2 any idea why? im sure i can just use the manual way if this persists It's listed as still "Pending" for me. ESOUI reviews submissions before posting them and the files can't be downloaded until then. They should probably hold the description update as well until it's posted (to avoid this...
File: CyrHUD03/14/15
Lets try that again...
Posted By: Sasky
Well, so the changes didn't actually get pushed, so it was essentially still the old version. (If you look, the addon still says it's 1.0.4.) I did fix the API version... it just never made it to the site. Full details: I use git for my addons and actually post them using the Git features on the site. I didn't actually push the ch...
File: CyrHUD03/14/15
Please, could you add a "lock windo...
Posted By: Sasky
Please, could you add a "lock window" setting? My minimap is where CyrHUD appears, so I move Cyrhud but everytime I log off and log on CyrHUD is back in corner. Busy today, but I'll take a look later tonight.
File: CyrHUD03/14/15
Features added
Posted By: Sasky
Oh, I guess I misunderstood. I was hoping hiding the quest tracker would be an automatic function of the add-on (if the setting was enabled), and then using /cyrhud (or its keybind) would disable the add-on functionality, including "disabling" the hidden quest tracker, making it reappear. Quest tracker hiding and keybind added for...
File: CyrHUD02/28/15
Status Update
Posted By: Sasky
So, RL and a different ESO side project put this on hold a little bit. That side project is mostly done, Right now I'm planning on releasing a keybind option for the /cyrhud toggle when 1.6 goes live. Perhaps the quest tracker hide will make it there as well. Additional text display is being pushed back because I'm making a coupl...
File: CyrHUD01/12/15
Re: Re: Re: Battle ends in Capture
Posted By: Sasky
I'm using the default quest tracker. Would you consider adding a keybind option for the /cyrhud command? Then, with the tracker set to auto-hide, theoretically one could press that button to switch between showing the quest tracker and the PvP info. (I can submit this idea as a Feature request if that would help to keep track of i...
File: CyrHUD01/06/15
Re: Battle ends in Capture
Posted By: Sasky
Not sure if it's possible, but maybe you could have the icon stay the colour of the original owner when the name changes to the colour of the new owner? Yeah, something like that would work, and I'd probably either do that or overlay the winner's banner. Unfortunately, it's unlikely I'd push out any major feature changes before Upda...