Jump to content

mackabro

Inactive Member
  • Posts

    18
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by mackabro

  1. when 1062.kill with pc.in_dungeon() and d.getf("level") == 5  begin

     

    when kill with pc.in_dungeon() and d.getf("level") == 5 or npc.get_race() == 1062 begin

     

     

     

    when devil_stone6.kill begin

     

    when kill with npc.get_race() == devil_stone6 begin

     

     

     

     

    That's right?

  2. quest multikill begin
    	state start begin
    		when kill with npc.is_pc() begin
    			if get_time()< pc.getqf("grupo") then 
    			pc.delqf("grupo")
    			pc.setqf("doble", get_time()+60)
    			cmdchat("PlayMusicxd doublekill.mp3")
    		elseif get_time()< pc.getqf("doble") then 
    			pc.delqf("doble") 
    			pc.setqf("triple", get_time()+50)
    			cmdchat("PlayMusicxd triplekill.mp3")
    		elseif get_time()< pc.getqf("triple") then
    			pc.delqf("triple") 
    			pc.setqf("quadra", get_time()+40)
    			cmdchat("PlayMusicxd quadra.mp3")
    		elseif get_time()< pc.getqf("quadra") then
    			pc.delqf("quadra") 
    			pc.setqf("pentakill", get_time()+30)
    			cmdchat("PlayMusicxd pentakill.mp3")
    		elseif get_time()< pc.getqf("pentakill") then
    			pc.delqf("pentakill")
    			pc.setqf("hexakill", get_time()+20)
    			cmdchat("PlayMusicxd hexakill.mp3")
    		elseif get_time()< pc.getqf("hexakill") then
    			pc.delqf("hexakill") 
    			pc.setqf("hexakill", get_time()+20)
    			cmdchat("PlayMusicxd hexakill.mp3")
    		else
    			pc.setqf("grupo", get_time()+60)
    			cmdchat("PlayMusicxd onekill.mp3")
    			end
    		end
    	end
    end
    

     

    • Love 1
×
×
  • 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.