Results: 424Comments by: manavortex
File: Wykkyd Macros01/23/16
me again - with slash commands!
Posted By: manavortex
Hello there, again, thanks for the great work you're doing. It's me again, trying to check for my favorite feature, the slash commands on macro load. (Alternatively I'd of course be fully satisfied with integration of the awesome add-on "binder"!) User Story: I'm mostly roleplaying in ESO, so naturally that's where the Outfi...
File: Ravalox' Quest Tracker01/23/16
Wykkyd's Quest Tracker
Posted By: manavortex
Hi, I suppose you forgot to peel out Wykkydd's quest tracker ;) Thank you for your awesome work, by the way. http://puu.sh/mGIHy/fc1ed0353f.png
File: Wykkyd Mailbox11/22/15
There I fixed it!
Posted By: manavortex
Dear Wykkydd-team, thank you for your great work, I'm relying on your add-ons quite heavily. However, whenever I would open the send-mail part of the mailbox for the first time, I would get an error that an assertion failed in ZO_STRIP_KEYBIND or some such. Well, I fixed it. I re-named keybind = "UI_SHORTCUT_SECONDARY",...
File: AUI - Advanced UI10/25/15
Center player bars?
Posted By: manavortex
Hello lovely people, first of all, thank you for the add-on, you're doing an amazing job. As a developer, I must say that I do love the source code, it's so neat and clean! I have a few suggestions for improvement, though: Center Health and Stamina: One of the things I like about Wykkydd's UI is the possibility to center...
File: FCO CraftFilter (Filter bank/inventory/craftbag items at crafting tables & Favorites)07/22/15
Hi Baertram, first of all, thanks...
Posted By: manavortex
Hi Baertram, first of all, thanks for this great add-on... I like it a lot. Sadly, the latest update breaks an add-on I like even more - AdvancedFilters. I've reverted back to the previous version for now, could you look into the issue? regards :)
File: Advanced Filters07/22/15
It's buggy :o
Posted By: manavortex
Hey Randactyl, first of all, thanks for the amazing add-on - I love it and can't live without it. Second of all - the add-on is very suddenly not working as it used to - the latest update of FCOCraftFilters broke it. I've reverted that and will comment there too, here's the observed behavior: When I select a filter (no matte...
File: GMen - Guild Roster Dumper06/30/15
Amazing, thank you! <3 Can it al...
Posted By: manavortex
Amazing, thank you! <3 Can it also dump characters for accounts? Because _that_ would be nifty.
File: Inventory Insight05/30/15
I would like to have that myself, s...
Posted By: manavortex
I would like to have that myself, since I'm using two accounts as well - alas, the saved variables are accountwide, and are loaded account-specifically. I would need to figure out if that is even possible. :) I don't know if it's possible or not, but would dual account tracking be doable? I run two accounts, & it'd be nice to know...
File: Inventory Insight05/21/15
Hi there, if MasterMerchant prov...
Posted By: manavortex
Hi there, if MasterMerchant provides some sort of API for that that we can tap into, we can do that. Can you check if they have one? regards
File: Inventory Insight05/20/15
I did start to look into that, chec...
Posted By: manavortex
I did start to look into that, check out the IIfAFilters.lua - the logics can be taken from AdvancedFilters mostly. :)
File: Restacker05/04/15
Hi there, as the one trying to b...
Posted By: manavortex
Hi there, as the one trying to beat Stacked into submission I was just about to suggest you'd take a look into that. Thank you for jumping in! :) Feel free to contact me if you have any questions regarding addon development or Stacked in particular. If you enable the PM feature I can send you more direct contact information. :)
File: pChat (Chat customization & help: look/notification/sound/automation/history)04/27/15
Found sort of a fix...
Posted By: manavortex
... for the / nil - error: -- Convert a colour from "|cABCDEF" form to RGB form. function pChat.getColour(colourString) local r, g, b r=tonumber(string.sub(colourString, 3, 4), 16) g=tonumber(string.sub(colourString, 5, 6), 16) b=tonumber(string.sub(colourString, 7, 8), 16) r = r or 255 g = r or 255 b = r or...
File: CDG Bank Stacker04/15/15
Love it so much. Now if it would...
Posted By: manavortex
Love it so much. Now if it would only auto-stack in inventory, so I can kill Stacked altogether, that'd be great. :)
File: LootDrop with veteran XP display03/08/15
Hey Fyrakin, you'd make me so happ...
Posted By: manavortex
Hey Fyrakin, you'd make me so happy if you made that thing drag-and-droppable... :) regards
File: The Noore Tools02/21/15
Hey there, great thing, wow! :) Do...
Posted By: manavortex
Hey there, great thing, wow! :) Do you know what I would really like? A functionality that sends a letter to every newly-invited guild member. Have you considered adding that? Regards
File: Wykkyd Macros02/03/15
Re: Re: Binder integration
Posted By: manavortex
if you detect for LWF4 and register your addon with it, using the options to tell it that you're already loaded, and then register your slash commands through LWF4... it'll show up in the command list for a macro. I might have temporarily disabled macro slash commands in the past, I'm not sure. Hi there, I'm still a bit spellbo...
File: Wykkyd Macros02/02/15
Binder integration
Posted By: manavortex
Hey Wykkydd, first of all, thanks for your great work to the community - as soon as I get my first payment from actually working, expect a donation. :) Second of all - I have a feature request for the macro addon that shouldn't be too difficult for you. I'm sure you know the addon Binder - it lets you save your keybinds and then l...
File: Inventory Insight02/01/15
Sure, will do :) I hope I get so...
Posted By: manavortex
Sure, will do :) I hope I get something done within the next few days. So far I did manage to re-organize the addon window and add the buttons, implementing the actual filtering functionality will be a piece of cake. ;)
File: Inventory Insight02/01/15
Hi Tony, if you use the toggle-but...
Posted By: manavortex
Hi Tony, if you use the toggle-button, you can show this in any scene. I'll just add cooking to the list. :) I'm currently working on an overhaul with more subfilters and everything, I have not forgotten you. Of course it's not as simple as I'd like to, but well. :)
File: Inventory Insight01/07/15
Hi, that's not as much work as yo...
Posted By: manavortex
Hi, that's not as much work as you think, and in fact you can do it for me! It is something that the authors of the other addons have to do - they need to create a global API for their addon, so that InventoryInsight can call upon it. It would be great if you got in touch with them and asked them about this. Nifty would be a functi...
File: Inventory Insight01/07/15
Hi, which function is it you want...
Posted By: manavortex
Hi, which function is it you want II to use on these? Do you want an icon displayed if the addon would do that on your inventory, or do you want to be able to filter II as well? That's a powerful ward you're breaking there...
File: Regrouper01/07/15
Hi, why did you rewrite the addon?...
Posted By: manavortex
Hi, why did you rewrite the addon? What is it yours does what the old one didn't? :)
File: Inventory Insight01/07/15
And since I'm already asking, what...
Posted By: manavortex
And since I'm already asking, what kinds of mark from itemSavers do you mean? ItemSaver addon? Or the more sophisticated things with the own filters?
File: Inventory Insight01/07/15
Yes, I'll definedly add subfilters...
Posted By: manavortex
Yes, I'll definedly add subfilters soon-ish. I'm currently busy beating AdvancedAutoLoot into submission - after that II is next.
File: Stacked - 1.4c12/30/14
Hi there, I've been tinkering w...
Posted By: manavortex
Hi there, I've been tinkering with addons for a bit today, and I think I have repaired the ignored items-bug. It works for me, if not, please let me know. :) As for the itemSaver support - I'm using the good old itemSaver, do you mean that one? Or do you mean FCO Item Saver?