as for the choice UI, it will never get a search box as im not going to implement that in AceGUI, it will stay as a pregen'ed config table for AceConfig
Thanks for the search box - any chance of expanding how it searches, so that you can look for specific bonuses?
For example, in craftlist2, you can query for the word "strength" and it'll return anything that involves that word - like gems or potions that give a bonus to strength, or enchants that have a major strength elixir as a component.
Very useful for the people who don't know the name of what they're looking for.
Thanks for the search box - any chance of expanding how it searches, so that you can look for specific bonuses?
For example, in craftlist2, you can query for the word "strength" and it'll return anything that involves that word - like gems or potions that give a bonus to strength, or enchants that have a major strength elixir as a component.
Very useful for the people who don't know the name of what they're looking for.
i've thought about this for quite some time...
method 1) cache the entire tooltip into a sub table, then pairs over it trying to v:match(search).. don't really wana do that..
method 2) Use LibGratuity to search the tooltip, and don't cache anything... i like this idea better..
I just installed your add on and here are my impressions :
* the "add your recipes" ui is not very functionnal if you have too much recipes to add. Not to mention that if you don't know exactly what a name refers to, you can't check with guildcraft what is the item associated. By the way, thanks for the "add everything" button.
* the search ui in the /gcb should be your main focus atm : I think that you should at least provide the same search engine than the one provided on standard wow (when you hit something, it searches within the components, not solely in the names, and I would like to be able to search by type (for ex. in leatherworking i would like only the "head" to be shown etc.))
* the search ui in the /gcb should be your main focus atm : I think that you should at least provide the same search engine than the one provided on standard wow (when you hit something, it searches within the components, not solely in the names, and I would like to be able to search by type (for ex. in leatherworking i would like only the "head" to be shown etc.))
hum... sorting by armor class or anything but the profession it'self is not going to be simple to work up...
But i have added in a Ghetto search using libGratuity.
"[2008/03/03 11:32:24-1374-x1]: AceLocale-2.2-40629 (Ace2):487: Babble-Tradeskill-2.2: Translation "Verzauberkunst" does not exist.
GuildCraft-63335\core.lua:262: in function `RefreshCacheTable'
GuildCraft-63335\GuildCraft_Browser\BrowserUI.lua:58: in function <...e\AddOns\GuildCraft\GuildCraft_Browser\BrowserUI.lua:50>
(tail call): ?:
<in C code>: ?
In Babbel-Trad. "Verzauberkunst" is present.
I hope you can help me.
get everyone to update and clear their DB's, there was a slight glitch where the addon was transmitting localized craft names, where it should be sending English craftnames.
our guild test the new version of GuildCraft.
If more than 2 peoples have the recept, the names of the chars are written together and the "," with the blank " " are behind them. Sometime, not all names are show ... after 4 Names ending the Line with three Points.
our guild test the new version of GuildCraft.
If more than 2 peoples have the recept, the names of the chars are written together and the "," with the blank " " are behind them. Sometime, not all names are show ... after 4 Names ending the Line with three Points.<snip>
Greetings,
Alliyah
\Interface\AddOns\GuildCraft\core.lua
Line 286:
concatString = string.join(concatString, k, ", ")
change to ->
concatString = string.join(", ", concatString, k)
\Interface\AddOns\GuildCraft\core.lua
Line 286:
concatString = string.join(concatString, k, ", ")
change to ->
concatString = string.join(", ", concatString, k)
humm... this doesn't produce the desired effect, but thank you for the insight into it being broken as such.
i did, however, find something that did :D
Go grab the new version, you'll prolly need to reset your DB entirely to get it to work. I still think of this as beta so there are no friendly upgrade method for the DB :|
in the new version the profession enchanting is broken on deDE client.
jewelcrafting ,alchemy and cooking works fine for me. but enchanting will not be shown anywhere.
in the version before it was regonized as a profession "unkonown".
usEN too...
It isn't working for me for my enchanting either. When I open up my enchanting profession window it gives me a message in my chat box saying "Guild Craft: Not a Crafting Skill."...and the tab doesn't show up in my share tab.
well... it's supposed to work.. but apparently not.. i believe it to be a subtle glitch with what information is available on login.
I'll try switching around the code for the Enchanting, and see if that fixes it. After u get the update in .. about 30mins.. reset your DB (in the options window) and sent it out to the guild again... I've seen this now 3 times, it's not a translation error i know that much.
Enchanting now works for me but now jewelcrafting is broken.
DB reset done.
wenn i open the sharetab with my jewel alt i got this error
[2008/04/13 09:55:22-3402-x1]: GuildCraft-69434\BTS-Mini.lua:23: Juwelenschleifen Not found in Mini-BTS
GuildCraft-69434\BTS-Mini.lua:23: in function <Interface\AddOns\GuildCraft\BTS-Mini.lua:21>
GuildCraft-69434\ChoicesUI.lua:175: in function `?'
CallbackHandler-1.0\CallbackHandler-1.0.lua:146: in function <...aft\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:146>
<string>:"safecall Dispatcher[1]":4: in function <[string "safecall Dispatcher[1]"]:4>
<in C code>: ?
<string>:"safecall Dispatcher[1]":13: in function `?'
CallbackHandler-1.0\CallbackHandler-1.0.lua:91: in function `Fire'
AceEvent-3.0\AceEvent-3.0.lua:70: in function <...AddOns\GuildCraft\libs\AceEvent-3.0\AceEvent-3.0.lua:69>
<in C code>: ?
<in C code>: in function `UseAction'
Interface\FrameXML\SecureTemplates.lua:266: in function `SecureActionButton_OnClick':
<string>:"*:OnClick":1: in function <[string "*:OnClick"]:1>
(tail call): ?:
<in C code>: in function `securecall'
Interface\FrameXML\SecureStateHeader.lua:1052: in function <Interface\FrameXML\SecureStateHeader.lua:1033>:
gcb isn't working for my guild, before the enchanting=UNKNOWN problem we reset the db and got it working but with an update it stopped again and won't work with a reset or deleting the luas. this is the error I've been getting.
Date: 2008-04-13 15:42:03
ID: 52
Error occured in: Global
Count: 1
Message: ..\AddOns\GuildCraft\core.lua line 270:
attempt to concatenate field '?' (a nil value)
Debug:
[C]: ?
GuildCraft\core.lua:270: RefreshCacheTable()
...e\AddOns\GuildCraft\GuildCraft_Browser\BrowserUI.lua:139: OpenBrowserUI()
...e\AddOns\GuildCraft\GuildCraft_Browser\BrowserUI.lua:53: value()
..\FrameXML\ChatFrame.lua:3032:
..\FrameXML\ChatFrame.lua:2957
[C]: ChatEdit_ParseText()
..\FrameXML\ChatFrame.lua:2724: ChatEdit_SendText()
..\FrameXML\ChatFrame.lua:2745: ChatEdit_OnEnterPressed()
[string "*:OnEnterPressed"]:1:
[string "*:OnEnterPressed"]:1
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I would like (if possible) the ability to filter by name (ad a search box?)
It also seems libGratuity-3.0 is missing in embeds.
as for the choice UI, it will never get a search box as im not going to implement that in AceGUI, it will stay as a pregen'ed config table for AceConfig
For example, in craftlist2, you can query for the word "strength" and it'll return anything that involves that word - like gems or potions that give a bonus to strength, or enchants that have a major strength elixir as a component.
Very useful for the people who don't know the name of what they're looking for.
i've thought about this for quite some time...
method 1) cache the entire tooltip into a sub table, then pairs over it trying to v:match(search).. don't really wana do that..
method 2) Use LibGratuity to search the tooltip, and don't cache anything... i like this idea better..
I just installed your add on and here are my impressions :
* the "add your recipes" ui is not very functionnal if you have too much recipes to add. Not to mention that if you don't know exactly what a name refers to, you can't check with guildcraft what is the item associated. By the way, thanks for the "add everything" button.
* the search ui in the /gcb should be your main focus atm : I think that you should at least provide the same search engine than the one provided on standard wow (when you hit something, it searches within the components, not solely in the names, and I would like to be able to search by type (for ex. in leatherworking i would like only the "head" to be shown etc.))
hum... sorting by armor class or anything but the profession it'self is not going to be simple to work up...
But i have added in a Ghetto search using libGratuity.
Well, no regex, sorry. But the search does work.
"[2008/03/03 11:32:24-1374-x1]: AceLocale-2.2-40629 (Ace2):487: Babble-Tradeskill-2.2: Translation "Verzauberkunst" does not exist.
GuildCraft-63335\core.lua:262: in function `RefreshCacheTable'
GuildCraft-63335\GuildCraft_Browser\BrowserUI.lua:58: in function <...e\AddOns\GuildCraft\GuildCraft_Browser\BrowserUI.lua:50>
(tail call): ?:
<in C code>: ?
In Babbel-Trad. "Verzauberkunst" is present.
I hope you can help me.
our guild test the new version of GuildCraft.
If more than 2 peoples have the recept, the names of the chars are written together and the "," with the blank " " are behind them. Sometime, not all names are show ... after 4 Names ending the Line with three Points.
Look at this example picture:
I have clear the DB, but it dont help.
Can you help?
Greetings,
Alliyah
\Interface\AddOns\GuildCraft\core.lua
Line 286:
concatString = string.join(concatString, k, ", ")
change to ->
concatString = string.join(", ", concatString, k)
humm... this doesn't produce the desired effect, but thank you for the insight into it being broken as such.
i did, however, find something that did :D
Go grab the new version, you'll prolly need to reset your DB entirely to get it to work. I still think of this as beta so there are no friendly upgrade method for the DB :|
in the new version the profession enchanting is broken on deDE client.
jewelcrafting ,alchemy and cooking works fine for me. but enchanting will not be shown anywhere.
in the version before it was regonized as a profession "unkonown".
it would be nice if you implement something to know wich profession speciality someone has.
thx for work on this great addon.
usEN too...
It isn't working for me for my enchanting either. When I open up my enchanting profession window it gives me a message in my chat box saying "Guild Craft: Not a Crafting Skill."...and the tab doesn't show up in my share tab.
I'll try switching around the code for the Enchanting, and see if that fixes it. After u get the update in .. about 30mins.. reset your DB (in the options window) and sent it out to the guild again... I've seen this now 3 times, it's not a translation error i know that much.
DB reset done.
wenn i open the sharetab with my jewel alt i got this error
Date: 2008-04-13 15:42:03
ID: 52
Error occured in: Global
Count: 1
Message: ..\AddOns\GuildCraft\core.lua line 270:
attempt to concatenate field '?' (a nil value)
Debug:
[C]: ?
GuildCraft\core.lua:270: RefreshCacheTable()
...e\AddOns\GuildCraft\GuildCraft_Browser\BrowserUI.lua:139: OpenBrowserUI()
...e\AddOns\GuildCraft\GuildCraft_Browser\BrowserUI.lua:53: value()
..\FrameXML\ChatFrame.lua:3032:
..\FrameXML\ChatFrame.lua:2957
[C]: ChatEdit_ParseText()
..\FrameXML\ChatFrame.lua:2724: ChatEdit_SendText()
..\FrameXML\ChatFrame.lua:2745: ChatEdit_OnEnterPressed()
[string "*:OnEnterPressed"]:1:
[string "*:OnEnterPressed"]:1