DryUz 367 Report post Posted December 9, 2012 quest item begin state start begin when 71053.use with pc.get_level() == 75 begin local s = select ( "Montar" , "Bajar" , "Cancelar" ) if s == 1 then chat("Estás a punto de llamar al jabalÃ!") horse.ride() pc.mount(20223, 1800) affect.add_collect(apply.DEF_GRADE_BONUS,75,1800) affect.add_collect(apply.ATT_GRADE_BONUS,200,1800) - El pc.mount_bonus función es para darle bonus de ataque o defensas elseif s == 2 then pc.unmount(20223,0) horse.unride() end -- if return -- Aunque no es necesario .. end -- when end -- state end -- quest Quote Share this post Link to post Share on other sites
iancu dumitrache 0 Report post Posted December 24, 2020 gracias Quote Share this post Link to post Share on other sites