PitBull Unit Frames 4.0
PitBull Unit Frames 4.0
Woof. Arf. Yip.
Getting Started:
You can help translate PitBull for your language with the localization tool.
Classic
PitBull works with WoW Classic! Classic Era/Vanilla is supported in
v4.3.x-vanilla releases. Other Classic versions are supported in v4.2.x releases
(the same releases retail use).
Download
CurseForge: https://www.curseforge.com/wow/addons/pitbull-unit-frames-4-0
Wago: https://addons.wago.io/addons/pitbull4
WoWInterface: https://www.wowinterface.com/downloads/info20021
-
View User Profile
-
Send Message
Posted Apr 26, 2011-
View User Profile
-
Send Message
Posted Apr 26, 2011I guess my issue is this has been in beta since 2009? Are we going to see it as a full release replacement to pitbull 3?
Will things like boss frames be added?
If your busy and unable to fix the config mode issue will someone else be working on it?
Just wondering if this is going to be a dead project so I know what to plan for.
Thanks again for your efforts.
Regards,
Boda
-
View User Profile
-
Send Message
Posted Apr 26, 2011-
View User Profile
-
Send Message
Posted Apr 26, 2011I believe the alpha is fixed now.
-
View User Profile
-
Send Message
Posted Apr 26, 2011-
View User Profile
-
Send Message
Posted Apr 26, 2011-
View User Profile
-
Send Message
Posted Apr 24, 2011-
View User Profile
-
Send Message
Posted Apr 26, 2011-
View User Profile
-
Send Message
Posted Apr 21, 2011@angelamaria
Bump to this. I'd like to know when too :)
-
View User Profile
-
Send Message
Posted Apr 21, 2011117x PitBull4_LuaTexts-v4.0.0-beta25-3-g31a1894\ScriptEnv.lua:130: attempt to compare nil with number
PitBull4_LuaTexts-v4.0.0-beta25-3-g31a1894\LuaTexts.lua:1205: in function <PitBull4_LuaTexts\LuaTexts.lua:1161>
i commented out the lines that were causing problems (scriptenv.lua:130 and luatexts.lua:1201-1209) but it just threw a bunch more errors, this time on log in.
Anyone have a fix or anything? the error is thrown so often that bugsack cant capture errors from any other addons
-
View User Profile
-
Send Message
Posted Apr 26, 2011-
View User Profile
-
Send Message
Posted Apr 15, 2011-
View User Profile
-
Send Message
Posted Apr 18, 2011-
View User Profile
-
Send Message
Posted Apr 15, 2011-
View User Profile
-
Send Message
Posted Apr 15, 2011You could perhaps focus your tank use the Focus target?
-
View User Profile
-
Send Message
Posted Apr 13, 2011Thanks, and sorry if there is an obvious answer, i swear i really did check the FAQ/guide first :)
-
View User Profile
-
Send Message
Posted Apr 13, 2011-
View User Profile
-
Send Message
Posted Apr 19, 2011At first i thought I would be able to use the GetPartyAssignment function but that doesn't seem to do anything useful while in a 5 man party. I did however find out what function to use instead of GetPartyAssignment when you are in a 5 man group.
the following example code will check if party1 is assigned as the tank and correctly prints out true if party member 1 is the tank and false otherwise (no role, not in a party, role other than tank). I did not check what happens if in a raid or any other scenarios not mentioned above, but figured i just did this quick test and thought i would share this info with you as its probably what you would need. Hope this helps. I will probably attempt to learn lua and how to actually write a wow addon some more and try to hack together some crappy solution for myself but as i said i don't actually know anything about wow addon stuff LOL, so hopefully whenever you get a chance this will let you add this feature to your awesome addon!
-- my example code
party1IsTank = UnitGroupRolesAssigned("party1")=="TANK";
print("Party 1 is tank:", party1IsTank);
-
View User Profile
-
Send Message
Posted Apr 18, 2011And yes, setting the tank as focus is what i do right now, but was hoping to be able to free up focus for crowd control or other macros.
-
View User Profile
-
Send Message
Posted Apr 26, 2011