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

    [8.0] [TFS 1.2] - Server Global Full [Real Map]

    znote 1.6 works fine with this
  2. O

    TFS 1.X+ Tfs 1.2 house warning letter & items disappearing

    Hello folks. I've been recieving alot of help from you guys lately and I appreciate it alot so I'm trying my luck here again! I'm using tfs 1.2 8.0 (This one) And for some reason players are not getting any rent warning letters in their depot and also after 7 days of warnings being added on to...
  3. O

    ERROR MYSQL SAVE PLAYER

    I have this same Issue, I compiled celoheres 8.0 tfs 1.2 and used it's own schema and I'm getting this error too. Did you manage to solve it? I tried using other schema too but same error
  4. O

    [8.0] [TFS 1.2] - Server Global Full [Real Map]

    Anyone else having issues with not getting any letter with rent warning? Also after last warning (I can only see warnings in database) Items of the player gets sent to oblivion? It does not get sent to any depot? I checked database under player_inboxitems and player_depotitems and I cannot find...
  5. O

    TFS 1.X+ TFS 1.2 Anti-trash house system.

    Yes indeed you did. I'm just blind LOL. I found the issue: For future refrence if anyone reads this and subowner of the house is not able to shuffle around in the house: Sub owner list is case sensitive! Ex: testname <-- wont work Testname <-- will work Once again super thanks, much...
  6. O

    TFS 1.X+ TFS 1.2 Anti-trash house system.

    You are amazing!!! thank you so much! Just one last thing. Is it possible to make it so only sub owners of the house can pick up and move stuff around in the house? :D Sorry to bother your more than I have already done!
  7. O

    TFS 1.X+ TFS 1.2 Anti-trash house system.

    The anti trash is now functional however If a player is invited or even subowner to the house and picks something up inside the house they can't put it back down in the house (also they can't move stuff around in the house) haha :< The only error I am getting is again which seems to be linked...
  8. O

    TFS 1.X+ TFS 1.2 Anti-trash house system.

    Sorry for being a noob. Where can I find this full function? This is my player.lua in events before adding this script function Player:onLook(thing, position, distance) local description = "You see " .. thing:getDescription(distance) if self:getGroup():getAccess() then if...
  9. O

    TFS 1.X+ TFS 1.2 Anti-trash house system.

    Same issue, can't move anything anywhere 😭
  10. O

    TFS 1.X+ TFS 1.2 Anti-trash house system.

    Same thing can't move items at all. also getting this error when I try to throw something in a house: Lua Script Error: [Event Interface] data/events/scripts/player.lua:Player@onMoveItem data/events/scripts/player.lua:89: attempt to index global 'player' (a nil value) stack traceback...
  11. O

    TFS 1.X+ TFS 1.2 Anti-trash house system.

    Hello people. I am using This version of tfs 1.2 and I've been trying all the anti-trash house systems but nothing seems to be working. When I use This script I cannot move items at all. Not in bp or eq even when I am outside the house. It just freezez every item in place. So I was wondering if...
  12. O

    AAC [Znote] adding house rent due date information.

    Thank you so much dude! I appreciate your help alot :D
  13. O

    AAC [Znote] adding house rent due date information.

    <?php require_once 'engine/init.php'; include 'layout/overall/header.php'; if ($config['log_ip']) { znote_visitor_insert_detailed_data(4); } if (isset($_GET['name']) === true && empty($_GET['name']) === false) { $name = $_GET['name']; if (user_character_exist($name)) {...
  14. O

    AAC [Znote] adding house rent due date information.

    Perfect thank you! I saw on GM Nerana that this info can be displayed on characterprofile as well, do you mind sharing that code too?
  15. O

    AAC [Znote] adding house rent due date information.

    Hello people! Is there a way to add information on when the next rent is due on znote AAC? I'm assuming it's something you need to add to house.php? For example in real tibia: The house has been rented byPLAYERNAME . He has paid the rent until Jun 30 2022, 11:08:41 CEST. Is this possible? :)...
  16. O

    [8.0] - TFS 1.2

    Hello people, What/where do I need to edit to change colour of the text in Loot Channel?
  17. O

    [EVENT] antiTrash - antiTheft system for houses [TFS 1.x]

    No one got this to work for tfs 1.2? I can't move items at all when I have this script with tfs 1.2 like I can't move eq or items in general :)
  18. O

    LOOKING FOR 7.4 OT SERVER

    Tibiantis is probably the best in my opinion. Retrocores is also nice but there is alot of controversy around that server and it's owner so do your research about it before hand if you decide to give it a try.
  19. O

    help with Drowning condition

    Did you manage to fix this? I too can't get stepout function to work :/ character keeps on drowning until player relogs
Back
Top