LoLZ Posted January 23, 2015 Report Share Posted January 23, 2015 hola como les va comunidad ? mi problema es que uso los files de rancoroso y su sistema de mascota no es muy buena, no recibe experiencia etc... por eso recurri a buscar esta quest que la hizo keko para futton si mal no recuerdo, simplemente para tener un sistema de mascota simple y con bonus. quest mascota begin state start begin when 53002.use begin if pc.getqf("mascota") < 1 then chat("Acabas de invocar a tu fenix!") affect.add_collect(apply.CON,25,60*60*24*365*60) affect.add_collect(apply.INT,10,60*60*24*365*60) affect.add_collect(apply.STR,10,60*60*24*365*60) affect.add_collect(apply.DEX,10,60*60*24*365*60) affect.add_collect(apply.MAX_HP,5000,60*60*24*365*60) horse.set_level ("22") horse.unsummon() horse.summon() pc.setqf("mascota", 2) elseif pc.getqf("mascota") == 2 then chat("El Phoenix fue enviado al establo!") affect.remove_collect(apply.CON,25,60*60*24*365*60) affect.remove_collect(apply.INT,10,60*60*24*365*60) affect.remove_collect(apply.STR,10,60*60*24*365*60) affect.remove_collect(apply.DEX,10,60*60*24*365*60) affect.remove_collect(apply.MAX_HP,5000,60*60*24*365*60) horse.unsummon() horse.set_level ("1") pc.setqf("mascota", 0) end end end end No me funciona la quest, sale que esta bien pero al darle click a la mascota no tiene ninguna funcion, esta mal algo? ESPERO AYUDA, MUCHAS GRACIAS!!!!!!!!!!!!!!!!!!!!!!!!!! Link to comment Share on other sites More sharing options...
Edward™ Posted January 23, 2015 Report Share Posted January 23, 2015 El item 53002 tiene que tener el type 18. Link to comment Share on other sites More sharing options...
LoLZ Posted January 23, 2015 Author Report Share Posted January 23, 2015 El item 53002 tiene que tener el type 18. Ahi probare ponerselo, nada mas eso? la quest esta bien? y este sistema funciona? Link to comment Share on other sites More sharing options...
Edward™ Posted January 23, 2015 Report Share Posted January 23, 2015 Ahi probare ponerselo, nada mas eso? la quest esta bien? y este sistema funciona? No he revisado la quest, pero prueba asi como te he dicho. Link to comment Share on other sites More sharing options...
LoLZ Posted January 23, 2015 Author Report Share Posted January 23, 2015 No he revisado la quest, pero prueba asi como te he dicho. Ya lo he probado y no funciona, el sistema que viene en el cliente es este mismo. Debes iniciar sesión para ver el contenido del enlace en esta publicación. Lo que quiero hacer yo es hacer funcionar cualquier mascota con esa quest... Link to comment Share on other sites More sharing options...
Recommended Posts