Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
-- Credit To Nitr0 for the script! (Please Do Not Remove)
function onSay(cid, words, param)
if getPlayerVocation(cid) <= 4 then
if doPlayerRemoveMoney(cid,20000) == TRUE then
doPlayerSetVocation(cid,getPlayerVocation(cid)+4)
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You have been promoted!")
doSendMagicEffect(getPlayerPosition(cid), 30)
else
doPlayerSendCancel(cid, "Sorry, you don't have enought money")
doSendMagicEffect(getPlayerPosition(cid), CONST_ME_POFF)
end
else
doPlayerSendCancel(cid, "Sorry, you are already promoted")
end
end
-- Credit To Nitr0 for the script! (Please Do Not Remove)
function onSay(cid, words, param)
if getPlayerVocation(cid) <= 8 then
if doPlayerRemoveMoney(cid,20000) == TRUE then
doPlayerSetVocation(cid,getPlayerVocation(cid)+4)
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You have been promoted!")
doSendMagicEffect(getPlayerPosition(cid), 30)
else
doPlayerSendCancel(cid, "Sorry, you don't have enought money")
doSendMagicEffect(getPlayerPosition(cid), CONST_ME_POFF)
end
else
doPlayerSendCancel(cid, "Sorry, you are already promoted")
end
end
-- Credit To Nitr0 for the script! (Please Do Not Remove)
function onSay(cid, words, param)
if getPlayerVocation(cid) <= 8 then
if doPlayerRemoveMoney(cid,20000) == TRUE then
doPlayerSetVocation(cid,getPlayerVocation(cid)+4)
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You have been promoted!")
doSendMagicEffect(getPlayerPosition(cid), 30)
else
doPlayerSendCancel(cid, "Sorry, you don't have enought money")
doSendMagicEffect(getPlayerPosition(cid), CONST_ME_POFF)
end
else
doPlayerSendCancel(cid, "Sorry, you are already promoted")
end
end
my vocation elder druid when i die or when i logout it comes back to druid same all vocation does anyone have a solution? https://gyazo.com/7b7379fe98e6de345fef533599e07167