beeki

Mount Advanced

May 30th, 2012
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. function onAdvance(cid, skill, oldLevel, newLevel)
  2. mount,lvl = 14,50
  3. if skill == 8 and newLevel == lvl and not canPlayerRideMount(cid, mount) then
  4. doPlayerAddMount(cid, mount)
  5. end
  6. return true
  7. end
Advertisement
Add Comment
Please, Sign In to add comment