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

    What does bot protection actually blocks?

    AFAIK, every function needed for a bot is used on the client modules, so, what does it blocks?
  2. E

    Solved Server detecting StepIn on quest tile without players on it

    There are 0 players online, and i periodically receive a weird error message regarding a StepIn movement script that can't get the player info. The error message: [8:26:04.190] [Error - MoveEvents Interface] [8:26:04.211] data/movements/scripts/alters/alterstpvenore.lua:onStepIn [8:26:04.245]...
  3. E

    How Terminal and Module Manager are usually hidden?

    I'm trying to script on otpiece's client and tried to unhide Terminal and Module Manager, but they're not hidden on their module scripts, they're just normal! What can i do to unhide those modules?
  4. E

    setting anchors on a Lua file

    I'm creating an widget on a lua file, like this: tmpLabel = g_ui.createWidget('Label', parent) It works fine, except that i don't know how to set anchors, is there a function for that?
  5. E

    Do we have a list of used/unused opcodes?

    That would be really useful! thx in advance
  6. E

    Compiling I have multiple versions of Lua installed, but can't select the one i want

    How can i setup cmake/make to use the correct Lua version? I'm not sure that is the problem, but it seems it is, i already have that problem when compiling OTClient. However, the error that make outputs is: I already googled this issue, and one of the answers i found is to use LIBS=-ldl make...
  7. E

    Compiling boost::filesystem::directory_entry' has no member named 'leaf'

    I got this error while trying to compile TFS 0.3.6, how can i fix it? I guess that is about the boost version, right? The current boost version that i have is 1.50, what version should i use? And how can i keep 2 different versions of boost? I'm reposting it because i can't bump the thread...
  8. E

    Compiling boost::filesystem::directory_entry' has no member named 'leaf'

    I got this error while trying to compile TFS 0.3.6, how can i fix it? I guess that is about the boost version, right? The current boost version that i have is 1.50, what version should i use? And how can i keep 2 different versions of boost? - - - Updated - - - bump - - - Updated - - - bump
  9. E

    Compiling error

    I followed the compiling tutorial and got that error: How can i fix it?
  10. E

    Compiling where are the definitions.h macros?

    Hello, i used to use otserv sources in the past, but now i'm trying TFS sources and can't found some definitions at definitions.h that i used to found at otserv sources, there is what i didn't found: #define OTSERV_VERSION "0.7.0" #define OTSERV_NAME "OTServ" #define CURRENT_SCHEMA_VERSION...
  11. E

    Where is tibia.spr?

    Hello, i want to add some sprites to my client, so, how can i do it? I can't find a .spr file...
  12. E

    TFS for protocol 8.7 but don't have 8.70 IPC

    hello, i got a TFS for protocol 8.70, but i can't find any IPC for 8.70 protocol, asprate don't support, baxnie don't support, otloader don't support. why? cipsoft does a block against ip changers? or it's just a delay? what should i do?
  13. E

    Selling Eventide script store

    done scripts for sale: you can also ask me for codes by msn([email protected]) or e-mail([email protected]) i was scripter and programmer from ApocalipseOT i was scripter and programmer from DBOT (Mock was scripter from both projects) i'm out from otserv scripting for...
  14. E

    Fix/Patch Shared Lua States

    i didn't tested yet, when i test i'll post the result here, and if you find any kind of error, post it. =)~ luascript.cpp bool LuaScriptInterface::initSharedState() { lua_State* shared_lua_state = getSharerState(); if(!shared_lua_state) return false...
  15. E

    [BR] Shinera

    IP: shinera.ath.cx Port: 7171 Protocol: 8.50 EXP Rate 999x ML Rate 350x Skills Rate 200x Drop Rate 5x stable 24/7 OT!
  16. E

    [compiling] anti-spam & [Lua] new luaSQL

    hello, i have 2 problems, anyone can help me? [code=lua] what is the new "fetch" of luaSQL? i want to insert a result into a array, it's possible? [compiling] i'm tryng to do an anti-spam system on help channel with TFS, i found how to do with main open tibia, but not with TFS, because it...
Back
Top