• 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!

Emporia 8.6x - OtLand Exclusive! <3

I can't believe that anyone is getting mad about this, Real Maps should not be sold, ITS CIPSOFT AND A COPY.
It should either get 100% deleted from all OTs or be 100% free.

/Eldin
 
664589436.jpg

435187820.jpg
 

Attachments

days vip

function onSay(cid, words, param)
local points = getPlayerPoints(cid)
if getPlayerStorageValue(cid, 11552) > 0 then
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You have "..points.." days.")
else
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You dont have any days")
doSendMagicEffect(getPlayerPosition(cid), CONST_ME_POFF)
end
return TRUE
end

Buy VIP

-- Vip System by 5mok3 --
function onSay(cid, words, param, channel)
if getAccountPoints(cid) >= 18 then
--[[if getPlayerPromotionLevel(cid) < 2 then
setPlayerPromotionLevel(cid, 2)
end]]
doSendMagicEffect(getCreaturePosition(cid),14)
doSendAnimatedText(getCreaturePosition(cid), "VIP +15!" ,49)
doAddVipDays(cid, 15)
doRemovePoints(cid, 18)
doWriteLogFile("data/logs/buyeditems.txt", "[".. os.date('%d %B %y - %H:%M') .."] ".. getCreatureName(cid) .." bought VIP for 18 points.")

--[[local thing = getThingfromPos(pos)
doRemoveCreature(thing.uid)]]
else
doPlayerSendCancel(cid, "Not enough Premium Points or already have more than 365 VIP days!")
doSendMagicEffect(getPlayerPosition(cid), CONST_ME_POFF)
end
return TRUE
end

not seem to add storage am I right?
 
someone could solve the war accpet prolem or either the woe teleport?¡.. cause i could not! Thanksss!
 
@up
i need that too,
maybe the correct items .otb too, because I saved the items with remeres and still zao fucked :C
 
Back
Top