Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Framework so that GS-E can be a plugin to WeakAuras2 #36

Closed
TimothyLuke opened this issue Aug 11, 2016 · 4 comments
Closed

Create Framework so that GS-E can be a plugin to WeakAuras2 #36

TimothyLuke opened this issue Aug 11, 2016 · 4 comments

Comments

@TimothyLuke
Copy link
Owner

Be able to store WeakAuras macros in GS-E addons

@TimothyLuke
Copy link
Owner Author

I think this may be possible. From https://github.com/WeakAuras/WeakAuras2/edit/master/Transmission.lua

local WeakAuras = WeakAuras;

if WeakAuras then
WeakAuras.ImportString(str)
end

TimothyLuke added a commit that referenced this issue Aug 14, 2016
@TimothyLuke
Copy link
Owner Author

TimothyLuke commented Jun 19, 2017

I cant do this as cleaning as I had hoped.

What will do instead is include a section in the macro definition for Weak Auras.

Sequence["name"] = 
  Author = "Author",
  WeakAuras = {
    "WAString1",
    "WAString2"
  },
  MacroVersions= {
   ...
  }
}

@Ultra3000
Copy link

Is there something new to this?
How can this be implemented actually?

@TimothyLuke
Copy link
Owner Author

image

The + button loads the WA
The - button deletes this WA from the macro.

TimothyLuke added a commit that referenced this issue Oct 23, 2020
TimothyLuke added a commit that referenced this issue Oct 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants