Pagina 1 din 1

cerere quest mapa cu timp

Scris: Mar Feb 07, 2023 7:14 pm
de F.Bogdan21
Salutare
caut si eu quest daca aveti care sa poti intra de exemplu intr o mapa sa te lase o jumate de ora in ea si dupa sa te duca map 1
gen sa ai un timp cat poti sta vreau sa o folosesc pentru un event poate aveti din intamplare

Re: cerere quest mapa cu timp

Scris: Mar Feb 07, 2023 9:26 pm
de RazVan
Incearca acest quest, se intra in mapa pe baza de item dar poti modifica, tin sa metionez ca nu am incercat questu.

Cod: SelectaĊ£i tot

quest special_map begin
	state start begin	
		when 20006.chat."test" with pc.get_map_index()== 1 or pc.get_map_index() == 21 or pc.get_map_index() == 41 begin
			say_title("Mirine:")
			say("")
			say("test")
			say("")
			if select("Enter", "Exit") == 2 then return end
			if pc.count_item(2498) >= 1 then
				pc.remove_item("2498",1)
				pc.warp(x ,x ) -- Your coordinates are going here
				pc.setqf("duration",get_time()+ 60 * 20) -- The maximum duration the player can be on the map (60 * 20 = 20 minutes)
			else
				say_title("Mirine:")
				say("")
				say("Not item sorry =/")
				say("")
			end
		end

		when login or enter with pc.get_map_index() == x begin -- Put here the index of your special map
			loop_timer("check", 1)
		end
		
		when check.timer begin
			if get_time() > pc.getqf("duration") then
				warp_to_village()
			end
		end
	end
end

Re: cerere quest mapa cu timp

Scris: Mie Feb 08, 2023 6:58 pm
de F.Bogdan21
revin cu update mersi deocamdata