Showing results 1 to 25 of 29
Search took 0.00 seconds.
Search: Posts Made By: yess
Forum: Lua/XML Help 03-30-21, 05:24 PM
Replies: 0
Views: 1,140
Posted By yess
MicroMenu and LibDataBroker

I have a ldb plugin to open the frames from the micro menu.
But since Shadowlands I get a addon blocked waring when I call this:

ToggleCharacter("PaperDollFrame")

during combat. Is there a way to...
Forum: General Authoring Discussion 03-29-21, 08:25 AM
Replies: 9
Views: 3,809
Posted By yess
Not sure what this does. I do not understand the...

Not sure what this does. I do not understand the description of that mod.
Forum: General Authoring Discussion 03-29-21, 08:24 AM
Replies: 9
Views: 3,809
Posted By yess
No that is not what I want. You...

No that is not what I want.



You misunderstood. Yes these events can fire after you entered and vehicle if your combat status changes.
The interesting part is that they trigger EVERY time when you...
Forum: General Authoring Discussion 03-28-21, 04:16 PM
Replies: 9
Views: 3,809
Posted By yess
MainMenuBar.ignoreFramePositionManager =...

MainMenuBar.ignoreFramePositionManager = true

did not help much unfortunately. The MainMenuBar would still be reset constantly.

The glithc with the MainMenuBar not being clickable was that when I...
Forum: General Authoring Discussion 03-26-21, 04:41 PM
Replies: 9
Views: 3,809
Posted By yess
It used to, I tried to maintain it since 2016,...

It used to, I tried to maintain it since 2016, but eventually I stopped because I did to not want to cause glitches for others using the lib.



Thanks I will try that!



Thanks I will look into...
Forum: General Authoring Discussion 03-26-21, 12:22 PM
Replies: 9
Views: 3,809
Posted By yess
MainMenuBar glitches

I am trying to move the MainMenuBar above a libdatabroker display (ChocolateBar).

But the MainMenuBar is constantly reset somewhere in Blizzards code. Now I know that I can avoid this by setting it...
Forum: Tutorials & Other Helpful Info. 02-01-20, 10:05 PM
Replies: 79
Views: 106,075
Posted By yess
What are you using now?

What are you using now?
Forum: Tutorials & Other Helpful Info. 02-01-20, 05:19 PM
Replies: 79
Views: 106,075
Posted By yess
Classic Release

How do I make and additional classic release?

Can I just add add asecond script line like this?:

script: curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh |...
Forum: General Authoring Discussion 09-04-19, 07:01 AM
Replies: 5
Views: 4,184
Posted By yess
Yes that is what I ended up doing so far....

Yes that is what I ended up doing so far.



Because an update changes their settings. i do understand that they do not want that.
Forum: General Authoring Discussion 09-02-19, 12:31 PM
Replies: 5
Views: 4,184
Posted By yess
How can I detect is an install of my addon is new or an update? (Ace3)

I just noticed that if I change the default table given to AceDB it will also change for current installations of the addon when the user updates it.

This did upset a few user. How can I distinguish...
Forum: Classic - AddOn Search/Requests 08-10-19, 06:37 AM
Replies: 5
Views: 4,844
Posted By yess
I have used version Ace3 Release - Revision r1214...

I have used version Ace3 Release - Revision r1214 (June 26th, 2019)
Forum: General Authoring Discussion 08-10-19, 06:14 AM
Replies: 2
Views: 2,619
Posted By yess
Automated Testing

Has anyone done some automated tests for their addons?
Forum: Classic - AddOn Search/Requests 08-10-19, 06:11 AM
Replies: 5
Views: 4,844
Posted By yess
Seems to work ok. I did not have any issues with...

Seems to work ok. I did not have any issues with fixing my Ace3 addonss during the current stress test.

The stress test is still running so you can test it yourself.
Forum: General Authoring Discussion 08-02-18, 03:49 AM
Replies: 2
Views: 1,713
Posted By yess
Thanks. Does this also work for wold bosses?

Thanks. Does this also work for wold bosses?
Forum: General Authoring Discussion 08-02-18, 03:11 AM
Replies: 2
Views: 1,713
Posted By yess
Detecting the start of a boss fight?

How can I execute code when the player has engaged a boss?

I usually use the PLAYER_REGEN_DISABLED / ENABLED events to execute code based on combat status.
Do I need to look into...
Forum: General Authoring Discussion 07-25-18, 12:36 AM
Replies: 6
Views: 2,415
Posted By yess
Thanks, it does work now. Not sure why id did not...

Thanks, it does work now. Not sure why id did not work before maybe I was just to tiered :D
Forum: General Authoring Discussion 07-24-18, 02:56 AM
Replies: 6
Views: 2,415
Posted By yess
I tried that but this does not work. It is still...

I tried that but this does not work. It is still being reset. This also does not work for frames like the character frame as I added this to my BlizzMove addon and the frames do still get reset.
Forum: General Authoring Discussion 07-24-18, 02:48 AM
Replies: 1
Views: 1,993
Posted By yess
I found a solution that works well for me. I...

I found a solution that works well for me.

I moved the list of files to be included to an xml file and in that one I can use the non-debug tags:
<Ui xmlns="http://www.blizzard.com/wow/ui/"...
Forum: General Authoring Discussion 07-22-18, 12:27 PM
Replies: 6
Views: 2,415
Posted By yess
How to move a frame (actionbar) from the default UI that does reset itself?

I am moving the actionbar (MainMenuBar) above a Bar of my own. But the bar resets to its original place now and then. I am not sure what triggers it.

Is there a way to prevent this except extracting...
Forum: General Authoring Discussion 07-22-18, 11:04 AM
Replies: 1
Views: 1,993
Posted By yess
Developing for BFA with standalone libraries

Since BFA/8.0.1 I get a missing file error for all libraries of my own addons because the .toc has the list of libs for the release version where the files will be included.

Has anyone found an...
Forum: Tech Chat 07-20-18, 05:22 AM
Replies: 4
Views: 8,461
Posted By yess
UI settings, placements and add-on settings are...

UI settings, placements and add-on settings are stored locally in the WTF folder. So you can configure on both separately or copy the config and then change it.

One thing about actions bars that is...
Forum: PTR General Discussion 06-07-18, 12:11 PM
Replies: 3
Views: 5,270
Posted By yess
Thanks, yes it is there :)

Thanks, yes it is there :)
Forum: PTR General Discussion 06-07-18, 05:18 AM
Replies: 3
Views: 5,270
Posted By yess
Ok got an answer from blizzard: Hmm have to...

Ok got an answer from blizzard:



Hmm have to check this when I get home as I did not get an email abut getting into beta (but got all the support ticket update emails). And it does not show in the...
Forum: PTR General Discussion 06-07-18, 02:21 AM
Replies: 3
Views: 5,270
Posted By yess
Error adding beta key

First thank you Cairenn for giving out keys again!

When I try to add the key it just says: An error has occurred.
I do have an active subscription. I made a blizzard support ticket asking it there...
Forum: Site help, bugs, suggestions/questions 05-24-18, 09:59 AM
Replies: 7
Views: 1,983
Posted By yess
Downloads per file/version?

Hi,

is it possible to see the downloads per version or at least since the last update?
Showing results 1 to 25 of 29