Results: 320Comments by: Philgo68
File: Master Merchant02/21/15
Hi dude, I have noted that somet...
Posted By: Philgo68
Hi dude, I have noted that sometimes I don't really know when or how, it seems that the total amount of gold for the current week is changing by decreasing. I am checking constantly the records and at a point in the week the amount decrease. I don't know if other people had note this behavior but I will try to catch it on scre...
File: Master Merchant02/20/15
And anyone else wanting your own De...
Posted By: Philgo68
And anyone else wanting your own Deal style calculations (and don't want to learn LUA programming), just email me in game with 10k and a description of how you would like the % and the color scheme calculated and I'll slide it into Master Merchant based on your in game id (ex: @Philgo68) Take Luck, @Philgo68 Haha, nice move!...
File: Master Merchant02/20/15
And anyone else wanting your own De...
Posted By: Philgo68
And anyone else wanting your own Deal style calculations (and don't want to learn LUA programming), just email me in game with 10k and a description of how you would like the % and the color scheme calculated and I'll slide it into Master Merchant based on your in game id (ex: @Philgo68) Take Luck, @Philgo68
File: Master Merchant02/20/15
Re: Another try :)
Posted By: Philgo68
Tx for the responce, my previous calculation was not was I was after. What about this : %Profit= ((MMprice-(0.07*MMprice)-Storeprice))/Storeprice*100 Same example : Guildstore : 20 Water Hyacinth 50.2% 800 (@40) M.M.price : 80.34 %Profit = ((80.34-(0.07*80.34)-40))/40*100 = 86.8% I invested 800gp and made 695gp pure pr...
File: Master Merchant02/18/15
Re: Re: Re: Dealfinder?
Posted By: Philgo68
Can somebody explain to me what is the math behind the % dealfinder shows? I can't seem to figger it out :) Example : An item is sold for 600 gp in the store. The tooltip says M.M price (21 sales,12 days): 2128.63 gp The dealfinder % is 71.81% So if I put this item for sale in de guild store for 2128 gp I would receive, wh...
File: Master Merchant02/17/15
Re: Re: Re: window size
Posted By: Philgo68
Would be nice to be able to resize the window so it doesn't overlap with the shop windows. They seem fine with my settings. Can you send me a screenshot? Take Luck, Philgo http://i1381.photobucket.com/albums/ah207/bmcxp/Screenshot_20150215_133320_zps823a1bb6.png Edit: Ok I got this fixed, My UI scale was set to high,...
File: Master Merchant02/16/15
Sounds brilliant! Can I run it alon...
Posted By: Philgo68
Sounds brilliant! Can I run it alongside dopiate's Shopkeeper? No. This replaces that addon, with the same features plus more. I've worked with dopiate, and actually Master Merchant will become the in game data collector for his off-line GSA, replacing his shopkeeper version and his GSA UI. On the description page you will se...
File: Shopkeeper - Sales History and Alerts02/15/15
If you are interested in this add-o...
Posted By: Philgo68
If you are interested in this add-on, I've extended and updated this code. Some new features have also been added, as well as ESO 1.6 compatibility. Please see Master Merchant God Bless, Philgo
File: Master Merchant02/15/15
Right Click is fixed in latest vers...
Posted By: Philgo68
Right Click is fixed in latest version. Also added 60 history support, a 28 day ranking option and GSA support. Take Luck, Philgo
File: Master Merchant02/15/15
Destroy items in right click menu not working.
Posted By: Philgo68
Until I can get past ZOS protection, you can simply drag something you want to destroy out of your inventory onto the background and then left click. You get a message asking you to confirm the destroy. Take Luck, Philgo
File: Master Merchant02/15/15
Re: multiple (17 of them) entries in the Add-Ons
Posted By: Philgo68
Howdy, just wanted to know what's up with this ADD-ONS.jpg Can't figure out how to put the screenshot here. For starters, make sure you don't have another addon that is scanning trade guild history. Take Luck, Philgo
File: Master Merchant02/15/15
Re: window size
Posted By: Philgo68
Would be nice to be able to resize the window so it doesn't overlap with the shop windows. They seem fine with my settings. Can you send me a screenshot? Take Luck, Philgo
File: Master Merchant02/14/15
When I enable Master Merchant and t...
Posted By: Philgo68
When I enable Master Merchant and try to right click use food this is the error that pops. https://dl.dropboxusercontent.com/u/157979235/UI%20Error.jpg Thanks for the screen shot. Both Use and Destroy are being blocked because ESO is trying to protect that code from Addon interference. I'll see what I can do, but it's not a s...
File: Master Merchant02/14/15
This add-on is great, the functiona...
Posted By: Philgo68
This add-on is great, the functionality is amazing and was needed in my opinion. I am having a slight issue with the add on after updating this morning. I can't "right click, use" an item from my inventory. I disabled all of my add ons and re-enabled them one at a time to narrow down the one that was giving me an issue. Unf...
File: Master Merchant02/14/15
Thank You for really making this th...
Posted By: Philgo68
Thank You for really making this the premier version for sales data. On all the previous versions there was always some more sorting functions that I would have liked. Is there any chance of an easy add to sorting the Guild and Item Sold columns on the Show Your Sales and Show All Sales windows? The search function is strong...
File: Master Merchant02/14/15
Re: Thank You!
Posted By: Philgo68
Finally, Trading Guild Officers and Members can see how Guild sales are performing and who the top contributors are! Thank you, PhilGo, for creating this Addon and most importantly, for releasing it for *anyone* to use instead of keeping it to yourself! Send this man presents! I like presents!!!:):)
File: Master Merchant02/12/15
Moving MMxxData add-ons
Posted By: Philgo68
Could you put all the MM* folders under the MasterMerchant folder so as not to clutter the addons directory? Unfortunately I cannot. They have to be full add-ons to have a SaveVariables space, as far as I know.
File: Master Merchant02/12/15
Re: Nice job!
Posted By: Philgo68
Really like it so far, will post more feedback once I use it for a little longer. First thing I ran into was a bad parameter however, on line 885 in MasterMerchant.lua: buyingAdvice:SetAnchor(RIGHT, anchorControl, LEFT, -20/, 6) I just removed the forward slash buyingAdvice:SetAnchor(RIGHT, anchorControl, LEFT, -20, 6)...
File: Clock - Tamriel Standard Time - Legacy01/29/15
Bug in GetRealWeekDay
Posted By: Philgo68
The day needs to be reset to 1 when the year rolls over, the same way it is when the month rolls over: if dd + 1 > m then if mm + 1 > 12 then mm = 1 dd = 1 yy = yy + 1 else mm = mm + 1 dd = 1...
File: Harven's Dwemer Clock01/29/15
Bug in Tamriel Standard Time
Posted By: Philgo68
I don't know if you addon uses it, but there is a bug in Tamriel Standard Time when the year rolls over, the GetRealWeekDay is off.