• 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

    Theforgottenserver Error to compile

    Just dont send password to database.........
  2. O

    Hellp plz

    U sure there is no error when starting Tibia, after shutted down? it could be an items.otb error.
  3. O

    Website Server button is not working!

    Using fsock, if you have no other alternative: <?php $connection = @fsockopen("localhost", 7171); if ($connection) { echo "OTSERV Open."; fclose($connection); } else { echo "OTSERV Not open."; } ?>
  4. O

    Theforgottenserver Error to compile

    I only see compiling info, not the errors......
  5. O

    PHP File - Remove SQL injection

    Im not pro, but here: $idd = mysql_real_escape_string($_GET['id']); is sql protection, here: $id = $_GET['id']; doesnt seem to be. <edit> Im not sure, escape_string might not be for ID variables
  6. O

    Wrong permissions on configuration file, should not be world writable!

    Using linux? I think you need chmod 777 on some phpmyadmin config file..
  7. O

    Windows A noob cries for your help !

    Oh hai, I dont want to advertise other sites, , but do know, there is a lot of portuguese sites with many EVO's, 8.6+ Though u need to translate.. I dont want to speak bad, but do know OTLand has stopped with "Download full distribution" which might be the reason there isny many distributions...
  8. O

    Alguem pode continuar a historia ?

    E disse o seguinte: não quero dinheiro, só quero amar, meu amor !!>_-
  9. O

    Need isinArea script or other

    Hello, I need a script that checks if a monster is inside an area, the OTServ has "isinArea()" function, but it needs position on monster, and I dont have it, I only have positions start and end. Thx
  10. O

    Lua Experience when killing someone with script

    Some years ago, I tried to make a firefield-on-rightclick script, and I got help with it. Now , Im wondering if its possible to add experience after player is dead? This is script (veryfunny): function onUse(cid, item, fromPos, item2, toPos) targetzplayer = getTopCreature(fromPos)...
  11. O

    Making a map editor

    No, seriously -.- I read old otfans thread that items.otb = a dat file, and I have the problem that I don't know the encoding of the file. (To read it in C#). oh bai.
  12. O

    Making a map editor

    oh HAI thar!!! I though the items.otb was a DAT file with ASCII encoding, but it turns out the encoding were different. What should I do? (Trying to make a map editor)
  13. O

    Items.otb and RME

    Oh hai. First problem: I need help with map editor, the map editor has 1 item.otb and server has another, if I put server otb in remeres it says "Outdated items.otb!" in map editor, and if I put remeres otb in server otb, then it says "Another version of items.otb is required". Second problem...
  14. O

    Making custom items (help)

    Hello, I'm trying to make some custom items, but I have a problem. The problem is, when I save Tibia.spr and Tibia.dat with DATEditor, with another image on itemtype 100, and exit, then open with OTItemEditor 8.54, it doesn't show the new image. Ty if you help.
  15. O

    What makes you play

    What makes you play on popular edited evolution servers?? Many spells? Many quests? Many (custom) monsters, in addition to normal tps? Many scripts? PVP Arena? Discuss!!!
  16. O

    Item on Floor

    Is there a function to check "whenItemGetsOnFloor() then do this end" ?? If so, I request it!!
Back
Top