Popular Post Akroma Posted June 9, 2013 Popular Post Report Share Posted June 9, 2013 Bueno, ya que estaba hablando con vampirito, e decidido hacer el baul del aprendiz, esta bastante simplificado con 1 array muy facilmente modificable. Aqui os la dejo. Link: Debes iniciar sesión para ver el contenido del enlace en esta publicación. Metin2 Social, - Evolve -, Dj Alex and 62 others 62 2 1 Quote Link to comment Share on other sites More sharing options...
Anthony's Posted June 9, 2013 Report Share Posted June 9, 2013 Muy bueno feo *Y la parte buena es que son menos lineas y no son como el que tengo que hay demasiadas y te puedes liar jajajaja* Quote Link to comment Share on other sites More sharing options...
Metin2ResidentEvil Posted June 9, 2013 Report Share Posted June 9, 2013 Foto? Quote Link to comment Share on other sites More sharing options...
Popular Post KeKo Posted June 9, 2013 Popular Post Report Share Posted June 9, 2013 Eso de que son menos lineas en fin xd Esa quest era innecesario hacerla ya que LF95 ya la hizo hace tiempo y no se si has probado nunca que solo te dan el cofre en el lvl1, los demas salen al abrir los demas. Debes iniciar sesión para ver el contenido del enlace en esta publicación. [GM]Hades, FlyAndFail, UnknowPlayer and 19 others 21 1 Quote Link to comment Share on other sites More sharing options...
Akroma Posted June 9, 2013 Author Report Share Posted June 9, 2013 mm cierto, eso se me paso lo del baul de abrir, i demas mm, la modificare. Quote Link to comment Share on other sites More sharing options...
KeKo Posted June 9, 2013 Report Share Posted June 9, 2013 mm cierto, eso se me paso lo del baul de abrir, i demas mm, la modificare. De todos modos pa que veas como se podria acortar: when login begin local cofres = { [1] = {id1}, [10] = {id2}, [20] = {id3}, [30] = {id4}, [40] = {id5}, [50] = {id6} } pc.give_item2(cofres[pc.get_level()][1],1) end Quote Link to comment Share on other sites More sharing options...
Popular Post pepineitor Posted June 9, 2013 Popular Post Report Share Posted June 9, 2013 Bueno, os dejo el que acabo de hacer, la tabla es la que usa Akroma asi estaba bien. Debes iniciar sesión para ver el contenido del enlace en esta publicación. Salu2. XxBJPxX, VELZY, ♥ TesT ♥ and 19 others 20 1 1 Quote Link to comment Share on other sites More sharing options...
NataliMontoya Posted June 10, 2013 Report Share Posted June 10, 2013 Me Gusta 1 Preguntita Para Editar Lo Que Da El Cofre Seria Donde Dice "Bencidion" Y Esas Cosas? :$ EzekielitohMercury 1 Quote Link to comment Share on other sites More sharing options...
pepineitor Posted June 10, 2013 Report Share Posted June 10, 2013 Donde pone Bencion, pones el nombre del Item, seguidamente pones el vnum, y asi con los dos articulos siguientes. Quote Link to comment Share on other sites More sharing options...
Croqueta Posted June 10, 2013 Report Share Posted June 10, 2013 debe de ser todo quest baul begin state start begin when login or levelup begin local a={1,10,20,30,40,50,60,70,80,90,100} local lvl=10 for i=1,table.getn(a) do if a[i]==lvl then if pc.getqf("last_flag")<lvl then local i=i-1 if lvl==100 then pc.give_item2(10..i) pc.setqf("last_flag",lvl) chat("Has recibido el baul del aprendiz") return end pc.give_item2(100..i) pc.setqf("last_flag",lvl) end end end chat("Has recibido el baul del aprendiz") end when 1000.use or 1001.use or 1002.use or 1003.use or 1004.use or 1005.use or 1006.use or 1007.use or 1008.use or 1009.use or 1010.use begin local drop = {[1000] = {9999, 8888, 7777}, [1001] = {9999, 8888, 7777}, [1002] = {9999, 8888, 7777}, [1003] = {9999, 8888, 7777}, [1004] = {9999, 8888, 7777}, [1005] = {9999, 8888, 7777}, [1006] = {9999, 8888, 7777}, [1007] = {9999, 8888, 7777}, [1008] = {9999, 8888, 7777}, [1009] = {9999, 8888, 7777} } chat(item_name(item.get_vnum()).." usado") for _,i in next,drop[item.get_vnum()] do chat("Has recibido "..item_name(i)) pc.give_item2(i,1) end end end end Quote Link to comment Share on other sites More sharing options...
Tiico™ Posted June 10, 2013 Report Share Posted June 10, 2013 Croqueta , realmente cojes las quest , y las disminuyes en un 99% XDDDDDDDDDDDDDDDDDDd Quote Link to comment Share on other sites More sharing options...
fuuton97 Posted June 10, 2013 Report Share Posted June 10, 2013 Croqueta , realmente cojes las quest , y las disminuyes en un 99% XDDDDDDDDDDDDDDDDDDd De eso se trata ¬¬ xD, pero Croqueta es un crack en eso *-* por eso lo admiro, a él, Keko, y Akroma xD Quote Link to comment Share on other sites More sharing options...
Tremoulinas Posted February 15, 2016 Report Share Posted February 15, 2016 Pero yo no mas por probar uso el código en mi cliente para sacarlo por comando y el baúl 1 por ejemplo que es 1000 me da una daga+0 no un baúl... Quote Link to comment Share on other sites More sharing options...
Hawk Server's Posted February 15, 2016 Report Share Posted February 15, 2016 Tienes que modificarlo a corde al ID que le tengas puesto en la DB al item (DB y Cliente deben ser igual) 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.