if I'm not mistaken (and I very well could be in this case) in order to do this you'd have to make your character a base mount...you can't just change the graphic of your character and it become that. So basically you'd have to make your PlayerMobile a BaseMount or create a new class that's BaseMount and PlayerMobile through multiple inheritance, it's possible, but extremely complicated to explain in simple terms, and beings how this isn't something I would personally care for on my shard, not something that I'm personally willing to spend time actually trying to script. If you would like to give it a shot and then show us what you come up with, then I'm sure you will get a wealth of help as what you are attempting should be possible.
On a side note that I just considered, you may need to create a new mount class based off base mount as once a base mount is mounted it more or less becomes part of the player mobile until it's unmounted. Either way it should be possible, but will most definately not be easy.
|