All pastes #2052213 Raw Edit

Anonymous

public text v1 · immutable
#2052213 ·published 2011-04-30 11:51 UTC
rendered paste body
quest boss1 begin
    state start begin
        when 1093.kill begin
			pc.setqf("count_azo", 0)
            notice_all(pc.get_name().. " isimli oyuncu " ..mob_name(1093).. " öldürdü.")
            pc.setqf("count_azo, pc.getqf("count_azo+1"))
            notice_all("..mob_name(1093).." mobunu "..pc.getqf("count_azo").." kez öldürdü!")
		end
	end
end