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

    TFS 1.X+ TFS 1.4.2 npc default.lua error

    anyone? :(
  2. S

    TFS 1.X+ TFS 1.4.2 npc default.lua error

    bump especially for the quests, do I really have to make a script for each quest like poi,inq,anni where you choose 1 out of several rewards with the same uid?
  3. S

    TFS 1.X+ TFS 1.4.2 npc default.lua error

    Hey, I've been out of OT for a while and encountered this whilst running pretty basic npcs on tfs 1.4.2 Lua Script Error: [Npc interface] data/npc/scripts/default.lua data/npc/lib/npcsystem/modules.lua:672: attempt to index local 'it' (a nil value) stack traceback: [C]: in function...
  4. S

    Lua [TFS 1.2] player:addItem

    That's awesome, thanks!
  5. S

    Lua [TFS 1.2] player:addItem

    still nothing :(
  6. S

    Lua [TFS 1.2] player:addItem

    yeah, also created new characters to test
  7. S

    Lua [TFS 1.2] player:addItem

    Now there's no reward at all, no errors in the console either though
  8. S

    Lua [TFS 1.2] player:addItem

    Hello! I've got a script that gives rewards for advancing to a certain level. It works just fine as long as the reward is just one item. I'd like it to be at least three items. This is the original script that I tried customizing: local tabela = { [30] = {item_id = 2160, quantidade = 5...
  9. S

    TFS 1.2 - /m /i not working

    Hey, Ive got a god (group id 3, yes) and commands like /m, /i, /save don't work. :o
  10. S

    Windows TFS 1.1 - Can't connect.

    Works... I'm speechless. Thank you so much for your help!
  11. S

    Windows TFS 1.1 - Can't connect.

    I see, excuse me but I'm quite newbish at that: I can easily create a new user for that database but I don't quite get the password thing. Should I hash the password (e.g. asdasd) and put the sha1 outcome as that user's pass and into config as: mysqlPass = "passfromsha1online"
  12. S

    Windows TFS 1.1 - Can't connect.

    Nope, just created new DB in xampp (oldschool, i know), added schema.sql, created some random god and acc and thats it also in config.lua it doesnt ask for sqltype nor encryption in tfs 1.2 mysqlHost = "localhost" mysqlUser = "root" mysqlPass = "asdasd" mysqlDatabase = "theforgottenserver"...
  13. S

    Windows TFS 1.1 - Can't connect.

    Seems to be working but comes up with "acc name or pass is incorrect" excuse even tho its correct :o
  14. S

    Windows TFS 1.1 - Can't connect.

    I think you're right, I'm surprised I didn't think of it earlier. The thing is that I've tried both Otland ip changer and this one: https://otland.net/threads/tibia-ip-changer.246259/ - neither works for 10.77 nor 10.98. They work for 8.6 just fine. I'm on win 8.1 x64, running both Tibia client...
  15. S

    Windows TFS 1.1 - Can't connect.

    I just downloaded random 8.6 server (tfs 0.3.6) and I can log on just fine :| I didn't even have to add tfs.exe to the firewall, nothing. But for tfs 1.1 and 1.2 it just doesn't connect
  16. S

    Windows TFS 1.1 - Can't connect.

    Tried that and still nothing :(
  17. S

    Windows TFS 1.1 - Can't connect.

    Yeah I set them both to 3 and its still the same.
  18. S

    Windows TFS 1.1 - Can't connect.

    Config looks exactly as you said, I added tfs.exe, Tibia.exe and ip changer and checked for both private and public - still the same issue. On the right client it doesn't connect, but if I try connecting through tibia 8.6 it immediately alerts about the wrong protocol :o
  19. S

    Windows TFS 1.1 - Can't connect.

    Is there any way to do it except accessing the routers config?
Back
Top