Results: 1129Comments by: sirinsidiator
File: LibGPS09/06/22
@sirinsidiator, I am the author of...
Posted By: sirinsidiator
@sirinsidiator, I am the author of Provinatus and I get this error when a player uses a wayshrine to go to another zone and also when entering a delve. Seems like an issue getting the current map measurements but not sure what it is. Do I need to wait for some 'zone loaded' event before calling this method? This occurs in the "Pro...
File: AwesomeGuildStore06/29/22
@afxmac: I've already mentioned it...
Posted By: sirinsidiator
@afxmac: I've already mentioned it in an earlier comment, but AwesomeGuildStore does not have an ATT price button. Some other addon is adding that, so whichever one is creating that button will have to fix it. @Onigar: The file will keep growing, but it should be at a rate that won't matter for decades if not centuries. For compar...
File: AwesomeGuildStore06/27/22
Re: Reposition trade store window?
Posted By: sirinsidiator
Thanks for the excellent addon! Is there any way to move/center the guild store window? I have a large screen and it's getting frustrating to always have to look to the right edge of the screen when using the guild store. To be clear, the issue is in the base game and I'm wondering if there's any way with AwesomeGuildStore (or an...
File: AwesomeGuildStore06/26/22
@FesteLeFou, @tk7423, @subhuman68:...
Posted By: sirinsidiator
@FesteLeFou, @tk7423, @subhuman68: I've started looking into it and found something. From what I see it's limited to items where the autocomplete list offers some entry that is also part of the other entries. For example "Plaguebreak" which also has entries for "Plaguebreak Mace" and similar. In that case the server will only return...
File: EasyTravel06/26/22
Thanks for all the reports. It seem...
Posted By: sirinsidiator
Thanks for all the reports. It seems something went wrong when I tested my changes and I missed a pretty huge mistake. Sorry about that. :o
File: AwesomeGuildStore06/24/22
Re: Awesome Guild Store
Posted By: sirinsidiator
I am not able to use the Guild Store. The loading circle keeps going and it says: waiting for response. Just going from that I won't be able to help you. Can you pm me your LibDebugLogger file like described in the sticky comment above?
File: AwesomeGuildStore06/23/22
I sent a video to you in PMs. @siri...
Posted By: sirinsidiator
I sent a video to you in PMs. @sirinsidiator Thanks I've found another bug that should explain most of the issues described so far.
File: AwesomeGuildStore06/23/22
@Onigar: AGS stores information abo...
Posted By: sirinsidiator
@Onigar: AGS stores information about what price you sold items at, which guilds you have seen where, etc. That is why you see so many lines. I've added your request for cross-account searches to my infinite todo list. In the meantime you can just copy the "searchManager" entry from one account to another. Regarding Malwarebytes, I...
File: ChatLogger06/23/22
Re: Update Required
Posted By: sirinsidiator
Does not appear to be fully functional. The program is experiencing crashes upon launching. I just updated it. Please give it a try and let me know if you have any other issues.
File: AwesomeGuildStore06/18/22
@jtkod: No and I don't plan to add...
Posted By: sirinsidiator
@jtkod: No and I don't plan to add that as a feature of the text filter. Right now it only searches through the name of an item, the item link and the set name. I fear if I were to add the description to the list, it would suddenly give lots of wrong positives for existing queries. Though I do have something else on my endless list...
File: AwesomeGuildStore06/14/22
Re: Re: Price icons do not work on high isle
Posted By: sirinsidiator
The three price icons above the price field stopped working since the high isle update. I have this same problem. But I have managed to figure out it only happens for me with single items. Let's say intricate jewelry. I can't check the difference in price between MM & ATT or any of the other icons above the price selection tab sin...
File: AwesomeGuildStore06/12/22
@afxmac: They are working fine for...
Posted By: sirinsidiator
@afxmac: They are working fine for me. Could you please clarify what exactly is not working? Do they not react to the mouse at all, or is just the price not changing when you click them? Also does it work for you when you disable all other addons and only leave AwesomeGuildStore active? @dbojan: The short answer is no. A slightly...
File: Zgoo High Isle06/10/22
Got it fixed by changing line 28 in...
Posted By: sirinsidiator
Got it fixed by changing line 28 in Zgoo/Events.lua from local line = CHAIN(wm:CreateControl(name,parent,CT_TOPLEVELCONTROL)) to local line = CHAIN(wm:CreateControl(name,parent,CT_CONTROL))
File: Provision's TeamFormation : Teammate Radar06/10/22
Changing line 6 in ProvisionsTeamFo...
Posted By: sirinsidiator
Changing line 6 in ProvisionsTeamFormation/function/uiLoop.lua from ProvTF.UI.Player = CreateControl(nil, ProvTF.UI, CT_TOPLEVELCONTROL) to ProvTF.UI.Player = CreateControl(nil, ProvTF.UI, CT_CONTROL) should get it working again. I only tested it briefly, but at least the errors went away.
File: LibAddonMenu-2.006/08/22
Re: PP Scrolling
Posted By: sirinsidiator
After the last update, I can no longer click and drag my inventory down or click below the scroll bar to page down in the inventory. I can only use the mouse scroll wheel to go down in the inventory window. It used to work. I unchecked Perfect Pixel and can move the bar down. Also, weird that I am not having the issue on the EU s...
File: AwesomeGuildStore06/08/22
I'm also getting a similar error, w...
Posted By: sirinsidiator
I'm also getting a similar error, without the "CraftBag Extended" part. I've never used CraftBag Extended and also can't figure out what other addon would be causing this error. It happens when I go to my guild store from a banker, right click an item and then click Search For Item. Never had this problem before the High Isle upda...
File: AwesomeGuildStore06/08/22
Getting this when using a trader:...
Posted By: sirinsidiator
Getting this when using a trader: It mentions AwesomeGuildStore, but it almost looks like a game error? Never got this error myself and looking at the code I'm not sure why it would ever happen. I see "CraftBag Extended" mentioned in there. Maybe try to disable that and see if it goes away?
File: LibAddonMenu-2.006/07/22
After the High Isle update, wheneve...
Posted By: sirinsidiator
After the High Isle update, whenever I talk to an NPC, the first dialogue window (NPC dialogue text) is always blanked out. Removing this addon seemed to fix it. Anyone else done any testing of this? It's highly unlikely that LibAddonMenu is causing your problem. It is a dependency for countless other addons, so when you disable it,...
File: LibAddonMenu-2.006/01/22
Thanks for your contributions @remo...
Posted By: sirinsidiator
Thanks for your contributions @remosito and @Gandalf. Unfortunately I can't add the change to IconPicker's UpdateChoices function as it would change the behaviour of that function in unexpected ways compared to how LAM usually behaves. The current way is that an addon changes the data table in its own code and then calls UpdateCh...
File: AwesomeGuildStore05/24/22
AwesomeGuildStore 1.6
Posted By: sirinsidiator
A new version will be released on June 6th and bring some exciting changes! :banana: Fixed search results not automatically filtering newly learned motifs (and similar) between store visits Fixed missing icons on jewelry trait filter Fixed underlying cause for “guildState not correctly initialized” messages in chat Updated te...
File: Zgoo High Isle05/19/22
"/zgoo events" doesn't seem to work...
Posted By: sirinsidiator
"/zgoo events" doesn't seem to work any more on the pts. Instead it produces lots of errors like this one: "TopLevelControl ZgooEventTracker_Line1 cannot be parented to any control but GuiRoot."
File: Circonians LibNotifications05/04/22
Not working since last update. Get...
Posted By: sirinsidiator
Not working since last update. Getting annoying guild recruitment messages in chat every few minutes. Please update! This is one of the best addon's! I would be forever grateful! Thank you very much! I believe you got the wrong comment section. This is neither an addon nor related to guild recruitment messages in any way. :conf...
File: LibGPS05/01/22
Re: Re: Re: Constant error messages
Posted By: sirinsidiator
It's definitely this addon that's the problem. Here are the UI errors that show up: user:/AddOns/LibGPS/WaypointManager.lua:42: attempt to index a nil value stack traceback: user:/AddOns/LibGPS/WaypointManager.lua:42: in function 'WaypointManager:Initialize' user:/AddOns/LibGPS/WaypointManager.lua:19: in function 'WaypointMana...
File: LibGroupSocket04/09/22
Re: Clarification on Message Types
Posted By: sirinsidiator
Hi there, I'm interested in possibly using this library for a future add-on and I want to clarify the whole message type thing. You say in your description that there are 31 message types supported but only list 2 as possibilities. Does that mean we can create custom message types? How do we know what add-ons are using a message type...
File: LibAddonMenu-2.001/26/22
Re: Libaddonmenu-2.0
Posted By: sirinsidiator
Everytime i try and click on an option for any addon i get the following text user:/AddOns/OpenGlaza/Lib/LibAddonMenu-2.0/LibAddonMenu-2.0.lua:147: attempt to index a nil value stack traceback: user:/AddOns/OpenGlaza/Lib/LibAddonMenu-2.0/LibAddonMenu-2.0.lua:147: in function 'RefreshReloadUIButton' user:/AddOns/OpenGlaza/Lib/Li...