Hello, i have an Problem with the Textline of Dracarys Systems,
here is an picture what i mean:
METIN2 (gyazo.com)
i think its in the SetInsideRender funktion: client - Microsoft Visual Studio (gyazo.com)
but i cant find the error.
quest conqueror_level begin
state start begin
when 20433.chat."LV Campion" begin
-- say_title(mob_name(20433))
say("")
say("")
local confirm = select(lc_quest("YES"),lc_quest("CANCEL"))
if confirm == 2 then
return
end
setskin(NOWINDOW)
pc.set_conqueror_level();
end
end
end