Serex 900 Report post Posted September 7, 2012 Quest con la función de eliminar items. ¿Nunca os ha pasado que teneis un item no comerciable en vuestro inventario y os lo queréis quitar de en medio? Esta quest es la solución a tu problema. quest eliminaritem begin state start begin when 20094.chat."Eliminar Items" begin say_title("Eliminar Items:") say("Puedes eliminar cualquier item de tu inventario.") say("Solo tienes que saber la id del item.") say_reward("Quieres eliminar algun item?") local a = select ( "Si" , "No" ) if a == 1 then say("Introduce la id del item aqui") local remove_item = input ( ) if remove_item == "" then say_title("Eliminar Items:") say("Tienes que introducir la id del item") say("Solo asi funcionara.") else say_title("Eliminar Items:") say("Item removido con exito.") pc . remove_item ("" .. remove_item .. "") else a == 2 then return end end end Quote Share this post Link to post Share on other sites
�Alejandro&Sara�Tkm 29 Report post Posted September 7, 2012 Yo keria pedirte estas guia bn explicadas -Mob_drop_item -Poblar mapas -Como poner mobs al cliente y servidor Quote Share this post Link to post Share on other sites
D4nT3 50 Report post Posted September 7, 2012 Esto esta bien para algun usuario con ese problema Me gusta y gracias, y Con Id a que te refieres al Nombre? o al comnado del item? en el GM puedes hacer /ip y se borra todo el inventario. Quote Share this post Link to post Share on other sites
Ryukend 166 Report post Posted September 7, 2012 Yo keria pedirte estas guia bn explicadas -Mob_drop_item -Poblar mapas -Como poner mobs al cliente y servidor Te puedo ayudar con esto, voy a publicar unas guÃas Buen post Quote Share this post Link to post Share on other sites
ArcherMt2 57 Report post Posted March 14, 2013 Está buena la quest pero le sobra 1 ''end'' Quote Share this post Link to post Share on other sites