Jump to content

Recommended Posts

Posted

Hola buenas pues me preguntaba si alguien me podria hacer esta quest

 

Que desde el 85 al 105 se leve matando otros personajes

 

Que no te de exp si matas a un mismo personaje varias veces (Si es muy dificil esto es opcional)

 

y que de 8000000 de exp por cada personaje que matas

 

 Si la ip del pj que ha muerto, coincide con la que lo ha matado, reducir 200kk de exp al jugador que ha matado. Con esto conseguimos que no se hagan segundos pjs para levear, y darles una sancion automatica cada vez que lo hagan. (Si es muy dificil esto es opcional)

 

 Desactivar la quest en mapas de leveo, como pueden ser gruta, arañas... Asi evitamos que los lvl 150+ vayan a molestar a otros pj mientras levean.

 

Y si es posible decirme mas o menos como configurarla

 

 

 

Posted

 

--[[needed functions:npc.get_vid() -> http://www.elitepvpers.com/forum/metin2-pserver-guides-strategies/2177716-release-new-game-function-npc-get_vid.html]]quest pvplevelup beginstate start beginwhen kill begin-- 1if not npc.is_pc() and pc.level >= 150 then -- killing mobspc.give_exp2(-pc.get_exp())end-- 5local canContinue = truelocal mapdict = {idx1, idx2, idx3, idx4, idx5, idx6} -- levelup map indexesfor _, v in ipairs(mapdict) doif pc.get_map_index() == v thencanContinue = falsebreakendendif pc.level >= 170 or canContinue == false then return endif npc.is_pc() then -- killing other players-- 4local oppvid = pc.select(npc.get_vid())local opplvl, oppid = 0, 0if oppvid == 0 then return endopplvl, oppid = pc.level, pc.get_player_id()pc.select(oppvid)if opplvl < 90 or get_time() < pc.getqf("delay") then return end-- 2local expvalue = tonumber(pc.getqf("killed_id") ~= oppid and 200000000 or 200000000/pc.getqf("killcount")+1)pc.setqf("killed_id", oppid)pc.setqf("killcount", tonumber(pc.getqf("killcount") == 2 and 0 or pc.getqf("killcount")+1))pc.setqf("delay", get_time()+60*5)pc.give_exp2(expvalue)endendend

end

 

 

Revisa aca xq esto es lo que buscas http://metin2zone.net/topic/15612-pedido-quest-de-leveo-por-pvp/ 

 

PD En el spoiler te dejo la quest pero nada te cuesta revisar un poco el foro antes de postear, no me llevo ni 1 minuto encontrar lo que buscabas aqui en el foro -.-"

Posted

 

--[[needed functions:npc.get_vid() -> http://www.elitepvpers.com/forum/metin2-pserver-guides-strategies/2177716-release-new-game-function-npc-get_vid.html]]quest pvplevelup beginstate start beginwhen kill begin-- 1if not npc.is_pc() and pc.level >= 150 then -- killing mobspc.give_exp2(-pc.get_exp())end-- 5local canContinue = truelocal mapdict = {idx1, idx2, idx3, idx4, idx5, idx6} -- levelup map indexesfor _, v in ipairs(mapdict) doif pc.get_map_index() == v thencanContinue = falsebreakendendif pc.level >= 170 or canContinue == false then return endif npc.is_pc() then -- killing other players-- 4local oppvid = pc.select(npc.get_vid())local opplvl, oppid = 0, 0if oppvid == 0 then return endopplvl, oppid = pc.level, pc.get_player_id()pc.select(oppvid)if opplvl < 90 or get_time() < pc.getqf("delay") then return end-- 2local expvalue = tonumber(pc.getqf("killed_id") ~= oppid and 200000000 or 200000000/pc.getqf("killcount")+1)pc.setqf("killed_id", oppid)pc.setqf("killcount", tonumber(pc.getqf("killcount") == 2 and 0 or pc.getqf("killcount")+1))pc.setqf("delay", get_time()+60*5)pc.give_exp2(expvalue)endendend

end

 

 

Revisa aca xq esto es lo que buscas http://metin2zone.net/topic/15612-pedido-quest-de-leveo-por-pvp/ 

 

PD En el spoiler te dejo la quest pero nada te cuesta revisar un poco el foro antes de postear, no me llevo ni 1 minuto encontrar lo que buscabas aqui en el foro -.-"

 

Esa quest la encontre pero no funciona o nose ponerla correctamente y la configure con los mapas i tal y meti el diff en el game

  • Dilong locked this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

This site uses cookies to enhance your browsing experience and provide relevant content. By continuing to browse, you agree to our 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. and Terms of Use. For more information on how we protect your data, please check our Privacy Policy.