�Alejandro&Sara�Tkm Posted October 16, 2012 Report Share Posted October 16, 2012 Ola Metin2Zone aki traigo una quest para el foro Disfrutenla quest guerra begin state start begin when kill with npc.is_pc()and pc.get_map_index() == 181 begin local ciao = pc . getqf ( "PuntosZone" ) pc . setqf ( "PuntosZone" , pc . getqf ( "PuntosZone" ) + 1 ) chat("Ha ganado un punto Zone") chat("Ahora usted tiene " .. ciao.. " puntos Zone") end when 20094.chat."Puntos Zone" begin say_title ( "Canjea tus puntos Zone" ) say("hola "..pc.get_name.." veo que has ganado puntos") say("de de guerras Zone") say("aqui los podras cabiar") local actual_PuntosZone = pc . getqf ( "PuntosZone" ) local p = select ( "Caja jefe orco" , "Cofre tigre amarillo" , "Cofre reaper") if p == 1 then if pc . getqf ( "PuntosZone" ) <= 59 then say ( "Lo siento necesitas mas puntos" ) return end local actual_PuntosZone = pc . getqf ( "PuntosZone" ) pc . setqf ( "PuntosZone" , actual_PuntosZone - 60 ) say ( "Has recibido caja jefe orco" ) pc . give_item2 ( "50070" , 1 ) return elseif p == 2 then if pc . getqf ( "PuntosZone" ) <= 59 then say ( "Lo siento necesitas mas puntos" ) return end local actual_PuntosZone = pc . getqf ( "PuntosZone" ) pc . setqf ( "PuntosZone" , actual_PuntosZone - 60 ) say ( "Has recibido cofre de tigre amarillo" ) pc . give_item2 ( "50078" , 1 ) return elseif p == 3 then if pc . getqf ( "PuntosZone" ) <= 59 then say ( "Lo siento necesitas mas puntos" ) return end local actual_PuntosZone = pc . getqf ( "PuntosZone" ) pc . setqf ( "PuntosZone" , actual_PuntosZone - 60 ) say ( "Has recibido cofre de reaper" ) pc . give_item2 ( "50082" , 1 ) return end end end end Creditos:Santy Quote Link to comment Share on other sites More sharing options...
Santy!. Posted October 16, 2012 Report Share Posted October 16, 2012 valia dejar el puntosshake xD x lo menos para publicidad. -.- Quote Link to comment Share on other sites More sharing options...
Teklis Posted October 20, 2012 Report Share Posted October 20, 2012 si esa quest es de santy 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.