Jump to content

Multiple party_kill


Recommended Posts

;)

	when 8001.kill begin
		local vegas_count_stones = pc.getqf("count_metin5")
		pc.setqf("count_metin5", vegas_count_stones + 1)
	end
	when 101.kill begin
		local vegas_count_dogs = pc.getqf("count_dogs")
		pc.setqf("count_dogs", vegas_count_dogs + 1)
	end

	when 8001.kill or 101.kill begin
		if party.is_party() and pc.getqf("count_metin5") >= 5 and pc.getqf("count_dogs") >= 20 then
			pc.delqf("count_metin5")
			pc.delqf("count_dogs")
--[[
--[[.......]]
--[[..............]]
--[[............................]]
		end


------------***
	if pc.getqf("count_metin5") < 5
		return
	end
	if pc.getqf("count_dogs") < 20
		return
	end
------------***
  • Love 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.