Rafa23Alzira Posted September 28, 2012 Report Share Posted September 28, 2012 Hola chicos y chicas os dejo esta quest que hace que perdamos toda nuestra exp, sirve para metineros y eso mas que nada. Cuando se usa el anillo se queda igual. La quest es de los files oyunu, solo esta traducida asà que los créditos para los creadores de esos files. quest anti begin state start begin when 72501.use begin if pc.getqf("antiexp") == 0 then pc.setqf("antiexp", 1) chat("Anti EXP usado, espere un tiempo para volver a usarlo!") local ep = pc.get_exp() pc.give_exp2(-ep) timer("AntiEXP", 2) elseif pc.getqf("antiexp") == 1 then pc.setqf("antiexp", 0) chat("Anti EXP Desactivado.") end end when erfahrung.timer with pc.getqf("antiexp") == 1 begin local ep = pc.get_exp() pc.give_exp2(-ep) timer("erfahrung1", 3) pc.setqf("antiexp", 1) end when erfahrung1.timer with pc.getqf("antiexp") == 1 begin local ep = pc.get_exp() pc.give_exp2(-ep) timer("erfahrung", 3) pc.setqf("antiexp", 1) end end end Quote Link to comment Share on other sites More sharing options...
KeKo Posted September 28, 2012 Report Share Posted September 28, 2012 Aqui la teneis arreglada quest anti begin state start begin when 72501.use begin if pc.getqf("antiexp") == 0 then pc.setqf("antiexp", 1) chat("Anti EXP usado, espere un tiempo para volver a usarlo!") local ep = pc.get_exp() pc.give_exp2(-ep) timer("AntiEXP", 2) elseif pc.getqf("antiexp") == 1 then pc.setqf("antiexp", 0) chat("Anti EXP Desactivado.") end end when AntiEXP.timer with pc.getqf("antiexp") == 1 begin local ep = pc.get_exp() pc.give_exp2(-ep) timer("AntiEXP2", 3) pc.setqf("antiexp", 1) end when AntiEXP2.timer with pc.getqf("antiexp") == 1 begin local ep = pc.get_exp() pc.give_exp2(-ep) timer("AntiEXP", 3) pc.setqf("antiexp", 1) end end end Quote Link to comment Share on other sites More sharing options...
Croqueta Posted November 23, 2012 Report Share Posted November 23, 2012 esa quest no es buena con el timer mejor es solo con la qf. y con kill asi quest anti begin state start begin when kill with pc.getqf("exp_b")==1 and not npc.is_pc() begin if pc.get_exp()>10000 then pc.give_exp2(-pc.get_exp()) end end when 72501.use with pc.getqf("exp_b")==0 begin chat("anti exp usado") pc.setqf("exp_b", 1) end when 72501.use with pc.getqf("exp_b")==1 begin chat("anti exp deactivado") pc.setqf("exp_b", 0) end end end Quote Link to comment Share on other sites More sharing options...
RiDiCk Posted July 8, 2015 Report Share Posted July 8, 2015 ya la implemente y me dice que solo se puede usar en coffeshop que es eso xDD 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.