Go to Page... |
Compatibility: | Update 43 (10.1.0) Gold Road (10.0.0) |
Updated: | 08/06/24 06:53 PM |
Created: | 09/10/21 10:55 AM |
Monthly downloads: | 414 |
Total downloads: | 9,437 |
Favorites: | 11 |
MD5: |
File Name |
Version |
Size |
Author |
Date |
Type |
0.14 |
15kB |
08/06/24 06:51 PM |
Addon |
File Name |
Version |
Size |
Uploader |
Date |
0.15 |
21kB |
Rexorn |
05/25/24 09:17 AM |
|
0.14 |
20kB |
Rexorn |
03/11/24 12:20 PM |
|
0.13 |
21kB |
Rexorn |
03/10/24 07:46 PM |
|
0.12 |
20kB |
Rexorn |
10/26/23 12:34 PM |
|
0.11 |
21kB |
Rexorn |
08/15/23 10:56 PM |
|
0.10 |
21kB |
Rexorn |
05/24/23 04:21 PM |
|
0.9 |
21kB |
Rexorn |
02/22/23 09:05 PM |
|
0.7 |
21kB |
Rexorn |
10/25/22 12:33 AM |
|
0.6 |
21kB |
Rexorn |
07/18/22 02:55 PM |
Comment Options |
Troodon80 |
View Public Profile |
Send a private message to Troodon80 |
Find More Posts by Troodon80 |
Add Troodon80 to Your Buddy List |
10/25/22, 12:52 AM | |
|
Opinion time: Sliders instead of an entry box ?
Who would like to see sliders?
Would you like to see the the 200 mat limit overridable in the slider number box? You can see what it would look like in Troodon80's spoiler below.
Last edited by Rexorn : 10/25/22 at 12:53 AM.
|
|
Rexorn |
View Public Profile |
Send a private message to Rexorn |
Find More Posts by Rexorn |
Add Rexorn to Your Buddy List |
10/25/22, 12:24 AM | ||
|
I had originally used the box because I have a tendency to fidget with slider bars as a player and didn't realize the ClampInput option would handle range checking for me. And I was having fits learning how to make a menu... Also the original addon that inspired me to try an addon used an input box not a slider. Not really the best reasons, just what I did. The 200 limit was very arbitrary. I just didn't want someone to make a typo and spend all their gold buying 20,000 mats I had actually updated the 200 hard-coded limit to a changeable variable for users in 0.7 to make larger limits an easier/one-line change. Do you use 500 routinely or was that just for demonstration? Thank you for the suggestion and for doing the research on what would be needed. |
|
|
Rexorn |
View Public Profile |
Send a private message to Rexorn |
Find More Posts by Rexorn |
Add Rexorn to Your Buddy List |
10/18/22, 04:24 AM | |
Forum posts: 0
File comments: 80
Uploads: 0
|
Really nice addon. It's a staple for me now to ensure I always have enough basic style materials for daily writs. After a couple months of doing writs I end up needing to buy more, but this completely removes that.
Just out of curiosity, and I know it doesn't really matter considering the minimum aspect... 200 is more than enough, especially if you don't have a craft bag, but is there a particular reason why you opted for text boxes with a function to convert and reset to 200 rather than using type="slider" with max=200 and potentially clamping disabled? Sliders would allow users to set more than 200 if you don't use clamping. If you use clamping, then it will automatically do the reset to whatever minimum/maximum you have defined (e.g. with min=0 and max=200, -10 would go to 0 while 500 goes to 200). You can reduce the controls script to something like this (e.g. Orc): Code:
table.insert(optionsData, {type = "slider", name = L.SH_OptMenu_orc, default = 0, min = 0, max = 200, clampInput = false, tooltip = L.SH_OptMenu_box_genMat_tooltip, getFunc = function() return savedVarsUsing.StyleMatsToStock.Manganese end, setFunc = function(val) savedVarsUsing.StyleMatsToStock.Manganese = val end})
Warning: Spoiler
Potentially makes it neater and easier for you in the script while also giving access to over 200 if the player wants. Just a thought (not a request). |
|
Troodon80 |
View Public Profile |
Send a private message to Troodon80 |
Find More Posts by Troodon80 |
Add Troodon80 to Your Buddy List |
07/09/22, 07:23 AM | ||
Forum posts: 0
File comments: 13
Uploads: 0
|
Re: Re: Zeal of Zenithar and auto buying styles
|
|
|
GwynneBleidd |
View Public Profile |
Send a private message to GwynneBleidd |
Find More Posts by GwynneBleidd |
Add GwynneBleidd to Your Buddy List |
07/08/22, 03:15 PM | |
|
Re: Zeal of Zenithar and auto buying styles
Thank you all for finding this issue and looking at it to find the price change from 15 to 13. I did not notice until today and having your comments saved me a LOT of time.
I had the price check as an extra safe guard against item mismatch, especially at a lux vendor. The store match already includes the exact item name not just a match on having the same style. I opened the price range up to allow anything between 1 and 15. This will cover the Zenithar event and hopefully any other events with different discounts. GwynneBleidd, I hope the code was not to painful to search through. |
|
Rexorn |
View Public Profile |
Send a private message to Rexorn |
Find More Posts by Rexorn |
Add Rexorn to Your Buddy List |
07/05/22, 10:12 PM | |
Forum posts: 0
File comments: 13
Uploads: 0
|
Zeal of Zenithar and auto buying styles
I've had the same problem with the storehelper not buying anything anymore. It is indeed the event.
The Storehelper.lua needs to be updated as it looks specifically for the 15 gold. For my local copy I just changed the (price==15) to be ((price==15) or (price==13)) in the (Find_and_Buy) function. Hopefully that will help others |
|
GwynneBleidd |
View Public Profile |
Send a private message to GwynneBleidd |
Find More Posts by GwynneBleidd |
Add GwynneBleidd to Your Buddy List |
07/05/22, 02:46 AM | ||
Forum posts: 0
File comments: 3
Uploads: 0
|
Re: No Purchases
I've tried reinstalling the add-on, disabling, re-enabling, refreshing the UI, logging in/out, etc. Everything you listed too. I'm wondering if the event changed something somehow, but that guess is based purely on timing. I don't have it active all the time, full-disclosure, I enable it on my main probably about once a week when the lot needs restocked, so precisely when it began's a bit unclear. Hope sharing this helps somehow, if there's anything (logs?) that may help fix it faster, lmk. eta- Someone just pointed out to me the 10% discount is messing with the store prices library, so it's not the add-on, it is the event, yeah.
Last edited by foxes-in-gloves : 07/05/22 at 02:49 AM.
|
|
|
foxes-in-gloves |
View Public Profile |
Send a private message to foxes-in-gloves |
Find More Posts by foxes-in-gloves |
Add foxes-in-gloves to Your Buddy List |
07/04/22, 12:22 PM | |
Forum posts: 11
File comments: 35
Uploads: 0
|
No Purchases
Installed and working fine... until about a week ago. It's not buying anything at all from the vendor anymore. To make sure it's not affected by another addon, this is what I did today:
1) Disabled all addons in-game. 2) Exit game completely. 3) Uninstall StoreHelper & StoreHelperRune. 4) Delete saved variables for both. 5) Re-start game. 6) Check craft bag. There are <10 basic style stones for each of the races. 7) Enable only StoreHelper addon along with LibAddonMenu-2.0 dependency. No other addons enabled. 8) Change StoreHelper settings to "100" for each individual race. Went to clothing and blacksmithing vendors in locations that the addon previously worked fine. Nothing is getting purchased. Did ZOS change something last week? Is anyone else having issues with StoreHelper?
Last edited by Navarill : 07/04/22 at 12:24 PM.
|
|
Navarill |
View Public Profile |
Send a private message to Navarill |
Find More Posts by Navarill |
Add Navarill to Your Buddy List |
06/03/22, 05:34 AM | |
Forum posts: 0
File comments: 176
Uploads: 0
|
Woot!
Cool idea; really helpful AddOn to make life easier!
|
|
ChrisK |
View Public Profile |
Send a private message to ChrisK |
Find More Posts by ChrisK |
Add ChrisK to Your Buddy List |