PitBull Unit Frames 4.0

PitBull Unit Frames 4.0

5M Downloads

Profile Units settings: after entering the game issue with flag 'Enabled'

relaxedSoul opened this issue · 1 comments

commented

Hello!

I use pitbull version 4.3.4-classic in WOTLK pre-patch on public blizzard server.

When I enter the world, all unit frames are not showing up.

In order to find out what's wrong, I follow these steps:

  • open the /pitbull preferences

  • go to the tab Units

  • check the flag "Enabled"

The flag signs that the Unit frame I don't see is Enabled. But I am sure it is not visible even if it should.

Disabling and Enabling Unit Frame fixes an issue.
I have 5 frames enabled, it is a little bit annoying to reenable all Units frames on every relogging in. :)

I have experience with code and MAYBE (I am totally NOT sure) but maybe the flag enabled in savedVariables is not read properly.

This is a fragment of file pitbull4.lua in SavedVariables.

["units"] = {
				["Цель для Питомец игрока"] = {
					["unit"] = "pettarget",
					["layout"] = "Бозард Игрок",
				},
				["Цель Фокуса"] = {
					["enabled"] = true,
					["position_x"] = 475,
					["layout"] = "Бозард Цель Цели",
					["unit"] = "focustarget",
					["position_y"] = -90,
					["font_multiplier"] = 0.6,
					["anchor"] = "TOP",
				},
				["Фокус"] = {
					["enabled"] = true,
					["layout"] = "Бозард Фокус",
					["unit"] = "focus",
					["position_y"] = -60,
					["anchor"] = "TOP",
					["position_x"] = 295,
				},
				["Цель для Цель для Цель"] = {
					["position_x"] = -266.161743164063,
					["layout"] = "Бозард Игрок",
					["unit"] = "targettargettarget",
					["position_y"] = -363.08576965332,
					["font_multiplier"] = 0.6,
					["anchor"] = "TOPLEFT",
				},
				["Цель для Цель для Фокус"] = {
					["unit"] = "focustargettarget",
				},
				["Игрок"] = {
					["enabled"] = true,
					["layout"] = "Бозард Игрок",
					["unit"] = "player",
					["click_through"] = true,
					["position_y"] = -90,
					["anchor"] = "TOP",
					["tooltip"] = "never",
				},
				["Цель для Цель"] = {
					["enabled"] = true,
					["position_x"] = -475,
					["layout"] = "Бозард Цель Цели",
					["unit"] = "targettarget",
					["position_y"] = -90,
					["font_multiplier"] = 0.6,
					["anchor"] = "TOP",
				},
				["Цель"] = {
					["enabled"] = true,
					["layout"] = "Бозард Цель",
					["unit"] = "target",
					["position_y"] = -60,
					["anchor"] = "TOP",
					["position_x"] = -295,
				},
				["Питомец игрока"] = {
					["relative_to"] = "SPlayer",
					["layout"] = "Бозард Игрок",
					["unit"] = "pet",
					["relative_point"] = "BOTTOM",
					["position_y"] = -30,
					["anchor"] = "TOP",
				},
				["Цель для Фокус"] = {
					["unit"] = "focustarget",
				},
			},

How can I help you to solve an issue?

commented

Try v4.3.6-classic, v4.3.4 had issues as you can see :p