• 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. S

    DEBUG Packet - 8.6 TFS 1.5 DOWNGRADE by NEKIRO & MOVIEBR

    hello everybody! I having debug when logging in the character and staying 2~5 seconds online. Server: TFS 1.5 DOWNGRADE 8.60 BY NEKIRO & UPDATED BY MOVIEBR Link Project: GitHub - moviebr/TFS-1.5-Downgrades: Alternative forgottenserver versions for older protocols support...
  2. S

    ExtendedOpcode error (nil value)

    I have a problem with the Op Code. My Server is OTX 0.4 - from github version 8.6 My Otclient is V8 CreatureScript - OpCode 52: OPCODE_LANGUAGE = 1 function onExtendedOpcode(cid, opcode, buffer) if(opcode == OPCODE_LANGUAGE) then -- otclient language if(buffer == 'de' or...
  3. S

    Support Please! OTX 2 8.6 - Error StorageValue

    Hello OtLand'ss!!! First, sorry for my english. There is something very wrong with OTX. I'm not sure to say if it is possibly in otx but, the storages kind of bug ... I searched a lot on the internet but all topics die. Look at a script: function onThink(cid, interval) if(not isPlayer(cid))...
  4. S

    TFS 0.X C++ QUERY - pull the playerID from owner in spectators.cpp

    Already tried: owner->getPlayer()->id() owner->player->getID() client->player->getID() owner->player->getID() client->player->getID() all not work :( I want to make it work in addSpectator query << "SELECT `id`, `broadcasting_comment` FROM `players` WHERE `id` = " << owner->getPlayer() << ";";
  5. S

    [SQL] Gesior - PowerGamers

    I tried everything. When the subtract of SQL is negative, an abnormal value is returned. db.executeQuery("UPDATE `players` SET `exphist7`=`exphist6`, `exphist6`=`exphist5`, `exphist5`=`exphist4`, `exphist4`=`exphist3`, `exphist3`=`exphist2`, `exphist2`=`exphist1`...
  6. S

    TFS 0.X LightBlue Message In Default Channel

    Using: OTX2 - 8.6 Save guys, do you know how to add this Welcome message on lightBlue (the same color as the private message), however, by default? I've tried all the ways, to almost access what is possible from the sources :( Already tried: doPlayerSendChannelMessage (cid, '', "Olá"...
  7. S

    [OTX2-8.60] Player 300+ WALK in Ubuntu LINUX

    Using version 8.60 processor 4vCores 6GB RAM Is it normal, with the ADM character walking slow and with locking? Even using CTRL + ARROWS, it stalks. Is it a machine problem with a low processor or what would it be? Tomorrow I'm asking for an improvement for 4vCores to test ... In windows...
  8. S

    Lua [onStatsChange] Monster Life Percent

    I would like to know the correct way to check a monster's life. The way I do, crash server. function onStatsChange(cid, attacker, type, combat, value) if not isPlayer(attacker) then return true end local pos_msg = getCreaturePosition(cid) if (getCreatureName(cid) ==...
  9. S

    TFS 0.X [movements] Anti-MC in Area

    Well, this script works like a wrong way. Check the X player in the area and if you have the same IP, player Y is taken to the temple. But if player Y enters before player X, nothing happens. local playersPorIp = 1 local tp_temple_mineracao = {x = 2052, y = 2051, z = 7} local tp_mineracao =...
  10. S

    TFS 0.X NPC MODULE - callbackOnBuy

    This problem always happens when I click to compare many times the item in the NPC. If I am with BP closed, when I buy the item, it goes straight to the ground. [1/10/2018 12:48:3] [Error - NpcScript Interface] [1/10/2018 12:48:3] (Unknown script file) [1/10/2018 12:48:3] Description...
  11. S

    Lua ADD name when giving look on magicwall

    OTX 0.4 (8.60) I wish it could appear the name of the character who used the MW by giving it a look. Ex: You see the Magic Wall. By: NAME. Thx!!
  12. S

    TFS 0.X OTX 0.4 - Drop Rate

    Is there any way to leave the drop by percentage (%)? we know that chance 1000 = 1% and 100000 = 100%. But it does not work. I have already looked at the sources and I can not understand how the calculation works (monsters.cpp): uint16_t Monsters::getLootRandom() { return...
  13. S

    Lua Dungeon Finder

    TFS: 0.3.6 (OTX 2) I have a problem with Dungeon Finder. When I use the / queue join command on the 5 characters, nothing happens (no error in the distro). When typing / queue join it adds in the DB and the message I entered QUEUE appears, so far, all right. I think the problem must be in the...
  14. S

    Lua Windows.lua (Tile not found)

    I Using OtX 2.6 (tfs 0.3.7) 8.60 When I use a window that does not have Tile underneath it (usually when it is on the first floor of a tower for example. NOTE: this error does not accuse if they are windows of HOUSES. windows.lua local WINDOWS = { [5303] = 6448, [5304] = 6449...
  15. S

    Lua The Oracle

    I have the script here, OtX version (tfs 0.3.7). It works fine, however, the part of giving the items to the players is not working. I would also like to make the player who choose the vocation 'knight', the npc ask if he wants to use sword, ax or club. I would also like to do the npc check...
  16. S

    [Channel] Private Chat Channel

    I use it to open Player's "Private Chat Channel": doPlayerOpenChannel(cid, 65535) Not work =/ OBS: if use doPlayerOpenChannel(cid, 8), it's work... But I would like to make the name of the player example appear: test's Channel Edit - Im testing all channels ID's, no name on the channel...
  17. S

    [Otland] Premium

    I want to make a donation, however, I would like to know that there are datapacks with the 8.60 global version still available for download. Thx!!
  18. S

    Lua [ERROR] Npc Say Grizzly Adams

    Well, npc works, but it has an error typing "promotion". The npc speaks but does not leave any word: 10:52 GOD Weslley [20]: promotion 10:52 Grizzly Adams: NPC.LUA http://pastebin.com/QsKPR8ET
  19. S

    [action] Pick doDecayItemTo

    Hello! I have a pick script. It usually works, but if I use / reload action with the open hole, it does not close. --Pick script using action ids by AGS or God Lord local aID = 777 --Action Id the ground tile must have to turn into a hole. local ticks = 30 --How many seconds the hole will last...
  20. S

    [help] Anihi quest

    Well. I'm using a Tfs 0.4 3777 8.60 I have a script annihilator here. It apparently works standard .. From the exhaust on the lever, warns missing players etc .. But it is not teleporting to the room of Demons = / Note: There appears no error in the distro. OBS²: I just saw here, it will...
Back
Top