Pagina 1 din 1

[Quest] Level la inceput

Scris: Sâm Ian 31, 2026 4:19 pm
de ProFight3D

Cod: Selectaţi tot

quest start_login_ begin
	state start begin
		when login with pc.getqf("used_quest") < 1 and pc.get_level() == 1 begin
			local pLevel = 105 -- Levelul la care vrei sa incepi

			pc.set_level(pLevel)
			pc.setqf("used_quest", 1)
			syschat(string.format("<Debug> Level setat cu succes: %d", pLevel))
		end
	end
end