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

    TP ROOM by vestia

    I dont like that :d
  2. therrax

    Lua Converting script for TFS 1.0

    I have not seen such a script :( So I decided to convert this :d @Evil Puncker I am beginner :)
  3. therrax

    convert this script for use on tfs 1.0

    @Evil Puncker Could you help me too with this script? http://otland.net/threads/converting-script-for-tfs-1-0.222145/
  4. therrax

    what bots do people use?

    one more thing, It's hard to download clean bot for 8.41. But for 8.6 elfbot Here: http://vestia.pl/library/downloads
  5. therrax

    what bots do people use?

    Download elfbot ng, the best for tibia (8.+) - (8.6).
  6. therrax

    Lua Converting script for TFS 1.0

    Hi. Can anybody convert this script for TFS 1.0? local function getLastLoginDiff(name) local res = db.getResult("SELECT `lastlogin` FROM `players` WHERE `name` = '"..name.."';") if res:getID() ~= -1 then return os.time()-res:getDataInt('lastlogin') end end local config = {...
  7. therrax

    Deleting houses of inactive players

    Yes, but if it exist for tfs 1.0 :P
  8. therrax

    Deleting houses of inactive players

    Hi. I am using ZnoteAAC master with TFS 1.0. I would like to remove houses of the all inactive players (14 days). I wish all the items from the house were sent to depo. If you know how to do this please tell me :) Please fast answer :)
  9. therrax

    Solved [WEB] - ZnoteAAC table to database (helpdesk)

    @Znote Why I cant write polish words in HelpDesk? Is it hard to repair? And why Admin cant close or delete ticket? :p
  10. therrax

    Solved [WEB] - ZnoteAAC table to database (helpdesk)

    Thanks :) @Thosh https://github.com/Znote/ZnoteAAC/commit/048794a3200dd0252f89ae5f1110688983407011
  11. therrax

    Solved [WEB] - ZnoteAAC table to database (helpdesk)

    Hi. TFS 1.0 I have small problem with help desk :P What should I add to my database to repair this? string(89) "SELECT id,subject,creation,status FROM znote_tickets WHERE owner=1 ORDER BY creation DESC" (query - SQL error) Type: select_multi (select multiple rows from database) Table...
  12. therrax

    [WEB] ZnoteAAC - next event, right menu widget

    Hi Everyone! TFS 1.0 I am beginner. Could someone explain to me how show event name and time from globalevents on website? All suggestions welcome. ;) Looking for a script showing next event. I would like to add it to my right widgets. <globalevent name="zombie" time="19:50:00"...
  13. therrax

    ZnoteACC - balance in characterprofile.php

    Thank you very much for this message. For me, every suggestion is very important, and really appreciate it. :)
  14. therrax

    [Znote AAC] Show outfit on online list

    @Ninja @Raggaer How can I add it to my characterprofile.php? I'am begginer and when I put this all characters had same outfit :P But online list work perfectly :)
  15. therrax

    ZnoteACC - balance in characterprofile.php

    Hello :) Information: [ZnoteACC 1.5 TFS 1.0] I am beginner ... :P What should I add to my characterprofile.php to have balance of the character? Or how to show informations from my database, like VIP status or others :) All suggestions are welcome. :) Greets
  16. therrax

    Converting GesiorAcc to ZnoteAcc - Powergamers.php

    @Evil Puncker When I put it to my characterprofile it show same EXP history for all players. for example: Player x get 200.000. Player y get 200.000. And It's wrong, because only x get this EXP. What I have to change? <?php $powergamers = $config['powergamers']; $limit = 1; $type =...
  17. therrax

    Converting GesiorAcc to ZnoteAcc - Powergamers.php

    for me, only this work https://github.com/peonso/guilcera/blob/master/www/powergamers.php and I used this :http://otland.net/threads/gesior-acc-maker-tfs-0-3-powergamers-and-online-time-stats.8640/ but how add best ever weekly and daily stats?
  18. therrax

    Converting GesiorAcc to ZnoteAcc - Powergamers.php

    Now It work ! :) thanks Bro!!! :) @Peonso It's possible to add best day and best weekly exp?
  19. therrax

    Converting GesiorAcc to ZnoteAcc - Powergamers.php

    Znote ACC 1.5 :/
  20. therrax

    Converting GesiorAcc to ZnoteAcc - Powergamers.php

    It's for TFS 1.0?
Back
Top