Results: 1356Comments by: Rhyono
File: CraftStore Endless Archive05/24/20
Yes and it can show it across chara...
Posted By: Rhyono
Yes and it can show it across characters.
File: CraftStore Endless Archive05/24/20
It doesn't notify you the way an an...
Posted By: Rhyono
It doesn't notify you the way an announcement notifies you, but it does show an icon in your inventory.
File: Foundry Tactical Combat (FTC) - Endless Archive05/24/20
You've exhausted the standard solut...
Posted By: Rhyono
You've exhausted the standard solutions. Tuesday's update might resolve it for you.
File: Foundry Tactical Combat (FTC) - Endless Archive05/23/20
Did you do a manual install or Mini...
Posted By: Rhyono
Did you do a manual install or Minion? If it's the former: are you sure it's not nested one file too deep?
File: CraftStore Endless Archive05/23/20
See if this works: https://gofile.i...
Posted By: Rhyono
See if this works: https://gofile.io/d/W2C7Yg
File: CraftStore Endless Archive05/23/20
I'm missing the writ names in Russi...
Posted By: Rhyono
I'm missing the writ names in Russian. In English, I check the quest name of the writs. E.g. blacksmithing looks for "blacksmith"; If you can provide a key word for each writ, then it might work. ={'blacksmith'}, ={'cloth'}, ={'enchant'}, ={'alchemist'}, ={'provision'}, ={'woodwork'}, ={'jewelry crafting'},
File: CraftStore Endless Archive05/19/20
Try deleting CS and your CS saved v...
Posted By: Rhyono
Try deleting CS and your CS saved vars.
File: CraftStore Endless Archive05/19/20
Try with other addons turned off. I...
Posted By: Rhyono
Try with other addons turned off. It'll need narrowed down.
File: CraftStore Endless Archive05/18/20
ZOS tends to remove such things dur...
Posted By: Rhyono
ZOS tends to remove such things during updates. I may have addressed it in the next version already, but I'll revisit it next week.
File: WritWorthy05/13/20
You could generate the material lin...
Posted By: Rhyono
You could generate the material links from the style numbers instead of manually hardcoding them all: GetItemStyleMaterialLink(number itemStyleId, number LinkStyle linkStyle) return material's link
File: Gold Per Hour05/10/20
Keybindings are pretty easy to add....
Posted By: Rhyono
Keybindings are pretty easy to add. You do it through the existing keybind menu and simply add yours, then your users can choose whatever they'd like. This addon has good example code for copying the concept and utilizing it: https://www.esoui.com/downloads/info934-HelloWorld.html
File: CraftStore Endless Archive05/03/20
It isn't possible in the way you th...
Posted By: Rhyono
It isn't possible in the way you think, due to intentional limitations by ZOS.
File: CraftStore Endless Archive05/03/20
Looks like the XML files are mangle...
Posted By: Rhyono
Looks like the XML files are mangled. You can keep your saved vars, but you should delete and reinstall.
File: Foundry Tactical Combat (FTC) - Endless Archive05/02/20
It's the same version; Sccootworks...
Posted By: Rhyono
It's the same version; Sccootworks posted it here first to have it tested before it went out to everyone.
File: Gold Per Hour04/30/20
You should integrate LibPrice. It's...
Posted By: Rhyono
You should integrate LibPrice. It's easy and will allow users of the other merchant addons to benefit from your addon.
File: CraftStore Endless Archive04/19/20
It's caused by having too many addo...
Posted By: Rhyono
It's caused by having too many addons that create anchors. Nothing can be done but to ignore it or use less addons.
File: Foundry Tactical Combat (FTC) - Endless Archive04/19/20
I don't think it's FTC or LibMsgWin...
Posted By: Rhyono
I don't think it's FTC or LibMsgWin. I run with 40+ addons and 20+ libraries without an issue with either. It's another addon conflicting.
File: CraftStore Endless Archive04/16/20
Please, fix double "Dwarven Pipelin...
Posted By: Rhyono
Please, fix double "Dwarven Pipeline Cap" diagram Some food recipes can be learned via more than one way (unlocking one unlocks both). I have accounted for those. This isn't like that; ZOS has made two independent blueprints that claim to be the same item but are not connected. They need to fix it.
File: CraftStore Endless Archive04/16/20
Thank you for this mod. It's an abs...
Posted By: Rhyono
Thank you for this mod. It's an absolute necessity imo. I have a suggestion/request. It would be nice if there were an option to share favorited provisioning recipes between characters. It would make it a bit easier to pre-craft items on my provisioner for all character dailies. Favorites are handled by character-specific saved v...
File: CraftStore Endless Archive04/15/20
Maybe I'm missing it, but is there...
Posted By: Rhyono
Maybe I'm missing it, but is there an option to turn of "craft store cook" for furniture? You can do it for runes so that the interface changes (enabling preview), but I cannot find it for cooking. Is this planned? It's planned.
File: CraftStore Endless Archive04/15/20
One thing I just noticed, and verif...
Posted By: Rhyono
One thing I just noticed, and verified that I do have to actually stop and delete (recreate) my saved variables on is when you get close to maxing the total number of furnishing recipes on one character (it might also be noted that the same character has all traits and regular provisioning recipes known at this point)...I'm down to I...
File: CraftStore Endless Archive04/06/20
Using ZO_KeybindStripControl:IsHidd...
Posted By: Rhyono
Using ZO_KeybindStripControl:IsHidden() is a very easy, but hackish approach. Votan is probably properly using events. EVENT_MANAGER:RegisterForEvent(addonName,EVENT_CRAFTING_STATION_INTERACT,funcToHideMiniMap) EVENT_MANAGER:RegisterForEvent(addonName,EVENT_END_CRAFTING_STATION_INTERACT,funcToShowMiniMap)
File: CraftStore Endless Archive04/06/20
The Minimap should be designed to c...
Posted By: Rhyono
The Minimap should be designed to close on crafting station interaction; it's improperly setup if it's listening for visible UIs.
File: CraftStore Endless Archive04/05/20
CraftStore is not a bag slot. Custo...
Posted By: Rhyono
CraftStore is not a bag slot. Custom Item Preview can only show items from bag slots.
File: CraftStore Endless Archive04/05/20
Per that addon description - "Previ...
Posted By: Rhyono
Per that addon description - "Preview items from links in chat - never! ZoS Policy." Not possible.