Thread Tools Display Modes
03/22/16, 01:50 AM   #1
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
Little whish for Craft UI

Hello,

As I'm often on craft station, I'd like a little addon to protect from my missclicks.

What I would like is :

For smithing / Clothing / Woodworking :
If not crafting a set :
- Not able to craft V16 gear (Not able at all).
If crafting a set :
- Not able to craft an item if no trait is selected.


For Enchanting :
- Not able to craft Hakeijo glyps based if Potency rune is not Level 10 one (Repora / Itade) and Aspect one is not Kuta (legendary one).


Maybe it exists in another addon, but if somone want do it, I'll thanks him.
  Reply With Quote
03/22/16, 03:34 AM   #2
Wandamey
Guest
Posts: n/a
I suppose i can add a safetey lock in quickleather and hook isCraftable, and do Something in rune level filter too.
they have already a few features to limit misclick issues, like a button to filter things for your level, or another level


(and wandalize to avoid crafting costly things for the writs : forces no set and minimum mats. at least it should and nobody yelled at me since lvl16 exists, so it probably does too, it may need some tweaks if there are still typo in french writs though... I need reports to fix them, i was a bit tired of checking them all by myself)



<---- not linking, it's all in my author profile.

Last edited by Wandamey : 03/22/16 at 03:44 AM.
  Reply With Quote
03/23/16, 03:45 AM   #3
Wandamey
Guest
Posts: n/a
Gonna make this in a separate addon so it can work with any UI instead.

Though i need a name for it now ...

Any thought? If not I may go with IdiotCrafter ... please help me
  Reply With Quote
03/23/16, 03:56 AM   #4
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 578
Originally Posted by Wandamey View Post
Gonna make this in a separate addon so it can work with any UI instead.

Though i need a name for it now ...

Any thought? If not I may go with IdiotCrafter ... please help me
Maybe a bit more positive.
"Craft Assist" or "Craft Protection"
  Reply With Quote
03/23/16, 04:02 AM   #5
Wandamey
Guest
Posts: n/a
lol thats a tad too white knighting for me

i'm a bit short of English word to say "inattentive" or "pwned by ZOS logic" something like that

well we got 5mn, first time i'm gonna use LAM, i have to read the notice first.



edit : now i'll go for CraftBrake, brainstorming still running.

Last edited by Wandamey : 03/23/16 at 04:20 AM.
  Reply With Quote
03/23/16, 04:55 AM   #6
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,579
SafeCraft
Craft-o-Logic
Makerbot
BloopAwayCraftingHelper
AntiMishapCraftingProtector
MakeItGood - Crafting Protection
  Reply With Quote
03/23/16, 05:11 AM   #7
Wandamey
Guest
Posts: n/a
i think i like this one

BloopAwayCraftingHelper

not as oxy-moronic as craftbrake, but good for default search on titles too.

sold. thanks!
  Reply With Quote
03/23/16, 05:38 AM   #8
Wandamey
Guest
Posts: n/a
I could use the german of this too

SafeAddString(SI_BLOOPAWAY_SMITHING_HEADER, "Smithing Stations")
SafeAddString(SI_BLOOPAWAY_ENCHANTING_HEADER, "Enchanting Station")

SafeAddString(SI_BLOOPAWAY_TITLESMITHING1, "V16 Lock")
SafeAddString(SI_BLOOPAWAY_TOOLTIPSMITHING1, "Lock V16 crafting at standard station")
SafeAddString(SI_BLOOPAWAY_ALERTSMITHING1, "<<1>> : this is not a Set item")

SafeAddString(SI_BLOOPAWAY_TITLESMITHING2, "No Trait Lock")
SafeAddString(SI_BLOOPAWAY_TOOLTIPSMITHING2, "Lock Set crafting if no Trait is selected")
SafeAddString(SI_BLOOPAWAY_ALERTSMITHING2, "<<1>> : this item has no Trait")

