Serex Posted September 7, 2012 Report Share 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 Link to comment Share on other sites More sharing options...
�Alejandro&Sara�Tkm Posted September 7, 2012 Report Share Posted September 7, 2012 Yo keria pedirte estas guia bn explicadas -Mob_drop_item -Poblar mapas -Como poner mobs al cliente y servidor Quote Link to comment Share on other sites More sharing options...
D4nT3 Posted September 7, 2012 Report Share 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 Link to comment Share on other sites More sharing options...
Ryukend Posted September 7, 2012 Report Share 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 Link to comment Share on other sites More sharing options...
ArcherMt2 Posted March 14, 2013 Report Share Posted March 14, 2013 Está buena la quest pero le sobra 1 ''end'' 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.