Shiindrex Posted August 31, 2013 Report Share Posted August 31, 2013 Hola metin2zone Les traigo una quest de epvp, que al utilizar el item los mobs vendran hasta que desactives el item o hasta que te quedes con poca vida. quest auto_cabo begin state start begin when login with pc.getqf("pull")==1 begin pc.setqf("pull", 0) end when 70103.use begin --Aca se cambia el ID del item if pc.getqf("pull")==0 then chat("Auto-Cabo activado!") loop_timer("pull_it", 30) --Aca se ajusta el tiempo pc.setqf("pull", 1) elseif pc.getqf("pull")==1 then chat("Auto-Cabo desactivado!") cleartimer("pull_it") pc.setqf("pull", 0) end end when pull_it.timer with pc.getqf("pull")==1 begin if pc.get_hp()/pc.get_max_hp() >= 0.5 then pc.aggregate_monster() end end endend Para que funcione, el Type del item debe ser 18, para que pueda ser activado por la quest. Saludos! asilzade, Gio and Rinnegan 2 1 Quote Link to comment Share on other sites More sharing options...
Miguelito Posted August 31, 2013 Report Share Posted August 31, 2013 eso seria como tipo hack pero con quest xd esta buena Quote Link to comment Share on other sites More sharing options...
Melany Posted August 31, 2013 Report Share Posted August 31, 2013 exelente Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.