|
|
|
@ -110,7 +110,7 @@ ashita.register_event('render', function()
@@ -110,7 +110,7 @@ ashita.register_event('render', function()
|
|
|
|
|
local target = AshitaCore:GetDataManager():GetTarget(); |
|
|
|
|
|
|
|
|
|
-- Calculate offset position starting points.. |
|
|
|
|
local posx = tparty.window_x - (107 * tparty.scale_x); |
|
|
|
|
local posx = tparty.window_x - (101 * tparty.scale_x); |
|
|
|
|
local posy = tparty.window_y - (34 * tparty.scale_y); |
|
|
|
|
local curx = 0; |
|
|
|
|
local cury = 0; |
|
|
|
@ -192,7 +192,7 @@ ashita.register_event('render', function()
@@ -192,7 +192,7 @@ ashita.register_event('render', function()
|
|
|
|
|
f:SetText('0'); |
|
|
|
|
f:SetVisibility(false); |
|
|
|
|
else |
|
|
|
|
curx = posx; |
|
|
|
|
curx = posx - 2; |
|
|
|
|
cury = posy - (((party:GetAllianceParty0MemberCount() - 1) * 21) + 34) * tparty.scale_y; |
|
|
|
|
|
|
|
|
|
f = AshitaCore:GetFontManager():Get(tparty.targethpp_str); |
|
|
|
|