Cephaler Posted October 1, 2012 Posted October 1, 2012 is there a way to make it so when I use the reins of mount and my char goes on it's mount, to increase it's walking speed a bit? Thanks! Quote
Bin4ry Posted October 1, 2012 Posted October 1, 2012 (edited) Reins of Mount does increase character ms by default, if not mistaken is 35%. Edit: Was 25%. You can change it in status.c if( pc_isriding(sd) || sd->sc.option&(OPTION_DRAGON|OPTION_MOUNTING) ) val = 25;//Same bonus Changing the speed value will affect rk's dragon speed as well. Or you can move it into an independent else if { Edited October 1, 2012 by darristan Quote
Cephaler Posted October 1, 2012 Author Posted October 1, 2012 Oh interesting, in game it doesn't feel like it increases that much. Darristan you're the best thanks a lot ! Quote
Question
Cephaler
is there a way to make it so when I use the reins of mount and my char goes on it's mount, to increase it's walking speed a bit?
Thanks!
2 answers to this question
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.