beeki

doReborn(cid, looktype, vocation)

Oct 27th, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. function doReborn(cid,looktype, vocation)
  2. doPlayerAddExp(cid, -(getPlayerExperience(cid)-getExperienceForLevel(1)))
  3. doCreatureChangeOutfit(cid, {lookType = looktype})
  4. doPlayerSetVocation(cid, vocation)
  5. return true
  6. end
Advertisement
Add Comment
Please, Sign In to add comment