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

    Is there any 7.6 - 8.6 server 100% working out there?

    Last night i just compilled this one: http://otland.net/threads/8-60-the-lost-server-0-3-6.161517/ and so far it looks bug free(the only problem is the ice rapier). it is for protocol 8.6. If you need help compilling it on ubuntu you can contact me :D
  2. M

    Item Charges Problem

    Sweet, just compilled the server mentioned above and runes are working, potions too. the potions even stack the used vials, which was also a problem :D The only thing to fix now is the ice rapier, here is the code which is running now: <item id="2396" article="an" name="ice rapier">...
  3. M

    Is there any 7.6 - 8.6 server 100% working out there?

    I know what you are going through, i started my server project also with 2 other friends, bumped with alot of bugged distros. Untill i got to the crying damson 0.3.6, you can find it here: http://otland.net/threads/8-60-the-forgotten-server-0-3-6-crying-damson-v8.147913/ But there are some...
  4. M

    Item Charges Problem

    No, ice rapier still broken also, the only thing i could solve was the potions. Im compiling this server(http://otland.net/threads/8-60-the-lost-server-0-3-6.161517/) released by Fire Element to see if it is working, because i cant start my ot with the other one having the rune problems :/
  5. M

    [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8

    I have compilled it in my ubuntu vps, got some errors, fixed most of them, but im still stuck with the runes error, it uses all charges at once, and when you try to drag 1 of them to a new stack, 1 drags like 5, 10, etc, depending on the rune, and it doesnt removes from the main stack. so you...
  6. M

    [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8

    Change your temple position
  7. M

    Item Charges Problem

    Bump
  8. M

    Item Charges Problem

    Well, fixed one problem and got another, i just realized there was a potions.lua script and this line: doRemoveItem(item.uid) to this one: doRemoveItem(item.uid, 1) But i also want to keep the vials, so i added: doPlayerGiveItem(cid, potion.empty, 1) But the problem is, it doesnt stack...
  9. M

    Item Charges Problem

    So..im running tfs cryng damson 0.3.6 protocol 8.6, and just found a bug that i cant fix, if i have a stack of x potions, runes or whatever, when i use them, it use them all at once, not just one charge, even though i can separate them and use 1 by 1. Also the ice rapier is not breaking for some...
  10. M

    Suggestion - WASD

    nvm, after doing some search i found it already, it should lock chat when you press enter though.
  11. M

    Suggestion - WASD

    where do i activate it? or is it a mod?
  12. M

    Suggestion - WASD

    I´ve just found out about this otserver client being developed and liked it alot. I´ve played tibia for quite some time and something that always bothered me was not being able to walk using the WASD keys. I know that alot of people also stop playing tibia for this reason, the controls are not...
  13. M

    Linux Can´t connect to the game server

    how exactly do i do that? :P
  14. M

    Linux Can´t connect to the game server

    Thanks Maltexor, i indeed had forgot to change the ip in the config.lua, the server is now running perfectly! One last question whenever i run the server on my vps, if i had run it before i get this error right after the server starts theforgottenserver...
  15. M

    Linux Can´t connect to the game server

    After a lot of struggle i finally got my Forgotten server crying damson 0.3.6 server for 8.6 protocol running on my new ubuntu vps. But i still have 1 last problem apperently, when i try to connect to the server i can get to the character list but when i try to log in it fails, it says "cannot...
  16. M

    Solved Function leaf()

    Thanks for the help, i already got it fixed, but forgot to update the post The fix is exactly as you told, you have to go to luascript.cpp and change leaf() for path().filename().string() Apperently the function leaf was deprecated. The doubt is solved, ready to close :D
  17. M

    Hello guys! need help with open my ports

    I dont use skype, but i can help you here, what is your router model?
  18. M

    Solved Function leaf()

    I´ve followed some tutorial on how to compile tfs and got stuck when i start the make process, apperently the function leaf() doesnt exist in the library anymore and makes the process fail, i read that i should change it to path().filename().string(), but i dont really know how do it. So if...
Back
Top