Devil 5 Report post Posted March 2, 2013 Hola amigos estoy buscando alguna quest para un objeto que al comprarlo sea en npc o itemshop de una cantidad de exp si alguno sabe como hacerlo y lo quiere poner aqui lo agredeceria mucho. saludos. Share this post Link to post Share on other sites
Dextrok 109 Report post Posted March 2, 2013 Group Item_Expe { Vnum 30119 1 °æÇèÄ¡ 55000 100 } Agrega esto en el Special Item Group, dónde 30119, es el item al que le quieres poner experiencia, 55,000 es la experiencia que quieres que reciba, y 100 es la probabilidad de que ese objeto de esa experiencia. 1 Devil reacted to this Share this post Link to post Share on other sites
Rafa23Alzira 584 Report post Posted March 2, 2013 quest nombre begin state start begin when codeitem.use begin pc.give_exp2(cantidadexp) end end Mira si te sirve (type18 en el item) 1 Devil reacted to this Share this post Link to post Share on other sites
KeKo 1,132 Report post Posted March 2, 2013 quest nombre begin state start begin when codeitem.use begin pc.give_exp2(cantidadexp) end end Mira si te sirve (type18 en el item) Con un pc.remove_item("item", 1) despues de dar la exp mejor aun 2 Rafa23Alzira and Devil reacted to this Share this post Link to post Share on other sites
LoGo 6 Report post Posted March 2, 2013 quest nombre begin state start begin when codeitem.use begin pc.give_exp2(cantidadexp) end end Mira si te sirve (type18 en el item) Te falta un end 2 Devil and Rafa23Alzira reacted to this Share this post Link to post Share on other sites
Devil 5 Report post Posted March 2, 2013 Muchas gracias a todos sois los mejores Share this post Link to post Share on other sites