Results: 1131Comments by: sirinsidiator
File: AwesomeGuildStore06/26/15
Why? The listing fee is refunded, s...
Posted By: sirinsidiator
Why? The listing fee is refunded, so it is as if you never payed it in the first place. If you remove it from the equation you have sell value - house cut = profit = received gold 650g - 45g = 605g not 599g :confused: P.S. Look at your screenshot. The mail has 605g attached and not 599g. so you should name it not a "pr...
File: AwesomeGuildStore06/26/15
This will be fixed in the next rele...
Posted By: sirinsidiator
This will be fixed in the next release. You can try to add if(not mailData) then return end after line 153 in AwesomeGuildStore/history/MailBox.lua in the meantime. It should look like this afterwards: local mailData = MAIL_INBOX:GetMailData(mailId) if(not mailData) then return end local messageControl = MAIL_INBOX.messageCo...
File: AwesomeGuildStore06/26/15
The calculation is not as simple....
Posted By: sirinsidiator
The calculation is not as simple. What I noticed while making this feature is that the listing fee is refunded when you sell an item, which is not mentioned anywhere in the UI at all. The guild store sales tab shows the profit without the listing fee, so I decided to handle it the way you see it now so it becomes clear that you ge...
File: Crafting Writ Assistant06/24/15
Hey, I really love your addon. Save...
Posted By: sirinsidiator
Hey, I really love your addon. Saves me a lot of time when I do the writs. I have just one request. Could you please show the active writs at the bank and guild bank too?
File: LibAddonMenu-2.006/21/15
I discovered a bug in the new versi...
Posted By: sirinsidiator
I discovered a bug in the new version: If you have a checkbox type with a disabled check that evaluates true (so it should be disabled) but the checkbox' option value was previously set to on (or true) before the setting for it's disabled option was changed, the text for the option title does not get properly greyed out. I just t...
File: FCO ItemSaver06/15/15
Error with the new version 0.6.7 af...
Posted By: sirinsidiator
Error with the new version 0.6.7 after trying to change a icon 2015-06-15T08:37:20.846+01:00 |cff0000Lua Error: user:/AddOns/FCOItemSaver/libs/LibAddonMenu-2.0/controls/iconpicker.lua:271: attempt to index a nil value stack traceback: user:/AddOns/FCOItemSaver/libs/LibAddonMenu-2.0/controls/iconpicker.lua:271: in function 'Upda...
File: AwesomeGuildStore06/15/15
Just received this error today for...
Posted By: sirinsidiator
Just received this error today for some reason: user:/AddOns/AwesomeGuildStore/lib/LibAddonMenu-2.0/LibAddonMenu-2.0.lua:64: function expected instead of nil stack traceback: user:/AddOns/AwesomeGuildStore/lib/LibAddonMenu-2.0/LibAddonMenu-2.0.lua:64: in function 'CreateBaseControl' user:/AddOns/AwesomeGuildStore/lib/LibAddon...
File: sidWarTools06/13/15
that should be quite easy theres ap...
Posted By: sirinsidiator
that should be quite easy theres api functions for the leaderboard :) It's impossible with the current API. You can't find out how many players are in a campaign, so you can't calculate if you are in the top 2% or 10%. Maybe some day a nice developer at ZOS will add a GetAllianceWarRewardState() function which returns which reward...
File: sidWarTools06/09/15
scroll message very important if yo...
Posted By: sirinsidiator
scroll message very important if you playing in pvp alot you must to know - sometimes you can distract turn your head away from monitor and lost the message but chat will keep it and you will see later can you change your mind pls? its very important for me as for experienced pvp-player Don't worry, I plan to add the scroll me...
File: sidWarTools06/09/15
we need: - promt message when some...
Posted By: sirinsidiator
we need: - promt message when some1 took, lost ot keep the scroll in the chat, like with other pvp events - write in the chat smthing like "entering Alessia castle" "leave Alessia castle", "entering Faregyl mine" etcetc - usefull for leech more AP etc These messages already show up ingame as a center screen announcement and alert...
File: AwesomeGuildStore06/02/15
any news? Not really. I was messin...
Posted By: sirinsidiator
any news? Not really. I was messing around in PVP for the last month, but the campaign ended and now I am back to PVE and addons.
File: AwesomeGuildStore05/25/15
I think I already fixed the price f...
Posted By: sirinsidiator
I think I already fixed the price filter bug in my local build, but I will double check it just in case. The lags on filter changes will also be gone in the next version. @Karraxx Filtering for the unit price is not something provided in the game's API, but I plan to add a local filter which works only on the current page.
File: AwesomeGuildStore05/01/15
Is there a way to search multiple g...
Posted By: sirinsidiator
Is there a way to search multiple guild stores somehow(the 5 I have access to)? It's starting to get annoying to set the search parameters then cycle throught the 5 guilds to check them all. Unfortunately not in an easy way. The API currently only allows items from the last received page to be purchased. If I where to add a featu...
File: AwesomeGuildStore05/01/15
i have huge freez/lag like for 3-6...
Posted By: sirinsidiator
i have huge freez/lag like for 3-6 seconds when switching between history/favourites sets in AGS with AGS and MM active only Does it happen with any combination of filters or only if you have one or more of the local filters (text search, deals filter, etc) activated? And is the lag also there when you first open the guild store,...
File: LibAddonMenu-2.004/26/15
little request, allow us to execute...
Posted By: sirinsidiator
little request, allow us to execute code when reverting to default. https://github.com/sirinsidiator/ESO-LibAddonMenu/issues/23 Same request for tooltips. https://github.com/sirinsidiator/ESO-LibAddonMenu/issues/24 There is still a bit of RL work that eats up all of my daily coding time, but once that is over I'll look into t...
File: LibAddonMenu-2.004/26/15
Is there a problem with textures?...
Posted By: sirinsidiator
Is there a problem with textures? The code below just makes a gap in the menu. No graphics are shown. Not even the tooltip is shown. All other controls works fine. POIsubmenuControls:insert({ -- divider type = "texture", width = "full", image = "Destinations/misc/divider.dds", imageWidth = 510, imageHeight = 9, to...
File: AwesomeGuildStore04/20/15
Re: New Features Please?
Posted By: sirinsidiator
First off, your mod is AMAZING. And AWESOME. Really handy. Two features: I feel like the first is an option already but I can't seem to find it. Can we sort, say, all blacksmithing materials by name instead of price? And then further sort by another category like Master merchant value (for mod integration?)? Or just price? I kn...
File: AwesomeGuildStore04/20/15
suggestion for the future - miltipl...
Posted By: sirinsidiator
suggestion for the future - miltiple text search example, i need for my potion three plants i write to the text field - "worm, drag, bless" - and it will search and show only this three alvhemy ingridients :) You should read the addon description then, because we already have the future you wish for.. It's a + instead of , thou...
File: AwesomeGuildStore04/17/15
@QuadroTony I'll look into these is...
Posted By: sirinsidiator
@QuadroTony I'll look into these issues. Thanks for reporting these little things :) @timidobserver The slight freeze is probably caused by the text filter. I already tried to optimize it a bit, but there is still more to do. Expect it to get better in future versions. Saving the sort state is something I also want to see ;) @...
File: AwesomeGuildStore04/15/15
Re: Re: Re: Re: Re: Error
Posted By: sirinsidiator
If anyone else has any suggestions, I am all ears. :D i have a suggestiom - MOBILE Sales(see al your listed items out of bank anywhere) like an addition to this addon. ormby its an idea for new one :) I was actually talking about ideas for filters. But don't worry. This is already on my endless list :p
File: AwesomeGuildStore04/15/15
Re: Re: Re: Error
Posted By: sirinsidiator
There wasn't any errors before that one. I clicked on the vendor guy and nothing happened (the window for the AH never came up) and that's when that error appeared. Okay. Then a few more questions. Did it happen more than once? Did a UI reload fix it? Can you reproduce it? Does it happen at the bank or at a trader? Does your...
File: AwesomeGuildStore04/14/15
Re: Error
Posted By: sirinsidiator
First time seeing an error. Figure I might as well report it: Thanks for reporting it! Are there any other errors before that one, or did you manage to close the guild store before you opened it? :D
File: AwesomeGuildStore04/13/15
I only use this addon because of th...
Posted By: sirinsidiator
I only use this addon because of the master merchant feature and don't need the other stuff. Particularly the fine filter for the different item types is annoying and I don't like the sliders. That's unfortunate. I do plan to add some customization options in the future, but not to the extend that it reverts back to the default UI....
File: AwesomeGuildStore04/12/15
Hey, why does all options to hide d...
Posted By: sirinsidiator
Hey, why does all options to hide different things are away? I don't want to use everything. Thanks in advice. Those where sacrificed in the process of making new features possible. Which filter do you want to disable in particular and why? Maybe I can do something about it in a future update, but no promises. ;)
File: AwesomeGuildStore04/12/15
Had a bit of a radio silence in ord...
Posted By: sirinsidiator
Had a bit of a radio silence in order to get the latest update ready, sorry if that offended anyone. A lot of things changed internally in the latest updated and some of the old issues should be gone by now, but the new version is also bound to introduce new problems. Please let me know what the status on the issues that I have n...