• 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

    Simulating Tibia login in post request

    is it possible to send tibia login request in HTTP post like this POST Content-Type: application/json Content-Disposition: form-data; name="metadata" Content-Length: 86 Connection: Keep-Alive Accept-Encoding: gzip, deflate Accept-Language: en-US,* User-Agent: Mozilla/5.0 Host: myot.com:7171...
  2. E

    OTClient How to check login on otclient

    I'm building a tool to check the character names and stats. so wanted to know how to use the client login protocols on that tool. like using post requests or something like that idk 😅
  3. E

    C++ House currency

    im trying to change the currency of the house to gold nuggets from talkactions.cpp and its giving me this error {const is protected} the code before edit: if((uint32_t)g_game.getMoney(player) < house->getPrice() || !g_game.removeMoney(player, house->getPrice())) {...
  4. E

    Linux Vocation change

    I have a big problem on my OT and I don't know how to fix this critical bug The bug is all online players vocation changes: Druid to Sorcerer - Sorcerer to Druid and Knight to Paladin, Paladin to Knight. (It change the vocation to all players that are online) [0:4:59.842] > Saving server...
  5. E

    Linux putty TFS stop

    hello whenever i close putty my ot stops after a period of time using debian 8 any ideas ?
  6. E

    C++ attacking players yellow mark

    are there any possible way to add when someone attacks you he get a yellow mark on him like in real tibia ? and if so can it be added to 0.4 tfs ? thanks
  7. E

    AAC encryption type

    im using gesior aac 0.4 tfs ,why do gesior aac store passwords to hash ? even im using sha1 option in the config are there any method to pervent it from storing hashes ?
  8. E

    house_tile

    where am i supposed to find that house_tile execute line ? couldnt find it anywhere mysql_real_query(): SELECT * FROM house_tiles; - MYSQL ERROR: Table 'test.house_tiles' doesn't exist (1146)
  9. E

    config rates not working

    someone help me to fix rates in config , its not working i've set the expfromplayer to 0 and i still get like 5 levels from killing players event the monster exp rates not working too tfs 0.4 [/SPOILER] accountManager = false namelockManager = true newPlayerChooseVoc = false...
  10. E

    AAC Gesior unknown char

    i dont know why there are this square in all of my site pages i dont really know which file i should provide to you :D
  11. E

    Linux website not storing anything to database

    the website isnt storing anything to the database ,used chmod 777 on the whole website folder and nothing happened ,using ubuntu 16.04 any idea what is going on ?
  12. E

    Linux error while loading shared libraries: libmysqlclient.so.20

    im trying to run my compiled tfs on ubuntu 14.04 but i get this error although libmusqlclient is already installed
  13. E

    TFS 0.X linux compiling error

    im trying to compile my 0.4 sources using linux but getting these errors player.cpp : player.cpp - Pastebin.com player.h : player.h - Pastebin.com
  14. E

    encryption Type

    '123456789', 'f06883daf92cc0afe9ab54f49aa10daff6ec69ca', '64affb2dde64f24e063c96935c179c60', what is this encryption type ?
  15. E

    TFS 1.X+ upgraded from 8.0 to 8.1 ninja

    i've successfully upgraded ninja 8.0 tfs to 8.1 and i had to upgrade my map version from RME from 7.4 to 8.1 the ot started with no debugs but there are some locations when i try to get closer to some some objects the client debugs ---- changes i did in the source ---> definitions #define...
  16. E

    TFS 1.X+ Compiling 8.0 downgraded tfs

    So i was trying to compile ninja Downgraded tfs 1.2 to 8.0, the tfs compiled successfully but i get some wired errors don't even know where it comes from Note: when i try to compile in x32 i get no errors
  17. E

    monsters gives wrong exp

    my ots stage rate is 120,000 when i kill a monster with exp (40,000,000,000) i get very low exp anyone know why ? are there any maximum of the Exp received ?
  18. E

    Skulls Error

    im facing a problem with frags and skulls the characters gets red skull after having 3 frags instead of 55 im using tfs 0.3.7 and this is my config redSkullLength = 86400 blackSkullLength = 259200 dailyFragsToRedSkull = 55 weeklyFragsToRedSkull = 80 monthlyFragsToRedSkull =...
  19. E

    Linux can't find config.lua path

    when i try to add my config pass to setup MY-AAC i get this error im using Ubuntu V18.04 the path im using is Home/Desktop/Server what am i doing wrong ?
  20. E

    Compiling linux boost

    how to fix this
Back
Top