DryUz Posted December 9, 2012 Report Share 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 Link to comment Share on other sites More sharing options...
iancu dumitrache Posted December 24, 2020 Report Share Posted December 24, 2020 gracias Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.