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

    TFS 0.X Hide command on talkactions.

    Thank you, hide options working very good!
  2. O

    TFS 0.X Hide command on talkactions.

    Hello! I need hide one command for players in commands.lua sctipt in talkactions. Possible? (I can't change access).
  3. O

    TFS 0.X Function: clientVersion and OT Client.

    No... I need function for TFS 0.3.7 in .lua where check client version...
  4. O

    TFS 0.X Function: clientVersion and OT Client.

    Hello. If I use OT Client and with version 8.62 this function check protocol game on OT Client ? Will this only work with cip client? etc: if clientVersion >= 862 then XXXX else XXXX
  5. O

    -=[TFS]=- 0.4 8.60 Need of Script What Show Message Login Server of player.

    Thank you for edit. I was writing this code from memory with no functions on the table.
  6. O

    -=[TFS]=- 0.4 8.60 Need of Script What Show Message Login Server of player.

    data/creaturescripts/scripts/login.lua Add my code before: registerCreatureEvent(cid, "ReportBug")
  7. O

    -=[TFS]=- 0.4 8.60 Need of Script What Show Message Login Server of player.

    On login.lua add: local loginstorage = getPlayerStorageValue(cid,9999) setPlayerStorageValue(cid,9999,loginstorage +1) doPlayerSendMessage(cid,19,"It is yours" ..loginstorage.. " login to ots".
  8. O

    OTClient with its own RSA and Anti-BOT.

    Hello. I need a person who would handle the OT Client without a bot and my own RSA for me. Then she helped me put it in the OT sources so that the server knows that someone is logged in on the custom client.
  9. O

    TFS 0.X NPC BLESS [0.3.7] Global Prices

    You are the best ! THX <3
  10. O

    TFS 0.X NPC BLESS [0.3.7] Global Prices

    Hello. I need NPC Bless with global prices... For players below lvl 30 - 11,000 gp. For players between 31 and 119 - [10000 + (1000 • [<lvl> - 30])] • 1.1 gp. For players above lvl 120 - 110,000 gp.
  11. O

    TFS 0.X Capture The Flag [0.3.7] Console Error.

    For me now all working good! Thank you !!!
  12. O

    Feature [TFS 0.x] Simple autoloot for older versions

    I add this to OTX2 and all working perfect! Great job!
  13. O

    TFS 0.X Capture The Flag [0.3.7] Console Error.

    This is full MOD. I use OTX2. Please help me...
  14. O

    Linux How to open 2 engine on one server VPS?

    Hello. How to open 2 engine on one server VPS? I need 1 server where players gaming and one for me to test. Only change on config.lua port and database name?
  15. O

    C++ [TFS 0.4] Save CountOfCharacters per IP

    Thank you so much! Working perfect!!!
  16. O

    C++ [TFS 0.4] Save CountOfCharacters per IP

    I change like this and i have on window: "You can only login 4 characters per IP, and you reached the limit." But.. If i click enter and reconect I can login to game.
  17. O

    C++ [TFS 0.4] Save CountOfCharacters per IP

    Not work... :( [CC] objects/protocolgame.o protocolgame.cpp: In member function ‘void ProtocolGame::login(const string&, uint32_t, const string&, OperatingSystem_t, uint16_t, bool)’: protocolgame.cpp:319:20: error: return-statement with a value, in function returning ‘void’ [-fpermissive] 319...
  18. O

    TFS 0.X Capture The Flag [0.3.7] Console Error.

    Hello. I have problem with Capture The Flags MOD. This is console error: [12:20:46.636] [Error - MoveEvents Interface] [12:20:46.636] domodlib('CTF_config') [12:20:46.636] domodlib('CTF_lib') [12:20:46.636] function onStepIn(cid, item...
  19. O

    C++ [TFS 0.4] Save CountOfCharacters per IP

    This work ?
  20. O

    TFS 0.X Anti-MC with coldown.

    Hello! I need anti-MC script with coldown? [ TFS 0.3.7 ] I have this one: ANTI_MC but i need re-login security. How to add this one to script? (The script should check if the player exists then after that removes, because the player can logoff many times and after a few short time the server...
Back
Top