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

    Lua Teleport player to random place in area

    Thanks, what about check if there is no other players around that tile?
  2. C

    1/1 acc/pass war ots login. tfs 1.5

    Config.lua and also change in database players save to 0.
  3. C

    Lua Teleport player to random place in area

    Hello, i have problem in making script. What i want is to teleport player to random place in area, but it can't be protection zone and must be walkable because my script is teleport players into water or walls... function onSay(player, words, param) if not...
  4. C

    Cipsoft opens "Oceanic region" game worlds

    I think the old game had no problem with high latency. I remember playing from Poland on American servers without any problems, but that was because the game was not that dynamic as is today.
  5. C

    Solved Create item that weight X

    Thanks, working perfect
  6. C

    Solved Create item that weight X

    I want to add to player item for example Backpack that weight is 100 oz. Code i made: local item = doPlayerAddItem(player, 2000, 1) item:setAttribute(ITEM_ATTRIBUTE_WEIGHT, 10000) and i getting this error: attempt to index local 'item' (a number value) Using TFS 1.2
  7. C

    Lua Remove all monsters function TFS 1.2

    Sure, but i need to remove creatures (monsters only) from area only.
  8. C

    Lua Remove all monsters function TFS 1.2

    I mean my server is based only on raids, so there is no normal monsters spawning and i need somehow to clean server from monsters every 30 minutes.
  9. C

    Lua Remove all monsters function TFS 1.2

    I looking for simple function to remove all monsters from the server.
  10. C

    TFS 1.X+ Stacking vials

    Hello, is there any way to make for example vials of manafluid stackable without editing object and forcing people to download other client? I using TFS 1.2 (8.0)
  11. C

    Solved Tibia crash after using talkaction to change guild outfit colours

    Yes, i just fixed it. It was about client crash more 😅
  12. C

    Solved Tibia crash after using talkaction to change guild outfit colours

    Hello, First of all i using TFS 1.2 downgraded by Ninja edited by @celohere ([8.0] - TFS 1.2 (https://otland.net/threads/8-0-tfs-1-2.263797/)) for Tibia 8.0 protocol. I added simple talkaction local config = { exhaustionInSeconds = 30, storage = 34534 } function onSay(cid, words, param)...
  13. C

    C++ Adding random numbers to player name's problem

    That's what i did, but there is problem with private messages (always when right click appear Message to Druid instead of name+ storage) Anyway thanks for reply :)
  14. C

    Kacperciu Mapping Thread

    Looks good :) keep it
  15. C

    Having problem compiling source

    2.1 GB only left for your Virtual Machine
  16. C

    C++ Adding random numbers to player name's problem

    Hello i made some change's for my war server. People are logging on same character like this: First guy logged with name Druid 87258 Second guy logged with name Druid 29778 Third guy logged with name Druid 77176 And only first guy see other guys number properly, the rest see other's with...
  17. C

    I'm making a game

    Haha, looks nice
  18. C

    OTS Commands

    Post your lua onsay function
  19. C

    Tibia 64x64

    Looking so fucking amazing :D
Back
Top