Results: 101Comments by: Askedal
File: Master Merchant 3.005/31/21
Hi, many thanks for this great A...
Posted By: Askedal
Hi, many thanks for this great AddOn, I use it everyday :-) But when I use the search field in the sales window, I have problems to find things, means I have to use the german translation of the item to find it in english. This is my setup: Running on Windows 10 German Used to play in German on the EU server Installed th...
File: AwesomeGuildStore05/26/21
Hi, from time to time I got an p...
Posted By: Askedal
Hi, from time to time I got an problem with the Awesome guild store addon. In the upper left corner the graphics are stuck together on the screen. I couldn't figure out, when it exactly happens, but the AGS is working correctly when I enter a guild store. It is like a copy of the GUI elements, there are active, means I can click t...
File: Notebook 201803/09/21
I changed the line 200 in Notebook1...
Posted By: Askedal
I changed the line 200 in Notebook1.lua from NBUI.NB1RightPage_Title:SetText(NBUI.UnprotectText(title)) to NBUI.NB1RightPage_Title:SetText(title) and line 203 from NBUI.NB1RightPage_Contents:SetText(NBUI.UnprotectText(text)) to NBUI.NB1RightPage_Contents:SetText(text) and now it works again. .......
File: Votan's Fisherman11/09/20
Re: Fisherman does not hide when using the Map
Posted By: Askedal
Hello Votan With normal dialogs, Fisherman hides as expected, but not if I open the map then it moves to the top boundary of the window. https://i.ibb.co/n02P7fD/2020-08-26-20-02-42.png Would be great if you can change this. This is the rare fish tracker addon, not the fisherman. You can more around the window of the rar...
File: Votan's Fisherman11/09/20
Hi, I love your Addon(s), I'm cu...
Posted By: Askedal
Hi, I love your Addon(s), I'm currently try to get the Master Fisherman (Meisterangler) and it is very helpful. It would be even more awesome ;), if you could paint the fished bait / lure in a different color like orange or so. Would that be possible ? Many thanks Askedal
File: CraftStore Endless Archive01/08/20
That's an existing setting; you jus...
Posted By: Askedal
That's an existing setting; you just need to turn it off. Find "mark duplicates" Hello, thanks for pointing me to the correct option (do not allow duplicates). Can you explain the extended color scheme a little bit more, I didn't find anything about it on the first page of the Addon. I extracted the following: Red = un...
File: CraftStore Endless Archive12/23/19
Hi, I use your addon every day,...
Posted By: Askedal
Hi, I use your addon every day, but I have to come up with a feature request :) I'm researching heavy amor and I have some items stored in the bank already for future research. They all marked by the addon, which is good. When I now find a new item which I haven't researched yet, it is marked in my inventory as well, even it mi...
File: AwesomeGuildStore11/19/19
Re: Re: Re: Re: Re: Re: AGS breaks Shopping List Addon
Posted By: Askedal
You shouldn't put the code I posted inside the onTradingHouseEvent function. It replaces the use of that function, so it should be outside. Just leave onTradingHouseEvent as it was and put the part where onTradingHouseEvent is registered with the EVENT_MANAGER where I wrote "-- do the regular thing" (but after onTradingHouseEvent in...
File: Shopping List - Master Merchant Extension11/18/19
Fixed !!
Posted By: Askedal
Hi, I was able to fix it with the help of author of the AwesomeGuildstore Mod (sirinsidiator, many thanks for that). The culprit was, that the AwesomeGuildStore (AGS) redefines the function that returns the buy-information. After using a callback into one of the AGS function the shopping list is now working again. As I cannot up...
File: AwesomeGuildStore11/18/19
Re: Re: Re: Re: AGS breaks Shopping List Addon
Posted By: Askedal
Sorry to ask again, but somehow I can't get it to work. This is the onTradingHouseEvent function local function onTradingHouseEvent(eventCode, arg1, arg2) if (eventCode == EVENT_TRADING_HOUSE_CONFIRM_ITEM_PURCHASE) then ShoppingList.CurrentPurchase = {} local _, guild = GetCurrentTradingHouseGuildDetails(...
File: AwesomeGuildStore11/18/19
Re: Re: AGS breaks Shopping List Addon
Posted By: Askedal
Many thanks for that , do you have something similar to GetTradingHouseSearchResultItemLink as the Addon stores the ItemLink for the description and the icon ?
File: AwesomeGuildStore11/18/19
AGS breaks Shopping List Addon
Posted By: Askedal
Hello, I try to reactivate the Shopping List addon to track my buys in the guilds. But as long AGS is active it reports the wrong item with the wrong price and amount. There is no real pattern,mostly the item is used from the end of the items list (sorted by piece price). When I disable AGS it works like a charm. I'm confident t...
File: Librarian Book Manager09/26/19
I was able to get over it by commen...
Posted By: Askedal
I was able to get over it by commenting out line 492 (adding -- at the beginning) of librarian.lua if self.settings.alertEnabled then --CENTER_SCREEN_ANNOUNCE:AddMessage(EVENT_SKILL_RANK_UPDATE, CSA_EVENT_LARGE_TEXT, SOUNDS.BOOK_ACQUIRED, GetString(SI_LIBRARIAN_NEW_BOOK_FOUND)) end This will prevent the error from happen...
File: CraftStore Endless Archive08/14/18
@Askedal Ah, that aspect of CS was...
Posted By: Askedal
@Askedal Ah, that aspect of CS was done before I started on it. German is more complex for writs in general, so that probably needs entirely reworked. I was able to fix it :) http://www.hortien.com/upload/Fixed.jpg The comparision for the strings for the writ does not consider upper/lowercase names, which are very common in...
File: CraftStore Endless Archive08/13/18
It only does Daily Writs, but if th...
Posted By: Askedal
It only does Daily Writs, but if that's what you are doing, then go ahead and tell me which writ it is failing on. It never worked, so I don't think that is caused by one special writ. This is from today http://www.hortien.com/upload/craft.jpg It means to build a magnificent glyph of life with a TA rune. many thanks As...
File: CraftStore Endless Archive08/12/18
In my Installation the Writ Option...
Posted By: Askedal
In my Installation the Writ Option in the Rune Screen is not working, it is working for Food, but not for runes (Nothing happends when I click the writ button). I tried to delete the saved variables already, but there was no change. Do I do something wrong ?
File: CraftStore Endless Archive08/10/18
Hello, can you tell me for what...
Posted By: Askedal
Hello, can you tell me for what the third button on the right is for (left from the Options) ? Many thanks for this great addon. Askedal
File: Urich's Skill Point Finder07/08/18
Re: Re: Re: Feature request
Posted By: Askedal
That sound really promising :) Seems like a simple enough thing to implement with a couple more variables. I'll see what I can do. Many thanks for the update, I love it. :banana:
File: Wykkyd Toolbar06/30/18
I use a Mac and the text editor doe...
Posted By: Askedal
I use a Mac and the text editor doesn't let me add line numbers (grrrrrr), so just add these under the woodcrafting ones. I'm using an editor with line number on PC, so I made this change script, insert means create a new line for the entries: ================================================================ File
File: Urich's Skill Point Finder06/23/18
Re: Re: Feature request
Posted By: Askedal
That sound really promising :) Seems like a simple enough thing to implement with a couple more variables. I'll see what I can do.
File: Urich's Skill Point Finder06/20/18
Feature request
Posted By: Askedal
Hello, I love your addon, it helps me to track my skyshards. I'd like to ask you if you could add another color (e.g. orange) for not fully completed areas, so if I got only 10 of the 16 skyshards in Glenumbra the number should be orange (or any other configurable color). That would be really great. Many thanks again Askedal
File: Dryzler's Inventory10/01/17
Re: Re: Keys
Posted By: Askedal
Many thanks, works like a charm. :) Hello, i added keys for action 1 and action 2 that can be configured in the keys settings. :) Hello, I can't find a way to set the keys for sell or destruct all, how can I set them or is this not yet implemented ? Many tanks for this great Addon Askedal
File: Dryzler's Inventory09/28/17
Keys
Posted By: Askedal
Hello, I can't find a way to set the keys for sell or destruct all, how can I set them or is this not yet implemented ? Many tanks for this great Addon Askedal
File: CraftStore Endless Archive08/17/17
I now understand what the "Verfügun...
Posted By: Askedal
I now understand what the "Verfügung" button means, it is for the Writs, right ? It doesn't mean the available recipes (in German "zur Verfügung stehen"), but the recipes you need for your current Writs (in German "die Verfügung"). In the German translation of the game the writ is translated as "Schrieb" and not as "Verfügung", so ma...
File: CraftStore Endless Archive08/16/17
Are you referring to the crafting s...
Posted By: Askedal
Are you referring to the crafting station interface or just the portable list of recipes/glyphs? I'm referring the crafting station interface where I have all my recipes in the different tabs (and the favorites and search and so). And I like to use this one tab to see all my known recipes in one screen.