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

    Error compile otcv8-The-Josh-Wife-Edition - Visual Studio

    There is no encryption reliable in any client that there is a source for. Its like expecting doors without a lock to be opened with a key - there is no lock, everyone can open. Anyway, Josh the wife edition is 1:1 otcv8, but otcv8 is atleast compilable, so....
  2. Tofame

    Error compile otcv8-The-Josh-Wife-Edition - Visual Studio

    Use official sources then.
  3. Tofame

    TASK DAILY

    Take any task system and while collecting the reward set the task's storage to 1. Then make an if check that will only allow player to do task if the storage is < 1. On Monday reset task storages to e.g. 0. (In onLogin script for example with checking the date). I'd show code, but no access to...
  4. Tofame

    Relation ClientId x ItemId (Server)

    There is a function like :getClientId. Either write xml parser that will read items from .xml and for each of them check for clientId (should give all client ids, though fromid toid might be tricky) or make a single-item talkaction checker.
  5. Tofame

    Lua -=[TFS]=- 0.4 8.60 Stamina Not Down HELP!

    use new engine, a one that has sources. You can keep your datapack (data), but .exe and other related files must be switched for another ones.
  6. Tofame

    Important news

    ". Ot server list is lame to see, with a couple ots with 300+ chars, most of them x999 or similar" Those lame ots got everything from otland, later paid a little to some coders to get some stuff done and they have all become a copy of another with all the features identical. The monopoly that...
  7. Tofame

    Linux What distro is currently best for running a client-based tibia 8.6

    p0tinho has probably used otx2 for more time than you could ever imagine and he says it is very bugged... So far, I've only launched fir3 elemental with me and other player, but from what I've seen for the last half year there were only 2 bugs (that I fixed) - 1. death list skipping summon...
  8. Tofame

    Linux What distro is currently best for running a client-based tibia 8.6

    tfs 0.4 by fir3 elemental would be an excellent choice.
  9. Tofame

    Games that started as OTs?

    Ravendawn has advertisments and playerbase while I think zezenia is quite dead - I'm not playing that, but I say it based on how nearly non-existent movement there is on discord and also players themselves on forum say it is a dead ots.
  10. Tofame

    OTAcademy Discord

    nothing as active as ota, 500 messages on #polish daily, many answered questions on support boards. I think there is mainly focus on tfs though, canary/otbr have their own discord.
  11. Tofame

    |Revscript request| Teleport after a Boss is killed

    @EkkoLua In this way: loop is not needed, the table is flexible and can easily be extended for other options like rewarding the player with item and other necessary things. Right now, it is positionOut only, as the guy requested.
  12. Tofame

    |Revscript request| Teleport after a Boss is killed

    teleport:setDestination should be other position, at the moment it is set to creature:getPosition (wchich is correct, because it tells where to create the script at, but the destination should be in config variables, near the teleportDuration for example. Actually, the best would be to not...
  13. Tofame

    TFS 1.2 Crash because of spell?

    here you go local combat = Combat() combat:setParameter(COMBAT_PARAM_AGGRESSIVE, false) function onCastSpell(player, variant) local manaAmount = player:getMana() local effectPosition = Position(player:getPosition().x, player:getPosition().y, player:getPosition().z) if...
  14. Tofame

    Games that started as OTs?

    Ravendawn. Definitely the most known nowadays, due to a lot of advertisments and hype inside tibia community. People say it's not tibia and well.... while it is not tibia anymore, since it used TFS engine as a base you could say that it started as an OT. A really good game worth trying. Still...
  15. Tofame

    I making YurOTS, and have some questions (Version Game: 7.6/7.7).

    Decrease your ego lol. Come to the ground, you are very high. But anyway, talking about the post it sounds good, but at the same time when something seems too nice it will probably not be like that in reality. Regardless, looking forward to you showing some progress. Good luck.
  16. Tofame

    TFS 1.X+ problem in walls tfs 1.5 nekiro 7.72

    You werent using the newest itemeditor anyway. 0.4.3 while the newest one is 0.5.1 if I recall correctly. (It has nice dark ui). The reason older one works for you might be that newer editors have some flags that 7.72 becomes buggy with. Glad you solved and shared. Good job.
  17. Tofame

    Lua Monsters drop no loot? Only Crystal Deposits?

    I dont think you've browsed the correct folder. If you did, it would atleast show the registered item in items.xml. But the results are nonexistent, this is not possible. While being in the server folder where there is src, data and other things click the top at the file explorer to get the...
  18. Tofame

    Lua Monsters drop no loot? Only Crystal Deposits?

    Install visual studio code. Check what is the id of this crystal deposit (can be done for example by checking the description of the item while being an admin in-game). Now, in visual studio code open your server folder (containing data + src). Look for the id.
  19. Tofame

    [C++] Ground-Underground Mapping and Sunshine

    Okay, so the otcv8 part is: instead of doing what was told here: Here's a very crude illustration of the problem. I didn't like how "non-realistic" this was so I added the following code to my OTClient mapview.cpp l. 117- l. 138 void MapView::draw(const Rect& rect) find in void...
  20. Tofame

    [C++] Ground-Underground Mapping and Sunshine

    Hey bro, amazing tutorial :D Just to let you know it works both on mehah and on otcv8 (I think you made the tutorial based on edubart). The only part that is not matching is the light fix that you were implementing (light underground if no ground above the head). I think I managed to solve that...
Back
Top