Devil Posted March 2, 2013 Report Share 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. Link to comment Share on other sites More sharing options...
Dextrok Posted March 2, 2013 Report Share 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. Devil 1 Link to comment Share on other sites More sharing options...
Rafa23Alzira Posted March 2, 2013 Report Share 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) Devil 1 Link to comment Share on other sites More sharing options...
KeKo Posted March 2, 2013 Report Share 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 Devil and Rafa23Alzira 2 Link to comment Share on other sites More sharing options...
LoGo Posted March 2, 2013 Report Share 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 Rafa23Alzira and Devil 2 Link to comment Share on other sites More sharing options...
Devil Posted March 2, 2013 Author Report Share Posted March 2, 2013 Muchas gracias a todos sois los mejores Link to comment Share on other sites More sharing options...
Recommended Posts