Bueno, como npcs y quests son las cosas que mas hago porque se me da bien y tengo muchas desperdigadas por todo el foro, las recopilare en este posts el cual ire actualizando cada vez que haga alguna nueva
[alinear-centro]Npc´s y Quest´s[/alinear-centro]
Quest Caballo: http://foro.universojuegos.es/viewtopic.php?f=19&t=9476
Quest Azucar de Caballo: http://foro.universojuegos.es/viewtopic.php?f=19&t=9422
Quest Almacen: http://foro.universojuegos.es/viewtopic.php?f=19&t=9352
Quest Subir Karma: http://foro.universojuegos.es/viewtopic.php?f=19&t=9477
Quest Resetear Habilidades: http://foro.universojuegos.es/viewtopic.php?f=19&t=9440
Quest Creadora de Item: http://foro.universojuegos.es/viewtopic.php?f=19&t=9444
Quest Elimina Item: http://foro.universojuegos.es/viewtopic.php?f=19&t=9446
Quest Spameador de Mobs: http://foro.universojuegos.es/viewtopic.php?f=19&t=9442
Quest Info Server: http://foro.universojuegos.es/viewtopic.php?f=19&t=9045
Quest Master: http://foro.universojuegos.es/viewtopic.php?f=19&t=9146
Quest Feliz Año Nuevo: http://foro.universojuegos.es/viewtopic.php?f=19&t=9125
Quest Lvl Gremio: http://foro.universojuegos.es/viewtopic.php?f=19&t=9027
Proteccion ModoGM por Quest: http://foro.universojuegos.es/viewtopic.php?f=19&t=8957
Quest Shutdown: http://foro.universojuegos.es/viewtopic.php?f=19&t=8484
Item Teleporter: http://foro.universojuegos.es/viewtopic.php?f=19&t=7973
Private Shop Quest: http://foro.universojuegos.es/viewtopic.php?f=19&t=7342
Quest Reload: http://foro.universojuegos.es/viewtopic.php?f=19&t=6497
Npc Montura: http://www.mediafire.com/?c2xk5bcsy3wfsxc
Npc 20092(modificada para que de Perfect Masters y Caballo militar): http://www.mediafire.com/?hztenhrwn8ahb1i
Npc que da lvl 127: http://www.mediafire.com/?55y5023og4723dc
Npc 20359(que da 200 Petardos de cada): http://www.mediafire.com/?9zq7hj2yx1s8qda
Npc de Armors(Da armors de todos los niveles): http://www.megaupload.com/?d=B3WA63PJ
Npc 20066
(da:
-Todos Los Escudos(Incluidos los del 70, 75 y 80)
-Todos Los Collares
-Todos Los Pendientes
-Todos Los Zapatos
-Todos Los Yelmos de Sura
-Todos Los Yelmos de Guerrero
-Todos Los Yelmos de Ninja
-Todos Los Yelmos de Chaman
(Incluido los del 61): http://www.mediafire.com/?l0y3206lvds4sr7
Npc Yang(da yang xD): http://www.megaupload.com/?d=Z5YSTG9C
Npc Abre Tiendas: http://foro.universojuegos.es/viewtopic.php?f=19&t=9540
y estas son todas, seguramente habre echo alguna mas en mis principios, pero no la encuentro xDD
[alinear-centro]Editor:[/alinear-centro]
Aqui les dejo un editr que he creado por si lo quiere usar..
Imagen:
Post: http://foro.universojuegos.es/viewtopic.php?f=19&t=9526
Descarga: http://www.mediafire.com/?5ijj2rb96gqrwqb
[alinear-centro]Actualizaciones:[/alinear-centro]
Para mas orden aqui colocare las nuevas Npc´s y Quest´s que haga
Quest Rangos: http://foro.universojuegos.es/viewtopic.php?f=19&t=9796
Quest Reporte de Bug´s +Script PHP: http://foro.universojuegos.es/viewtopic.php?f=19&t=9707
Quest Kill: http://foro.universojuegos.es/viewtopic.php?f=19&t=9917
Quest Informacion de tu pj: http://foro.universojuegos.es/viewtopic.php?f=19&t=9997
[QUEST]Nueva Mision: http://foro.universojuegos.es/viewtopic.php?f=19&t=10040
[QUEST]Nueva Mision 2: http://foro.universojuegos.es/viewtopic.php?f=19&t=10082
[QUEST]Nueva Mision 3: http://foro.universojuegos.es/viewtopic.php?f=19&t=10088
[QUEST]Mision Caballo Militar: http://foro.universojuegos.es/viewtopic.php?f=19&t=10141
Banca de Metin2 echa por quest por mi:
quest banco begin
state start begin
when 20095.chat."Banco Metin2" begin
say_title("By DjZed")
say("Que desea hacer?")
local a = select ( "Retirar Dinero" , "Depositar Dinero" , "Informacion" , "Cancelar" )
if a == 1 then
say_title("Banco Metin2")
say("Quiere retirar dinero?")
local b = select ( "Si" , "No" )
if b == 1 then
say_reward ( "Elige la cantidad que deseas sacar:" )
local c = select ( "100kk" , "250kk" , "500kk" , "Cancelar" )
if c == 1 then
if pc . count_item ( 9491 ) >= 1 then
pc . remove_item ( 9491 , 1 )
say ("La retirada acabo con exito!")
pc . changegold ( 100000000 )
else
say("Usted no tiene el ticket correspondiente,")
say("vuelva cuando lo tenga.")
return
end
else c == 2 then
if pc . count_item ( 9492 ) >= 1 then
pc . remove_item ( 9492 , 1 )
say ("La retirada acabo con exito!")
pc . changegold ( 250000000 )
else
say("Usted no tiene el ticket correspondiente,")
say("vuelva cuando lo tenga.")
return
end
else c == 3 then
if pc . count_item ( 9493 ) >= 1 then
pc . remove_item ( 9493 , 1 )
say ("La retirada acabo con exito!")
pc . changegold ( 500000000 )
else
say("Usted no tiene el ticket correspondiente,")
say("vuelva cuando lo tenga.")
return
end
else c == 4 then
end
else b == 2 then
end
else a == 2 then
say_title("Banco Metin2")
say("Cuanto quiere depositar?")
local d = select ( "100kk " , "250kk" , "500kk" , "Cancelar" )
if d == 1 then
if pc . gold >= 100000000 then
pc . changegold ( - 100000000 )
pc . give_item2 ( "9491" , 1 )
say ("el deposito acabo con exito!")
say ("usted recibe un cheque por valor de 100kk")
else
say("No tienes suficiente yang para depositar,")
say("vuelve cuando lo tengas.")
return
end
else d == 2 then
if pc . gold >= 250000000 then
pc . changegold ( - 250000000 )
pc . give_item2 ( "9492" , 1 )
say ("el deposito acabo con exito!")
say ("usted recibe un cheque por valor de 250kk")
else
say("No tienes suficiente yang para depositar,")
say("vuelve cuando lo tengas.")
return
end
else d == 3 then
if pc . gold >= 500000000 then
pc . changegold ( - 500000000 )
pc . give_item2 ( "9493" , 1 )
say ("el deposito acabo con exito!")
say ("usted recibe un cheque por valor de 500kk")
else
say("No tienes suficiente yang para depositar,")
say("vuelve cuando lo tengas.")
return
end
else d == 4 then
end
else a == 3 then
say_title("Banco Metin2")
say("Este es el banco del servidor,")
say("aqui puedes depositas yang y se te dara")
say("un cheque por valor de esa cantidad, y")
say("cuando necesites el dinero, podras darnos")
say("el cheque y te daremos el dinero.")
return
end
else a == 4 then
return
end
[QUEST]Nueva Mision 4: http://foro.universojuegos.es/viewtopic.php?f=19&t=10428
[QUEST]Poner Bonus al Arma(Media y Habi): http://foro.universojuegos.es/viewtopic.php?f=19&t=10492
[QUEST]Nueva Mision 5: http://foro.universojuegos.es/viewtopic.php?f=19&t=12405
[QUEST]Venta de Piedras Alma: http://foro.universojuegos.es/viewtopic.php?f=19&t=18456