AgustinMüller Posted November 3, 2012 Report Share Posted November 3, 2012 Hola como casi nunca ago nada para el foro les traigo una pequeña quest que algunos les servira y a otros no. quest varita begin state start begin when 30322.use begin if pc.count_item(50095)==0 then syschat("Usted puede transformar una calabaza en Cofre de Halloween pero al menos tiene que tener una calabaza para transformar") else pc.remove_item(30322,1) pc.remove_item(50095,1) pc.give_item2(50215, 1) end end when 50095.use begin syschat("Esta calabaza puede ser transformada en un Explendido Cofre de Halloween") end end end ACLARACIONES :50095 - Calabaza 30322 - Varita 50215 - Cofre Halloween IMPORTANTE En el item proto en las lineas de la "CALABAZA Y VARITA" poner en "type 18" Saludos espero aver ayudado a alguien. Quote Link to comment Share on other sites More sharing options...
D4nT3 Posted November 3, 2012 Report Share Posted November 3, 2012 ya paso halloween xD Quote Link to comment Share on other sites More sharing options...
AgustinMüller Posted November 3, 2012 Author Report Share Posted November 3, 2012 ya paso halloween xD No me digas???pero yo aun sigo viendo gente con los disfrases etc... aparte puede servir para otro evento o algo parecido... Quote Link to comment Share on other sites More sharing options...
JamesBond007 Posted November 4, 2012 Report Share Posted November 4, 2012 Alguien tiene la parte del itemproto 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.