Results: 1356Comments by: Rhyono
File: CraftStore Endless Archive09/07/19
Asking questions is a good start in...
Posted By: Rhyono
Asking questions is a good start in learning. But being able to figure things out for yourself from a limited point of information is vital for a programmer. As such, it is tedious for us to hold someone's hand through every question when they have only done superficial testing. As you've already stated: 2 of an item with the same...
File: CraftStore Endless Archive09/07/19
Per the addon's Character Overview...
Posted By: Rhyono
Per the addon's Character Overview section: http://puu.sh/Eeuew/f207295893.png http://puu.sh/EeueW/a1cbe098a1.png
File: CraftStore Endless Archive09/06/19
It's a character specific setting....
Posted By: Rhyono
It's a character specific setting. It's explained in the addon page's Character Overview section.
File: CraftStore Endless Archive09/06/19
Enacts, rather. It's not manual.
Posted By: Rhyono
Enacts, rather. It's not manual.
File: CraftStore Endless Archive09/06/19
It allows all items that fit the cr...
Posted By: Rhyono
It allows all items that fit the criteria to be flagged in your inventory.
File: CraftStore Endless Archive09/06/19
If I open CraftStore, click the run...
Posted By: Rhyono
If I open CraftStore, click the rune and open CraftStoreRune, I'm able to use the search box with no problems. Clicking on the furniture icon loads the Diagrams window and search also works perfectly. I've made it an integrated search that will show both furniture and glyphs (furniture always at the top). It'd be too much effort t...
File: CraftStore Endless Archive08/27/19
It uses the native ZOS GetDate(). S...
Posted By: Rhyono
It uses the native ZOS GetDate(). So whenever they consider it a day rollover, I'd presume. Likely meaning 8PM.
File: CraftStore Endless Archive08/27/19
I believe the way I have it setup r...
Posted By: Rhyono
I believe the way I have it setup right now it shows everything that is not locked.
File: CraftStore Endless Archive08/27/19
Without changing the code of the ad...
Posted By: Rhyono
Without changing the code of the addon: type the number into the little box above the list. Changing the code of the addon: Open CraftStore.lua Change the "10" in line 4 to whatever you want
File: CraftStore Endless Archive08/27/19
Mouse button isn't like normal keyb...
Posted By: Rhyono
Mouse button isn't like normal keybindings and would require changes throughout the addon to support. It's not currently worth my time.
File: CraftStore Endless Archive08/25/19
That feature was always intended as...
Posted By: Rhyono
That feature was always intended as a quick way of making some; few people need to make exactly everything they can of one item. I've changed it to 10.
File: Dolgubon's Lazy Set (and Furniture!) Crafter08/24/19
Anyone else having a problem with n...
Posted By: Rhyono
Anyone else having a problem with not being able to delete individual items from the queue since the 8/11 patch? Yes
File: CraftStore Endless Archive08/20/19
What are you making specifically th...
Posted By: Rhyono
What are you making specifically that isn't showing up. Also include the item link (just copy it to chat and then copy and paste the formatted link here)
File: AT Finisher (Finish Him !!!) - Ascending Tide08/18/19
I've added it, but you will need to...
Posted By: Rhyono
I've added it, but you will need to reload after changing it.
File: Achievement Finder08/18/19
I don't know how right clicking cha...
Posted By: Rhyono
I don't know how right clicking chat links works in game pad.
File: CraftStore Endless Archive08/17/19
It should now be fixed.
Posted By: Rhyono
It should now be fixed.
File: CraftStore Endless Archive08/15/19
Try adding this and let me know if...
Posted By: Rhyono
Try adding this and let me know if it fixes the problem: https://gofile.io/?c=PlVwEo
File: No Interact08/14/19
Every time I see the message I cons...
Posted By: Rhyono
Every time I see the message I consider updating it, but I never do. I've removed all NPC references and included the object in more messages.
File: CraftStore Fixed and Improved08/14/19
Harrowstorm
Posted By: Rhyono
Harrowstorm
File: Dolgubon's Lazy Set (and Furniture!) Crafter08/13/19
It's probably the library itself th...
Posted By: Rhyono
It's probably the library itself that does it, but I didn't check: I know I need to get around to updating it, but it's kind of savage to be hit by so many "update your addons!" that I'm booted from the server.
File: CraftStore Endless Archive08/12/19
Yep, I plan to. I've just been busy...
Posted By: Rhyono
Yep, I plan to. I've just been busy with work.
File: CraftStore Endless Archive08/04/19
What happens is when that item gets...
Posted By: Rhyono
What happens is when that item gets removed, it somehow slips through the event that triggers (a ZOS event, so I don't know how it can fail), and then CS remembers the item, but once the item is no longer in the inventory, logging into that character can't remove what isn't supposed to be there. Once you're in that situation, you hav...
File: CraftStore Endless Archive07/15/19
CraftStore was designed with the pr...
Posted By: Rhyono
CraftStore was designed with the primary purpose of showing everything across all characters at the same time. To make it only show the current, without a massive change to how it works, would likely requiring turning off knowing anything about other character's held items (including materials). Doing it that way, it wouldn't be too...
File: CraftStore Endless Archive07/13/19
Re: Can anyone tell me which setting is applying the X-name marks and the Inv icon?
Posted By: Rhyono
They have both and wish to turn off or at least know what it signifies, if not "researchable by" That is correct. You have to manually enable it per character. It's in the CS character settings for tracking.
File: CraftStore Endless Archive07/13/19
Re: Suggestion: Who can make what
Posted By: Rhyono
When I mouse over a Food or Drink item, it would be great if Craftstore could tell me which of my toons can craft it. Thanks for a great AddOn! Off hand, I don't think the API will let me check a crafted item for its blueprint (the way I track knowledge), but I could look some time.