Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function onAdvance(cid, skill, oldLevel, newLevel)
- mount,lvl = 14,50
- if skill == 8 and newLevel == lvl and not canPlayerRideMount(cid, mount) then
- doPlayerAddMount(cid, mount)
- end
- return true
- end
Advertisement
Add Comment
Please, Sign In to add comment