SafeAddString(SI_BLOOPAWAY_TITLEENCHANTING1, "Hajeiko lock")
SafeAddString(SI_BLOOPAWAY_TOOLTIPENCHANTING1, "Lock Hajeiko rune if not Max Level and Gold Quality Glyph")
SafeAddString(SI_BLOOPAWAY_ALERTENCHANTING10, "<<1>> : the potency rune is not max level")
SafeAddString(SI_BLOOPAWAY_ALERTENCHANTING11, "<<1>> : a Kuta is needed")
<<1>> will be "Locked" (need translation too) or "BloopAway" (no translation, though i'm curious to know how to say it in german)
  Reply With Quote
03/23/16, 06:09 AM   #9
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 578
Originally Posted by Wandamey View Post
I could use the german of this too



<<1>> will be "Locked" (need translation too) or "BloopAway" (no translation, though i'm curious to know how to say it in german)
Code:
SafeAddString(SI_BLOOPAWAY_SMITHING_HEADER, "Schmiedestationen")
SafeAddString(SI_BLOOPAWAY_ENCHANTING_HEADER, "Verzauberungsstationen")

SafeAddString(SI_BLOOPAWAY_TITLESMITHING1, "V16 Sperre")
SafeAddString(SI_BLOOPAWAY_TOOLTIPSMITHING1, "Erstellen von V16 Gegenständen an normalen Stationen sperren")
SafeAddString(SI_BLOOPAWAY_ALERTSMITHING1, "<<1>> : Dies ist kein Set Gegenstand")

SafeAddString(SI_BLOOPAWAY_TITLESMITHING2, "Keine Eigenschaft-Sperre")
SafeAddString(SI_BLOOPAWAY_TOOLTIPSMITHING2, "Das erstellen von Set Gegenständen ohne Eigenschaft sperren")
SafeAddString(SI_BLOOPAWAY_ALERTSMITHING2, "<<1>> : Dieser Gegenstand hat keine Eigenschaft")

SafeAddString(SI_BLOOPAWAY_TITLEENCHANTING1, "Hajeiko Sperre")
SafeAddString(SI_BLOOPAWAY_TOOLTIPENCHANTING1, "Die Hajeiko Rune sperren, wenn nicht auf Maximalstufe und Gold Qualitätsglyphe")
SafeAddString(SI_BLOOPAWAY_ALERTENCHANTING10, "<<1>> : Diese Machtrune ist nicht Maximalstufe")
SafeAddString(SI_BLOOPAWAY_ALERTENCHANTING11, "<<1>> : Kuta wird benötigt")
<<1>> will be "Locked" = <<1>> wird "gesperrt" sein
BloopUn'Wech

Last edited by votan : 03/23/16 at 06:11 AM.
  Reply With Quote
03/23/16, 06:19 AM   #10
Wandamey
Guest
Posts: n/a
Well received, thank you!


BloopUn'Wech (whoaw dat accent Oo)

i've corrected Hajeiko with Hakeijo btw...

Last edited by Wandamey : 03/23/16 at 11:12 AM.
  Reply With Quote
03/29/16, 11:05 AM   #11
Wandamey
Guest
Posts: n/a
hi again, I could use some more german strings for this addon (didn't want to open a new thread in the translation section, i'll do if needed ^^) :

SafeAddString(SI_BLOOPAWAY_DESCRIPTION, "This addon will block the following unforgiving mistakes in crafting stations.\n Keep in mind that crafting with rare materials still requires full focus\n")

SafeAddString(SI_BLOOPAWAY_TITLE_SMITHING3, "Rare Style Materials Lock")
SafeAddString(SI_BLOOPAWAY_TOOLTIP_SMITHING3, "Lock Rare Style materials under the threshold for non-Set items")
SafeAddString(SI_BLOOPAWAY_ALERT_SMITHING30, "|c<<2>><<1>>:|r low Rare Style material quantity")

SafeAddString(SI_BLOOPAWAY_TITLE_SMITHING4, "Mimic Stones Lock")
SafeAddString(SI_BLOOPAWAY_TOOLTIP_SMITHING4, "Lock the use of mimic stones for non-Set items")
SafeAddString(SI_BLOOPAWAY_ALERT_SMITHING4, "|c<<2>><<1>>:|r Mimic Stone on a non-Set item")


SafeAddString(SI_BLOOPAWAY_TWEAKS_HEADER, "Tweaks")
SafeAddString(SI_BLOOPAWAY_TITLE_RARE_MATS_THRESHOLD, "Rare Style Materials Threshold")
SafeAddString(SI_BLOOPAWAY_TOOLTIP_RARE_MATS_THRESHOLD, "Quantity of material to preserve for the Rare Style Material Lock \n doesn't apply to Alliance Style or Imperial")
Thanks in advance!
  Reply With Quote
03/29/16, 12:08 PM   #12
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 578
Here we go:
Code:
SafeAddString(SI_BLOOPAWAY_DESCRIPTION, "Dieses Addon blockiert an Craftingstationen folgende unverzeihliche Fehler.\n Denkt daran, dass das Herstellen mit seltenen Materialien weiterhin volle Konzentration erfordert\n")

SafeAddString(SI_BLOOPAWAY_TITLE_SMITHING3, "Seltene Stilmaterialien-Sperre")
SafeAddString(SI_BLOOPAWAY_TOOLTIP_SMITHING3, "Sperrt für Nicht-Set Gegenstände seltene Stilmaterialien, wenn weniger als der Schwellwert verfügbar sind")
SafeAddString(SI_BLOOPAWAY_ALERT_SMITHING30, "|c<<2>><<1>>:|r zu wenig Stilmaterialien vorhanden")

SafeAddString(SI_BLOOPAWAY_TITLE_SMITHING4, "Mimenstein-Sperre")
SafeAddString(SI_BLOOPAWAY_TOOLTIP_SMITHING4, "Sperrt für Nicht-Set Gegenstände die Verwendung von Mimensteinen")
SafeAddString(SI_BLOOPAWAY_ALERT_SMITHING4, "|c<<2>><<1>>:|r Mimenstein für Nicht-Set Gegenstand")


SafeAddString(SI_BLOOPAWAY_TWEAKS_HEADER, "Tweaks")
SafeAddString(SI_BLOOPAWAY_TITLE_RARE_MATS_THRESHOLD, "Schwellwert für seltene Stilmaterialien")
SafeAddString(SI_BLOOPAWAY_TOOLTIP_RARE_MATS_THRESHOLD, "Anzahl an Materialien, die für seltene Stile zurückgehalten werden\n Gilt nicht für Allianzstile oder Kaiserliche")
  Reply With Quote
03/29/16, 12:13 PM   #13
Wandamey
Guest
Posts: n/a
Thanks again!

I've found the gamepad table btw... all other have GAMEPAD_ as a prefix, but nope, SMITHING had it as a suffix
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » Little whish for Craft UI


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off