hello, how can I get the player to receive 50% exp when using a mount?
mount id: 36
obs: only receive exp if using mount
mount id: 36
obs: only receive exp if using mount
I don't fully enjoy this answer, because the player only has to equip the mount to get the experience boost.something like this on the PlayernGainExperience function
LUA:if player:getOutfit().lookMount == 36 then exp = exp * 1.5 -- 50% bonus exp end
client limitationI don't fully enjoy this answer, because the player only has to equip the mount to get the experience boost.
There is no way to check if the player is currently 'mounted' though.. so it's the best answer currently.
No it's a source limitation, because nobody has made that lua function yet. xDclient limitation![]()
0
and is not mounted on an xd mount