Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function doReborn(cid,looktype, vocation)
- doPlayerAddExp(cid, -(getPlayerExperience(cid)-getExperienceForLevel(1)))
- doCreatureChangeOutfit(cid, {lookType = looktype})
- doPlayerSetVocation(cid, vocation)
- return true
- end
Advertisement
Add Comment
Please, Sign In to add comment