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

    TFS 0.X doCreatureSay causing client assertion

    Hello everyone, I'm trying to use the source of the old svn tfs that is found in github is based on version 0.2 The problem is that all the scripts you have doCreatureSay with TALKTYPE_ORANGE_1 causing debugging on tibia client Does anyone know a possible solution? I already tried to change...
  2. -vG

    Debug tfs old svn

    Hello guys I downloaded a font to be more specific to commit tfs-old-svn-83a4d58efa99b068c191b2d65e46824da6750d57 it is based on tfs 0.2 is supported for version 8.6 it compiles right, but when giving use in Blueberry the player takes debug debug only happens when using this, what can be the...
  3. -vG

    AAC ShopSystem Gesior

    Hello guys, I'm trying to implement the shopsystem by gesior and you are displaying this error while selecting the item in the shop error: Fatal error: Uncaught Error: Call to a member function fetch() on bool in F:\xampp\htdocs\shopsystem\pot\OTS_Player.php:66 Stack trace: #0...
  4. -vG

    Compiling 'boost/filesystem.hpp'

    Hello guys, I installed Visual Studio 2017 Community (compiler) following these steps: otland/forgottenserver (https://github.com/otland/forgottenserver/wiki/Compiling-on-Windows-(vcpkg)) but when you run and click build solution this error appears Severity Code Description Project File Line...
  5. -vG

    Lua function onPrepareDeath error

    Good morning everyone, the function onPrepareDeath (cid, killer) Was it to prepare the player before death? if yes, by putting a false return the player must not die how can I put this when the character dies he comes back with mana and full hp obs: if it has a storage x
  6. -vG

    AAC New MyAAC pages

    Hello, how do I generate new links like this - $template['link_account_lost']; News links - $template['link_events'] - $template['link_helloWorld'] are just examples
  7. -vG

    TFS 0.X Mysql_real_query / lost connection, attempting to reconnect

    Hello, I have the following problem every time the server saves - I attached the print with the error use tfs 0.3.7 version 8.60
  8. -vG

    Compiling Compiling windows for linux

    Is it possible to compile tfs 0.3.7 on windows to only run on ubuntu? if so, is there any tutorial available?
  9. -vG

    Lua Npc buy with backpack

    Hello people, when buying rune pack he buys only 20 each packet being 100 runes how can I fix it? TFS 0.3.7 version 8.60 lib -> npc.lua function doNpcSellItem(cid, itemid, amount, subType, ignoreCap, inBackpacks, backpack) local amount, subType, ignoreCap, inBackpacks, backpack = amount...
  10. -vG

    [Brazil][8.60] Inovation Server

    Alternative Tibia server aiming a challenge for everyone who likes a good Player versus Player! Dedicated server in Brazilian data center seeking a much smaller ping response for those who do not like to be hanging around ... IP: inovationserver.com.br Port: 7171 Protocol: 8.60 Uptime: 24/7...
  11. -vG

    change exhaust settings

    I am using a source from tfs 0.3.7 I'm trying to fix the time of exhaustion of the following items to log in the player takes time to attack When going up and down stairs it also takes to drop spells I changed the stairhopDelay but it only changed to go up and down and not time to drop the spells
  12. -vG

    Lua script performs most does not work

    solved using setPlayerStorageValue with os time
  13. -vG

    Attack Time

    How can I increase attack time? because when the character attacks the hits are very fast How could I increase this time? TFS 0.4
  14. -vG

    TFS 0.X Fixes of TFS 0.4 - does it exist?

    Hi guys, I'm developing a server, using TFS rev 3884 I was researching and I ended up with some posts saying some TFS 0.4 fixes My question is: Are you a topic that talks about these fixes? or just searching can you find them?
  15. -vG

    C++ Create new condition to paralyze

    Is it possible to create a new condition to paralyze the characters? Just like the existing paralysis, the character can not remove Can anyone give any tips? using TFS 0.4 rev 3884
Back
Top