Miguelito Posted November 13, 2013 Report Share Posted November 13, 2013 Bueno amigos de MZ otra ves yo xd , amm ps queria pedir ayudar para algo de la piedra arcoiris, ps instale la quest de poderes a Perfect, es esta quest habilidades_p beginstate start beginwhen 50512.use with pc.count_item(70251) >= 1 or pc.count_item(70254) >= 1 beginsay_title("Habilidades a p: ")say_reward("¿Quieres tus habilidades a perfect?")local s = select ("Si","No")if s == 1 thentable.foreachi(special.active_skill_list[pc.get_job()+1][pc.get_skill_group()], function(r,skill) pc.set_skill_level(skill, 59) end)endendendend Y Despues de hacerlo fui a navicat busque el item 50512, y cambie el type por 3(ME AVIAN DICHO QUE ERA ESE) y amm ps cuando entro al juego, y le doy clic derecho simplemente la piedra desaparece alguien me podria ayudar? PD: Ya revise si se intalo la quest bien y si, solo falta eso ayuda Porfabor, de antemano gracias Link to comment Share on other sites More sharing options...
Warlock Posted November 14, 2013 Report Share Posted November 14, 2013 reemplaza tu query por esta miguel: UPDATE item_proto SET name='Piedra Arco Iris', locale_name='Piedra Arco Iris', type=18, subtype=0, weight=0, size=1, antiflag=0, flag=0, wearflag=0, immuneflag=0, gold=1000, shop_buy_price=1000, refined_vnum=0, refine_set=0, refine_set2=0, limittype0=0, limitvalue0=0, limittype1=0, limitvalue1=0, applytype0=0, applyvalue0=0, applytype1=0, applyvalue1=0, applytype2=0, applyvalue2=0, value0=0, value1=0, value2=0, value3=0, value4=0, value5=0, specular=0, socket_pct=0 WHERE vnum=50512; Link to comment Share on other sites More sharing options...
Miguelito Posted November 14, 2013 Author Report Share Posted November 14, 2013 Gracias a los 2 ! Link to comment Share on other sites More sharing options...
Recommended Posts