This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Quote from andreasg » Custom units can now be created with the method aUF:CreateUnit(unitid [, auftype] [, name]). modifier+clicking the frame will open a configuration menu, but one isn't added to the main menu yet. I plan to add that in the future.
Quote from skar » would it be possible to create party targets with this function?
/script aUF:CreateUnit("party1target", "Metro")
/script for i=1,GetNumPartyMembers() do aUF:CreateUnit("party" .. i .. "target", "Metro"); end
Great! I'm using the pet target and trying party targets with this new functions, and everything works perfectly. Thanks again!
Yeah, this creates the target frames for first member of the party:
And the same for the other party members, with "party2" to "party4" instead of "party1".
try something like:
... until we (hopefully!) get "official" party-targets support.
the positions of the party{1,2,3,4}target frames will be remembered, you have to position them only once. but the other options won't? not sure.
possbile to configure them via template with party1target etc?