While I was working on adding achievements, I was going thru updates and found out that cip added the possibility to get the "Natural Born Cowboy" (the one you get for your first mount), while using mounts bought on the store, so here comes my idea to suggest the addition of an OnMount event, because why not 馃槢 it can be used for bonuses as well as the OnChangeOutfit
It can be simulated perfectly using the function Creature: onChangeOutfit (outfit) outfit.lookMount method, but it is a very good idea to separate a small snippet of the code so that it is especially responsible for the mount info ;)
It can be simulated perfectly using the
function Creature: onChangeOutfit (outfit)outfit.lookMountmethod, but it is a very good idea to separate a small snippet of the code so that it is especially responsible for the mount info ;)
ohhhhhhhhhh I didn't knew, thanks once again for giving information I didn't had
We can do this once Event Callbacks are implemented.


:)
Most helpful comment
We can do this once Event Callbacks are implemented.