• 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!

Recent content by Luanasar

  1. Luanasar

    Invalid Password account manager

    Whenever I try to login on Account Manager through a player's account, I get the "Invalid Password" message Ot version 8.6
  2. Luanasar

    Error while saving player Server 8.60

    It worked. Thanks!
  3. Luanasar

    Error while saving player Server 8.60

    I'm kinda new to sql.. Not sure how to add a column. Can you give an example, please? Or how do I remove the cast part?
  4. Luanasar

    Error while saving player Server 8.60

    Player not saving when loggin out.. [14:50:08.955] Luana has logged out. [14:50:08.956] mysql_real_query(): UPDATE `players` SET `lastlogin` = 1719856205, `lastip` = 1666138649, `level` = 8, `group_id` = 6, `health` = 185, `healthmax` = 185, `experience` = 4200, `lookbody` = 68, `lookfeet` =...
  5. Luanasar

    Doors bug/not opening (Houses)

    I did that already, but some doors are not updating in the game.
  6. Luanasar

    Doors bug/not opening (Houses)

    Lmao! Thanks (my first time with actions). One problem solved. Now the other: although I change the doors with RME, looks like they are not "updating" in the game.
  7. Luanasar

    Doors bug/not opening (Houses)

    That's it! They weren't in actions.xml I added them and now they're working! Although now these warnings are showing up in the server log: [Warning - Actions: :registerEvent] Duplicate registered item with id: 1213, in fromid: 1213 and toid: 1214 [Warning - Actions: :registerEvent] Duplicate...
  8. Luanasar

    Doors bug/not opening (Houses)

  9. Luanasar

    Doors bug/not opening (Houses)

    The only doors that doesn't work are the ones with IDs 1209, 1210, 1211, 1212, 1213, 1214. All the others are working. My tile_items contain items placed on the houses too. I tried to truncate it again, but again, it didn't solve the problem :(
  10. Luanasar

    Doors bug/not opening (Houses)

    It didn't work. The doors still won't open.
  11. Luanasar

    Doors bug/not opening (Houses)

    I also tried: SET FOREIGN_KEY_CHECKS = 0; TRUNCATE TABLE tiles; SET FOREIGN_KEY_CHECKS = 1; But it didn't work EDIT: My bad, I was trying to truncate the wrong table ¬¬
  12. Luanasar

    Doors bug/not opening (Houses)

    How do I do that? :S
  13. Luanasar

    Doors bug/not opening (Houses)

    Sorry, I'm new in this, lmao. It's TFS 0.4, that's all the information I found. tile_itens is not related to houses
  14. Luanasar

    Doors bug/not opening (Houses)

    It is TFS, but there's no tile_store. There's tiles and tiles_itens, but I couldn't find the cache in none of them.
  15. Luanasar

    Doors bug/not opening (Houses)

    There's no tile_store in my database.
Back
Top