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

    Tibia will exist in 2017?

    Tibia has bright future and the game is now heading in the right direction - it's doing "good" updates. Indeed they are made some bad updates as well, but quite few actually. Even tho the player amount has slightly dropped for the few last years, CipSoft has been employing more staff, which...
  2. ATT3

    Solved [Znote AAC] (TFS 0.2.15, 9.8, MS) Bugged SQL Tables/PHP Scripts.

    You have changed this to TFS 0.2? https://github.com/Znote/ZnoteAAC/blob/master/config.php#L7 The problem very likely is that tfs 0.2 database structure is different from TFS 1.0
  3. ATT3

    RPG Tibia based

    Simply amazing
  4. ATT3

    Lua Boat NPCs doesn't work!

    Since you're not using the VIP system you can remove those: if isPlayerVip(cid) == TRUE then lines Also remember to remove else's / end's too If we take a look at this if isPlayerVip(cid) == TRUE then selfSay('Set the sails!') doTeleportThing(cid...
  5. ATT3

    Faster exp till lvl 50

    I think that it's good idea, people won't get bored so fast in the beginning~
  6. ATT3

    Znote TFS 1.0 powergamers (MYSQL)

    Sure, thanks for helping :D
  7. ATT3

    Znote TFS 1.0 powergamers (MYSQL)

    The problem itself sounds quite simple, but I just simply can't figure out. I am trying to get information from two different tables and subtract some column from another column. $znotePlayers = mysql_select_multi("SELECT `a`.*, (`a`.`experience`+`b`.`exphist_lastexp`) AS `expdiff` FROM...
  8. ATT3

    [action key]

    https://github.com/PrinterLUA/FORGOTTENSERVER-ORTS/blob/e4e8121ba773992f587e5174502f539360bf377b/data/actions/scripts/quests/bkkey.lua Copy and edit it to fit your needs. Btw since you're using TFS 1.0, that repo is very useful even if you're not using that data-pack. There are hundreds...
  9. ATT3

    New Outfits In Shop

    looks hilarious :D
  10. ATT3

    New Outfits In Shop

    That "Conjurer outfit" looks quite nice tbh. Well, this was something that I was personally kind of expecting after the mounts were released. I have nothing against that, as long as they don't add more outfits there. Then it would just give too much "pay to win" feeling, even tho it's only...
  11. ATT3

    Znote AAC HOUSE AUCTION SYSTEM

    That's not TFS.. This is the TFS that that datapack is based on https://github.com/otland/forgottenserver If you have it like this in config.lua, https://github.com/otland/forgottenserver/blob/master/config.lua#L42 !buyhouse should work ingame. (assuming that you haven't disabled the buy house...
  12. ATT3

    Znote AAC HOUSE AUCTION SYSTEM

    What TFS (1.0 - 0.4 etc) are you using? Try to say !buyhouse ingame
  13. ATT3

    Converting GesiorAcc to ZnoteAcc - Powergamers.php

    Ye :P I tried to "fix" it couple months ago but couldn't figure it out (SQL) Well I will try again tomorrow and see if I have learned anything during these few months xd
  14. ATT3

    Converting GesiorAcc to ZnoteAcc - Powergamers.php

    Are you using this? (globalevent, querys) https://github.com/att3/ZnoteAAC/commit/dd270ed12f73c6db850c7482b39bface75ec07a4
  15. ATT3

    Znote AAC HOUSE AUCTION SYSTEM

    Just edit the 24 (hours) example; 1 * 60 * 60 = 1 hour 1 * 1 * 60 = 1 minute 1* 1 * 1 = 1 second >the house won't change owner in-game even if auction time is set to 1 second. After 1 second other players won't be able to bid on that house, but the house will change owner in-game after the...
  16. ATT3

    Znote AAC HOUSE AUCTION SYSTEM

    https://github.com/Znote/ZnoteAAC/blob/574263f29df900b3d998af1f85bb54ab3a50ee24/config.php#L191
  17. ATT3

    [France] Dalerium 10.41 RL | Starting 19th of July 18.00 CET

    Look closer, you don't have to be Sherlock Holmes to see that those mounts are unavailable. The button is disabled and the price is 999 points.
  18. ATT3

    [France] Dalerium 10.41 RL | Starting 19th of July 18.00 CET

    There was an unfortunate downtime for a few hours caused by my little mistake. I forgot to enable the auto-restarter, therefore the server didn't start automatically after server save. To compensate this downtime double -experience and -skills have been enabled until the next server save...
  19. ATT3

    [France] Dalerium 10.41 RL | Starting 19th of July 18.00 CET

    Update log 16 and 18.8 (merged) As you wanted, the website layout has been totally changed. The website layout is more RPG stylish now, fits to our server much better than before. There will be minor changes to be done at the website, if you have an guild, please go and upload new picture...
  20. ATT3

    [France] Dalerium 10.41 RL | Starting 19th of July 18.00 CET

    Latest update from our website As you can see the website layout has been changed. We have received some negative feedback from it, therefore you can expect the layout to change after a while to more "RPG" stylish layout anytime soon. Also we have improved couple pages at the webpage. Change...
Back
Top