• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. N

    Erro Script Premium End go Temple

    thx bro you are very good =D
  2. N

    Erro Script Premium End go Temple

    Yes rook without a bless
  3. N

    Erro Script Premium End go Temple

    I will test thank you very much!!! 1641329697 can I enjoy and ask you to do the same with this blessing script? Only player from level 8 to 20 gain blessing... local freeBlessMaxLevel = 20 function onLogin(cid) local player = Player(cid) if player:getLevel() <= freeBlessMaxLevel then...
  4. N

    Erro Script Premium End go Temple

    Good morning, I'm having a problem again in this script where when a prize runs out the char goes back to the temple. It turns out that when I create a new char, either in rook or in main (in other cities) the char always starts in the temple where the script is programmed with the warning that...
  5. N

    Erro Autoloot

    Thank u bro
  6. N

    Erro Autoloot

    Good morning, I have this problem in the autoloot and I don't know how to solve it. function onSay(player, words, param) local split = param:split(",") local action = split[1] if action == "add" then local item = split[2]:gsub("%s+", "", 1) local itemType =...
  7. N

    Error powergamers php

    OMG Thank u bro! yes my system is windows... It worked, thank u very much and happy new year!!! 1641053217 bro, you know how hide vocations sample?
  8. N

    Error powergamers php

    Good morning, I have this error and I can't solve it, does anyone have an idea to help me? TFS 1.3 <?php if(!defined('INITIALIZED')) exit; /* Script for OTSes that use MySQL (globalevent, type: think, interval: 60 or 60000 [tfs 0.4]): function onThink() if (tonumber(os.date("%d"))...
  9. N

    Error Script | Premium_Ends_At - TFS 1.3

    It worked !!!!! OMG I can't believe we solved this!! Thank u very much!!!!!
  10. N

    Error Script | Premium_Ends_At - TFS 1.3

    I'll try!
  11. N

    Error Script | Premium_Ends_At - TFS 1.3

    Can someone edit for me? The script is teleporting all players to the temple when logging in, accounts free and premium, it would only be the player who ended the premium, please!!!!! local TOWN_ID = 2 function onLogin(cid) local player = Player(cid) local resultId =...
  12. N

    Error Npc "You do not have enough capacity"

    Solved. I change folder Lib
  13. N

    Error Gesior ShopGuild

    up
  14. N

    Error Npc "You do not have enough capacity"

    Good night, I'm having a problem with some NPCs, who don't sell some items claiming lack of cap "You don't have enough capacity" however the item is correct, because when I do it with the GM the character can get the item. I know the problem is in the data / npc / lib folder but I don't know how...
  15. N

    Error Script | Premium_Ends_At - TFS 1.3

    how I do? I don't know how to edit script
  16. N

    Error Script | Premium_Ends_At - TFS 1.3

    It worked, but the character goes back to the temple every time he relogs, the right thing would be just once
  17. N

    Error Script | Premium_Ends_At - TFS 1.3

    Good morning, I don't know what else to do. My TFS 1.3 doesn't have the premium_ends_at function, so the script when the premium account ends doesn't work, I don't know what else to do. I tried this procedure but was unsuccessful. I would like your help, because without this script I cannot...
  18. N

    TFS 1.5 map error

    Good morning, I downloaded this TFS 1.5 to 8.60 and when I put my global map it debugs and when soon OTC does not show some parts of the map. I've tried it with other maps and the same thing happens. I've already tried to exchange other items.otb and nothing to fix. Does anyone know what it can...
  19. N

    Error compiling TFS 1.3

    I'm trying to do this procedure in my TFS 1.3, but in the protocolgame.cpp part the error occurs that sendBasicData was not declared. My TFS doesn't have the premium_ends_at system, I need to somehow fix it or if anyone has a solution. The purpose is that I need a script so when the premium...
Back
Top