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

Search results

  1. Alberto Cabrera

    TFS 0.X [7.6] Vip Days left

    function getTimeString(self) local format = { {'day', self / 60 / 60 / 24}, {'hour', self / 60 / 60 % 24}, {'minute', self / 60 % 60}, {'second', self % 60} } local out = {} for k, t in ipairs(format) do local v = math.floor(t[2])...
  2. Alberto Cabrera

    Citizen Script PremiumAccount

    local config = { -- 1 is town ID [1] = {premium = true} } function onStepIn(cid, item, position, fromPosition) if(item.actionid > 30020 and item.actionid < 30100) then local townId = (item.actionid - 30020) if config[townId] then if config[townId].premium...
  3. Alberto Cabrera

    Lua [0.4] Item who buff skills

    edited
  4. Alberto Cabrera

    Lua [0.4] Item who buff skills

    --<action itemid="XXXX" event="script" value="script.lua"/> local config = { level = false, remove = true, time = 30, -- Time is in minutes message = {MESSAGE_EVENT_ADVANCE, "You feel the power growing."}, conditions = {} } -- Sorcerer config.conditions[1] =...
  5. Alberto Cabrera

    Lua Add battle and Protection

    local config = { removeItem = false, storage = 10000, exhaustedtime = 5, protect = false, -- if it is true, you need to be in the protection zone battle = false, -- if it's true you need to be without a battle level = 8 } function onUse(cid, item, frompos, item2, topos)...
  6. Alberto Cabrera

    Lua SD not reaching invisible creatures OTX2

    i think it is not possible to cast sd to invisible creatures
  7. Alberto Cabrera

    HELP ME CONFIGURE WINDOWS GOOGLE CLOUD

    I can help you, send me a private message
  8. Alberto Cabrera

    TFS 0.X Moveevents Teleport with exhaust

    local config = { storage = 1000, time = 2, position = {x=148, y=379, z=7} } function onStepIn(cid, item, position, lastPosition, fromPosition, toPosition, actor) if getPlayerStorageValue(cid, config.storage) - os.time() > 1 then doPlayerSendTextMessage(cid, 22, "Teleport...
  9. Alberto Cabrera

    Items are not stacked [OTX] 2.15

    help me!
  10. Alberto Cabrera

    Items are not stacked [OTX] 2.15

    Hi guys, could someone help me? i need something like this Although the backpack is full, items can still be stacked Stack Items even though the backpack is full
  11. Alberto Cabrera

    Items are not stacked [OTX] 2.15

    I am still not successful. try compiling the container.cpp I don't know if I have to compile another file. could someone help, it would be very helpful
  12. Alberto Cabrera

    Items are not stacked [OTX] 2.15

    Hi people, could someone help me, the items are not stacked, only the first one is stacked, why? Could someone tell me where I should compile that? first of all, thank you Bug Stack Item [OTX] 2.15
  13. Alberto Cabrera

    Hoster OTS Hosting Service 2023 w/DDoS Protection

    Hello @Don Daniello I would like to know if your free vps is still available to host my server. And if so, it could be Canada (if available) where I'm testing. I am looking forward to your response
Back
Top